Modifier and Type | Method and Description |
---|---|
Namespace |
ChangeDebugStepContext.getNamespace()
Gets the name space of the current step context.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
ReferenceValue.getNamespace() |
Namespace |
ClosureValue.getNamespace() |
Namespace |
RecordValue.getNamespace(Namespace parentNamespace) |
Modifier and Type | Method and Description |
---|---|
Object |
RecordValue.executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments) |
Namespace |
RecordValue.getNamespace(Namespace parentNamespace) |
RecordHolder |
RecordValue.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextNamespace
Abstract namespace for context.
|
class |
ContextNamespace
Namespace for context (in base level).
|
class |
NoBaseContextNamespace
Namespace for no-base contexts.
|
class |
RecordNamespace
Namespace for record/
|
Modifier and Type | Method and Description |
---|---|
Namespace |
RecordNamespace.createChildNamespace(String name,
Collection<Field> fields,
Collection<?> initialValues,
InterpreterConfiguration configuration) |
Namespace |
NoBaseContextNamespace.createChildNamespace(String name,
Collection<Field> fields,
Collection<?> initialValues,
InterpreterConfiguration configuration) |
Namespace |
ContextNamespace.createChildNamespace(String name,
Collection<Field> fields,
Collection<?> values,
InterpreterConfiguration configuration) |
protected Namespace |
AbstractContextNamespace.createChildNamespaceInternal(String name,
Collection<Field> fields,
Collection<?> values,
InterpreterConfiguration configuration)
Creates child namespace in required evaluation level.
|
static Namespace |
ExecutionContextImpl.createNamespace(ModelProviderClientService modelProviderService,
Context context)
Creates namespace of correct type for a context.
|
Namespace |
RecordNamespace.getLowerLevelNamespace() |
Namespace |
ContextNamespace.getLowerLevelNamespace() |
protected Namespace |
AssociationEnd.getMainExecutionNamespace(String level)
Returns main execution context in required execution level.
|
Namespace |
RecordNamespace.getModuleNamespace(String name) |
Namespace |
NoBaseContextNamespace.getModuleNamespace(String name) |
Namespace |
ContextNamespace.getModuleNamespace(String name) |
Namespace |
JavaOperationExecutionContext.getNamespace() |
Namespace |
ExpressionHolder.getNamespace()
Returns the namespace associated with the expression.
|
Namespace |
ExecutionContextImpl.getNamespace() |
Namespace |
ExecutionContext.getNamespace()
Returns namespace associated with this context.
|
Namespace |
RecordHolderBase.getNamespace(Namespace parentNamespace) |
Namespace |
ReadOnlyRecordHolder.getNamespace(Namespace parentNamespace) |
Namespace |
RecordNamespace.getParentNamespace() |
Namespace |
NoBaseContextNamespace.getParentNamespace() |
Namespace |
ContextNamespace.getParentNamespace() |
Namespace |
JavaOperationExecutionContext.resolveVariableNamespace(QID name) |
Namespace |
ExecutionContext.resolveVariableNamespace(QID name)
Resolves variable for given name and returns its containing namespace.
|
Namespace |
AbstractExecutionContext.resolveVariableNamespace(QID qid) |
Namespace |
JavaOperationExecutionContext.resolveVariableNamespace(String name)
Deprecated.
|
Namespace |
ExecutionContext.resolveVariableNamespace(String name)
Deprecated.
|
Namespace |
AbstractExecutionContext.resolveVariableNamespace(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
RecordHolderBase.executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments) |
Object |
ReadOnlyRecordHolder.executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments) |
Namespace |
RecordHolderBase.getNamespace(Namespace parentNamespace) |
Namespace |
ReadOnlyRecordHolder.getNamespace(Namespace parentNamespace) |
RecordHolder |
RecordHolderBase.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
RecordHolder |
ReadOnlyRecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
RecordHolder |
InternalRecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
List<RecordHolder> |
RecordChangeProxyMerger.mergeChanges(RuntimeToPersistentConverter converter,
Namespace namespace,
Collection<RecordHolder> records,
boolean cascade,
boolean checkConflicts) |
RecordHolder |
RecordChangeProxyMerger.mergeChanges(RuntimeToPersistentConverter converter,
Namespace namespace,
RecordHolder record,
boolean cascade,
boolean checkConflicts)
It merges all changes from proxy to the proxied record.
|
Constructor and Description |
---|
ExecutionContextImpl(ModelProviderClientService modelProviderService,
ModelInstance modelInstance,
Namespace namespace)
Creates new instance of
ExecutionContextImpl . |
RecordNamespace(ModelProviderClientService modelProviderService,
Namespace namespace,
RecordHolder recordHolder)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
CompiledNamespace.getNamespace() |
Namespace |
CompiledClosureHolder.getNamespace() |
static Namespace |
CompiledNamespace.getNamespace(ExecutionContext ctx) |
Namespace |
CompiledRecord.getNamespace(Namespace parentNamespace) |
Namespace |
CompiledContext.resolveVariableNamespace(QID name) |
Namespace |
CompiledContext.resolveVariableNamespace(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
CompiledExpression.execute(Namespace namespace,
InterpreterStackTrace stackTrace,
List<Object> arguments) |
Object |
CompiledRecord.executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments) |
Namespace |
CompiledRecord.getNamespace(Namespace parentNamespace) |
RecordHolder |
CompiledRecord.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
Modifier and Type | Method and Description |
---|---|
Namespace |
MockExecutionContext.getNamespace() |
Namespace |
MockTaskContext.getNamespace() |
Namespace |
MockTaskContext.resolveVariableNamespace(QID name) |
Namespace |
MockTaskContext.resolveVariableNamespace(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JavaOperationExecutor |
MockJavaOperationExecutorFactory.create(Namespace namespace) |
Constructor and Description |
---|
MockExecutionContext(Namespace namespace)
Creates new instance with no parent context, 0L as the context id and no
ContextModelElement . |
MockExecutionContext(Namespace namespace,
ExecutionContext parentContext,
long contextId,
com.whitestein.lsps.model.ContextModelElement element)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ToJoinTodoListQueryDifferentDB.executePreQueryAction(Namespace namespace) |
void |
ToJoinTodoListQuery.executePreQueryAction(Namespace namespace) |
String |
ToJoinTodoListQuerySameDB.getAdditionalSelectHqlString(Namespace namespace) |
String |
ToJoinTodoListQueryDifferentDB.getAdditionalSelectHqlString(Namespace namespace) |
String |
ToJoinTodoListQuery.getAdditionalSelectHqlString(Namespace namespace) |
String |
ToJoinTodoListQuerySameDB.getConditionHqlString(com.whitestein.lsps.lang.query.PathResolver pathResolver,
Namespace namespace,
SortedMap<Integer,Object> positionalParameters) |
String |
ToJoinTodoListQueryDifferentDB.getConditionHqlString(com.whitestein.lsps.lang.query.PathResolver pathResolver,
Namespace namespace,
SortedMap<Integer,Object> positionalParameters) |
String |
ToJoinTodoListQuery.getConditionHqlString(com.whitestein.lsps.lang.query.PathResolver pathResolver,
Namespace namespace,
SortedMap<Integer,Object> positionalParameters) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
DocumentSignatureGeneration.DocOperation.execute(Namespace namespace,
String operation) |
Modifier and Type | Method and Description |
---|---|
Object |
JsonGenericParser.parse(String json,
Namespace namespace,
Module langModule)
Parses the JSON string and produces LSPS objects out of it.
|
Object |
JsonParser.parse(String json,
Type resultType,
Namespace namespace,
Module langModule)
Parses the JSON string and produces LSPS objects out of it.
|
Modifier and Type | Class and Description |
---|---|
class |
MockNamespace
Mock namespace, variables are not typed and are created on demand.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
MockNamespace.createChildNamespace(String name,
Collection<Field> fields,
Collection<?> values,
InterpreterConfiguration configuration) |
Namespace |
FunctionArgumentInterpreter.createFunctionNamespace(Interpreter interpreter,
List<Expression> arguments,
boolean variadicAsList,
InterpreterStackTrace stackTrace)
Creates a function namespace that is a child of the interpreter namespace
for the given function arguments.
|
Namespace |
MockNamespace.getLowerLevelNamespace() |
Namespace |
MockNamespace.getModuleNamespace(String name) |
Namespace |
ReferenceExpressionHolder.getNamespace() |
Namespace |
Interpreter.getNamespace()
Returns the current namespace.
|
Namespace |
AbstractClosureHolder.getNamespace() |
Namespace |
MockNamespace.getNamespaceInLevel(String evaluationLevel) |
Namespace |
MockNamespace.getParentNamespace() |
Modifier and Type | Method and Description |
---|---|
JavaOperationExecutor |
JavaOperationExecutorFactory.create(Namespace namespace) |
Constructor and Description |
---|
MockNamespace(Module module,
Collection<Namespace> imports)
Creates new instance of
MockNamespace . |
MockNamespace(Module module,
Collection<Namespace> imports,
JavaOperationExecutorFactory executorFactory)
Creates new instance of
MockNamespace . |
MockNamespace(String name,
Namespace parent,
Collection<Namespace> imports)
Creates new instance of
MockNamespace . |
MockNamespace(String name,
Namespace parent,
Collection<Namespace> imports,
JavaOperationExecutorFactory executorFactory)
Creates new instance of
MockNamespace . |
Modifier and Type | Method and Description |
---|---|
void |
VariableExpression.setValue(Object value,
Namespace namespace,
InterpreterStackTrace stackTrace,
ExpressionOrigin origin) |
void |
PropertyExpression.setValue(Object value,
Namespace namespace,
InterpreterStackTrace stackTrace,
ExpressionOrigin origin) |
void |
DereferenceExpression.setValue(Object value,
Namespace namespace,
InterpreterStackTrace stackTrace,
ExpressionOrigin origin) |
abstract void |
AssignableExpression.setValue(Object value,
Namespace namespace,
InterpreterStackTrace stackTrace,
ExpressionOrigin origin)
Assign a value into the assignable (e.g.
|
Modifier and Type | Method and Description |
---|---|
Object |
Compiled.execute(Namespace namespace,
InterpreterStackTrace stackTrace,
List<Object> arguments) |
Modifier and Type | Class and Description |
---|---|
class |
MockRecordNamespace |
Modifier and Type | Field and Description |
---|---|
protected Namespace |
ToStringBuilder.namespace |
Modifier and Type | Method and Description |
---|---|
Namespace |
Namespace.createChildNamespace(String name,
Collection<Field> fields,
Collection<?> initialValues,
InterpreterConfiguration configuration)
Creates new child namespace with this namespace as the parent.
|
Namespace |
Namespace.getLowerLevelNamespace()
Returns namespace corresponding to this namespace on lower level.
|
Namespace |
Namespace.getModuleNamespace(String name)
Returns module namespace by its module name or
null if it does not exist. |
Namespace |
MockRecordNamespace.getModuleNamespace(String name) |
Namespace |
ReferenceHolder.getNamespace()
Returns namespace
|
Namespace |
MockClosureHolder.getNamespace() |
Namespace |
ClosureHolder.getNamespace()
Returns the namespace where the closure is declared.
|
Namespace |
RecordHolder.getNamespace(Namespace parentNamespace)
Returns namespace of this record.
|
Namespace |
MockRecordHolder.getNamespace(Namespace parentNamespace) |
Namespace |
Namespace.getNamespaceInLevel(String evaluationLevel)
Returns namespace in evaluation level.
|
Namespace |
Namespace.getParentNamespace()
Returns parent namespace or
null if this is top namespace. |
Modifier and Type | Method and Description |
---|---|
Object |
RecordHolder.executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments)
Executes method with parameters.
|
Object |
MockRecordHolder.executeMethod(Namespace parentNamespace,
FunctionSignature signature,
Object... arguments) |
Namespace |
RecordHolder.getNamespace(Namespace parentNamespace)
Returns namespace of this record.
|
Namespace |
MockRecordHolder.getNamespace(Namespace parentNamespace) |
RecordHolder |
RecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts)
If this is wrapper it merges all its changes to the wrapped record.
|
RecordHolder |
MockRecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
static String |
ToStringBuilder.toString(Object object,
boolean expandRecords,
Namespace namespace)
Returns a string representation for given object.
|
static String |
ToStringBuilder.toString(Object object,
Namespace namespace,
String nullString)
Returns a string representation for given object.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
BooleanOperation.execute(Namespace namespace,
String oper,
Boolean arg) |
Boolean |
BooleanOperation.execute(Namespace namespace,
String oper,
Boolean left,
Boolean right) |
Object |
CollectionOperation.execute(Namespace namespace,
String oper,
CollectionHolder collection,
Decimal index) |
Decimal |
ComparisonOperation.execute(Namespace namespace,
String oper,
Comparable left,
Comparable right) |
Boolean |
DateOperation.execute(Namespace namespace,
String oper,
Date left,
Date right) |
Decimal |
IntegerUnaryOperation.execute(Namespace namespace,
String operation,
Decimal arg) |
Decimal |
DecimalUnaryOperation.execute(Namespace namespace,
String operation,
Decimal arg) |
ListHolder |
RangeOperation.execute(Namespace namespace,
String oper,
Decimal first,
Decimal last) |
Decimal |
IntegerBinaryArithmeticOperation.execute(Namespace namespace,
String operation,
Decimal left,
Decimal right) |
boolean |
DecimalBinaryComparisonOperation.execute(Namespace namespace,
String operation,
Decimal left,
Decimal right) |
Decimal |
DecimalBinaryArithmeticOperation.execute(Namespace namespace,
String operation,
Decimal left,
Decimal right) |
Boolean |
EnumerationOperation.execute(Namespace namespace,
String operation,
EnumerationImpl left,
EnumerationImpl right) |
Object |
MapOperation.execute(Namespace namespace,
String operation,
MapHolder left,
Object right) |
Object |
ReferencedOperation.execute(Namespace namespace,
String operation,
Object[] args)
Executes the operation.
|
Boolean |
CollectionOperation.execute(Namespace namespace,
String oper,
Object item,
CollectionHolder collection) |
abstract String |
StringOperation.execute(Namespace namespace,
String operation,
Object left,
Object right) |
abstract Boolean |
ObjectOperation.execute(Namespace namespace,
String operation,
Object left,
Object right) |
Object |
ErrorOperation.execute(Namespace namespace,
String operation,
String errorCode) |
abstract Boolean |
StringLikeOperation.execute(Namespace namespace,
String operation,
String str,
String pattern) |
Boolean |
StringComparisonOperation.execute(Namespace namespace,
String operation,
String left,
String right) |
Modifier and Type | Method and Description |
---|---|
protected Namespace |
ProcessInstanceAdapter.getNamespace()
Returns the namespace
|
protected Namespace |
GoalPlanHolder.getNamespace()
Returns the namespace
|
Modifier and Type | Method and Description |
---|---|
Namespace |
FormComponent.getNamespace()
Gets the namespace this form component should use when it needs
to create LSPS objects of complex types or call record methods.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
ValueProvider.getReturnJavaClass(Namespace namespace)
Java class of objects provided by
ValueProvider.call(Object) . |
Class<?> |
ValueProvider.AbstractValueProvider.getReturnJavaClass(Namespace namespace) |
Class<?> |
ValueProvider.DelegatingValueProvider.getReturnJavaClass(Namespace namespace) |
Type |
ValueProvider.getValueType(Namespace namespace)
Returns the value type provided by this provider (by calls to
ValueProvider.call(Object) . |
Type |
ValueProvider.DelegatingValueProvider.getValueType(Namespace namespace) |
Type |
ValueProvider.ToStringValueProvider.getValueType(Namespace namespace) |
Type |
ValueProvider.LocalizingValueProvider.getValueType(Namespace namespace) |
Type |
ValueProvider.ValueKeepingValueProvider.getValueType(Namespace namespace) |
Type |
LspsValueProvider.getValueType(Namespace namespace)
Returns the value type provided by this provider (by calls to
LspsValueProvider.call(Object) . |
Modifier and Type | Method and Description |
---|---|
Variant<Object> |
Variant.RecordVariant.call(Namespace namespace,
String methodName,
Object... args)
Calls given class method and returns the result.
|
Variant<Object> |
Variant.RecordVariant.call(Namespace namespace,
String methodName,
Type[] parameterTypes,
Object... args)
Calls given class method and returns the result.
|
static RecordHolder |
WResource.convert(com.vaadin.server.Resource resource,
Namespace namespace)
Converts a Vaadin representation of a resource to an LSPS resource.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
ContextWrapper.getNamespace()
Shortcut for getContext().getNamespace().
|
Constructor and Description |
---|
XmlParser(Namespace namespace,
ModelInstance modelInstance,
XmlTypesParser parser,
CoreTypeFactory coreTypeFactory) |
XmlTypesParser(BinaryDataService binaryDataService,
Namespace namespace)
Creates new instance.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.