Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.engine.tester |
Testing support for testing engine tasks.
|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.context |
Classes that represents human-oriented model objects in java code.
|
com.whitestein.lsps.human.task |
Implementations for the tasks in the LSPS standard library for human-oriented processes.
|
com.whitestein.lsps.modulemanager | |
com.whitestein.lsps.orgstructure.context |
Classes that represents Organization Structure model objects
like
RoleUnitHolder in java code. |
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
com.whitestein.lsps.xml.util |
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelProviderService.getModelInstance(long id)
Returns locked model instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstanceUtilsService.attach(ModelInstance modelInstance)
If a model instance is detached it is attached to the original.
|
void |
ModelInstanceUtilsServiceBean.attach(ModelInstance modelInstance) |
void |
ModelInstanceUtilsService.attachAndMergeLevel(ModelInstance modelInstance,
String level)
If a model instance is detached it is attached to the original and
state of specified evaluation level is merged to lower level.
|
void |
ModelInstanceUtilsServiceBean.attachAndMergeLevel(ModelInstance modelInstance,
String level) |
ModelInstance |
ModelInstanceDtoConverter.convertModelInstance(ModelInstance modelInstance)
Converts model instance to dto.
|
ModelInstance |
ModelInstanceDtoConverter.convertModelInstance(ModelInstanceInfo modelInstanceInfo,
ModelInstance modelInstance)
Converts model instance to dto.
|
RecordHolder |
SharedRecordTypeFactory.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values,
boolean flush)
Creates a new record of the specified type.
|
Object |
SharedRecordTypeFactory.getEntity(ModelInstance modelInstance,
RecordType type,
Serializable id)
Returns a Hibernate entity for the given model, type and id.
|
Object |
SharedRecordTypeFactory.getEntity(ModelInstance modelInstance,
RecordType type,
Serializable id,
Long auditRevisionId)
Returns a Hibernate entity for the given model, type and id.
|
Set<RecordValue> |
ModelInstanceUtilsService.getOptimisticLockConflicts(ModelInstance modelInstance,
Collection<String> levels,
boolean resetVersionForUnchanged)
Returns records that will have optimistic lock conflicts when merged to base level.
|
Set<RecordValue> |
ModelInstanceUtilsServiceBean.getOptimisticLockConflicts(ModelInstance modelInstance,
Collection<String> levels,
boolean resetVersionForUnchanged) |
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
Object entity)
Returns a shared record for the given Hibernate entity.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id)
Returns a shared record for the given type and id.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id,
Long auditRevisionId)
Returns a shared record for the given type and id.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
String type,
Serializable id)
Returns a shared record for the given type and id.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
String type,
Serializable id,
Long auditRevisionId)
Returns a shared record for the given type and id.
|
void |
VariableInitializator.init(ModelInstance modelInstance)
Initializes variables.
|
boolean |
ModelInstanceUtilsService.isDirty(ModelInstance modelInstance)
Returns true if there are changes in no-base evaluation level
that can affect existing data in the base level.
|
boolean |
ModelInstanceUtilsServiceBean.isDirty(ModelInstance modelInstance) |
boolean |
ModelInstanceUtilsService.isDirty(ModelInstance modelInstance,
Collection<String> ignoreLevels)
Returns true if there are changes in no-base evaluation level
that can affect existing data in the base level.
|
boolean |
ModelInstanceUtilsServiceBean.isDirty(ModelInstance modelInstance,
Collection<String> ignoreLevels) |
void |
ModelInstanceUtilsService.reloadChangedRecordVersions(ModelInstance modelInstance)
Resets version of versioned higher level shared records.
|
void |
ModelInstanceUtilsServiceBean.reloadChangedRecordVersions(ModelInstance modelInstance) |
void |
ModelInstanceUtilsService.resetUnchangedRecordVersions(ModelInstance modelInstance)
Resets version of unchanged versioned higher level shared records.
|
void |
ModelInstanceUtilsServiceBean.resetUnchangedRecordVersions(ModelInstance modelInstance) |
void |
ModelInstanceUtilsService.saveModelInstance(ModelInstance modelInstance)
Saves model instance to model instance entity.
|
void |
ModelInstanceUtilsServiceBean.saveModelInstance(ModelInstance modelInstance) |
void |
AspectDebugger.stopOnRecordConstruction(ModelInstance modelInstance,
String qualifiedName)
Suspends the execution of a process if a breakpoint is set on the record
creation.
|
void |
ProcessAgentImpl.terminateOnModelChange(ModelInstance modelInstance) |
void |
ProcessAgent.terminateOnModelChange(ModelInstance modelInstance) |
Constructor and Description |
---|
JavaToTypeHelper(ModelProvider modelProvider,
ModelInstance modelInstance)
Creates new instance.
|
ModelInstanceDirtyListener(ModelInstance modelInstance,
ModelProvider modelProvider)
Creates new model instance.
|
RuntimeToJavaConverter(ModelProvider modelProvider,
SharedRecordTypeFactory sharedRecordTypeFactory,
ModelInstance modelInstance)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstanceStateChange.getElement() |
Constructor and Description |
---|
ModelInstanceStateChange(ModelInstance modelInstance,
ModelInstanceState oldState,
ModelInstanceState newState)
Creates new instance.
|
Modifier and Type | Field and Description |
---|---|
protected ModelInstance |
RuntimeToPersistentConverter.modelInstance |
Modifier and Type | Method and Description |
---|---|
protected abstract ModelInstance |
RecordEntityAdapter.getModelInstance()
Returns model instance.
|
ModelInstance |
JavaOperationExecutionContext.getModelInstance() |
protected ModelInstance |
InternalRecordEntityAdapter.getModelInstance() |
ModelInstance |
HolderImpl.getModelInstance()
Returns the model instance.
|
protected ModelInstance |
ExternalRecordEntityAdapter.getModelInstance() |
ModelInstance |
ExecutionContextImpl.getModelInstance() |
ModelInstance |
ExecutionContext.getModelInstance()
Returns the model instance.
|
protected ModelInstance |
EvaluationLevelConverter.getModelInstance() |
protected ModelInstance |
AssociationEnd.getModelInstance()
Returns model instance
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
ExternalTypeFactory.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value)
Converts given java object to external holder.
|
RecordHolder |
ExternalTypeFactory.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values)
Creates a new record of the specified type.
|
static AssociationEnd |
AssociationEnd.get(ModelInstance modelInstance,
ModelProvider modelProvider,
RecordHolder holder,
RecordProperty recordProperty)
Creates and returns an recordProperty end.
|
Constructor and Description |
---|
AssociationEnd(ModelInstance modelInstance,
ModelProvider modelProvider,
RecordHolder holder,
RecordProperty recordProperty)
Creates new instance.
|
DtoConverter(ModelInstance modelInstance,
ModelProvider modelProvider)
Creates new instance.
|
EvaluationLevelConverter(ModelInstance modelInstance,
ModelProvider modelProvider)
Creates a new instance.
|
EvaluationLevelMerger(ModelInstance modelInstance,
ModelProvider modelProvider)
Returns new instance.
|
ExecutionContextImpl(ModelProvider modelProvider,
ModelInstance modelInstance,
Namespace namespace)
Creates new instance of
ExecutionContextImpl . |
ExecutionContextImpl(ModelProvider modelProvider,
ModelInstance modelInstance,
Namespace namespace,
InterpreterStackTrace stackTrace)
Creates new instance of
ExecutionContextImpl . |
ExternalRecordEntityAdapter(Object entity,
ExternalValue externalValue,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider)
Creates new instance.
|
ModelInstanceSavePoint(ModelInstance modelInstance)
Creates new instance and makes copy of the current model instance state.
|
ReadOnlyRecordHolder(ModelProvider modelProvider,
ModelInstance modelInstance,
RecordHolder holder)
Creates new instance.
|
ReadOnlyRecordHolder(ModelProvider modelProvider,
ModelInstance modelInstance,
RecordHolder holder,
ReadOnlyRecordValue value)
Creates new instance.
|
RuntimeToPersistentConverter(ModelInstance modelInstance,
ModelProvider modelProvider)
Creates new instance.
|
ToReadOnlyRecordConverter(ModelProvider modelProvider,
ModelInstance modelInstance)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
CompiledContext.getModelInstance() |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
SharedRecordTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
ExternalRecordTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
static PojoExternalRecordEntityAdapter |
PojoExternalRecordEntityAdapter.createNew(Map<?,?> values,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
SharedRecordTypeFactory sharedRecordTypeFactory,
ExternalTypeProvider provider)
Creates an adapter for a new entity given by the map of property values.
|
static PojoSharedRecordEntityAdapter |
PojoSharedRecordEntityAdapter.createNew(Map<?,?> values,
com.whitestein.lsps.model.sharedrecord.SharedRecordConfiguration configuration,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
org.hibernate.Session session)
Creates an adapter for a new entity given by the map of property values.
|
RecordHolder |
SharedRecordTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
ExternalRecordTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
SharedRecordTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values,
boolean flush) |
static RuntimeToHibernateConverter |
RuntimeToHibernateConverter.get(ModelInstance modelInstance,
ModelProvider modelProvider) |
Object |
SharedRecordTypeFactoryImpl.getEntity(ModelInstance modelInstance,
RecordType type,
Serializable id) |
Object |
SharedRecordTypeFactoryImpl.getEntity(ModelInstance modelInstance,
RecordType type,
Serializable id,
Long auditRevisionId) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
Object entity) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id,
Long auditRevisionId) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
String type,
Serializable id) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
String type,
Serializable id,
Long auditRevisionId) |
Constructor and Description |
---|
PojoExternalRecordEntityAdapter(Object entity,
ExternalValue externalValue,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
SharedRecordTypeFactory sharedRecordTypeFactory,
ExternalTypeProvider provider)
Creates new instance.
|
PojoSharedRecordEntityAdapter(Object entity,
ExternalValue externalValue,
com.whitestein.lsps.model.sharedrecord.SharedRecordConfiguration configuration,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
boolean isAuxiliary)
Creates new instance.
|
SharedRecordEntityAdapter(Object entity,
ExternalValue externalValue,
com.whitestein.lsps.model.sharedrecord.SharedRecordConfiguration configuration,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
boolean isAuxiliary)
Creates new instance.
|
SimpleValueHibernateToRuntimeConverter(ModelProvider modelProvider,
ModelInstance modelInstance,
String evaluationLevel)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstanceMarshaller.filterState(ModelInstance modelInstance)
Returns new instance of
ModelInstance with filtered data. |
ModelInstance |
ModelInstanceDumper.filterState(ModelInstance modelInstance)
Returns new instance of
ModelInstance with filtered data. |
ModelInstance |
ErrorModelInstanceMarshaller.filterState(ModelInstance modelInstance)
Returns new instance of
ModelInstance with filtered data. |
ModelInstance |
ModelInstanceEntity.getModelInstance(ModelInstanceUtilsService modelInstanceUtilsService)
Returns the model instance.
|
ModelInstance |
ModelInstanceDumper.getState(byte[] dumpedState)
Returns model instance from dumped state.
|
ModelInstance |
ErrorModelInstanceMarshaller.getState(byte[] storedState)
Returns model instance from stored state.
|
ModelInstance |
ModelInstanceMarshaller.getState(byte[] storedState,
ModelInstanceResourceAllocator allocator)
Returns model instance from stored state.
|
ModelInstance |
StateMarshaller.unmarshall(byte[] bytes)
Restores a model instance state from a byte array.
|
Modifier and Type | Method and Description |
---|---|
AllocatedModelInstanceResources |
SimpleIdAllocator.allocateDetachmentAndValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
PersistentIdAllocator.allocateDetachmentAndValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
ModelInstanceResourceAllocator.allocateDetachmentAndValueIds(ModelInstance modelInstance)
Allocates next id for detachment in the model instance.
|
AllocatedModelInstanceResources |
SimpleIdAllocator.allocateValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
PersistentIdAllocator.allocateValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
ModelInstanceResourceAllocator.allocateValueIds(ModelInstance modelInstance)
Allocates new range of ids for values in the model instance.
|
String |
ModelInstanceDumper.dumpState(ModelInstance modelInstance)
Filter a model instance and dumps it in the xml format as a string.
|
byte[] |
ModelInstanceDumper.dumpStateAsBytes(ModelInstance modelInstance)
Filter a model instance and dumps it in the xml format into byte array.
|
ModelInstance |
ModelInstanceMarshaller.filterState(ModelInstance modelInstance)
Returns new instance of
ModelInstance with filtered data. |
ModelInstance |
ModelInstanceDumper.filterState(ModelInstance modelInstance)
Returns new instance of
ModelInstance with filtered data. |
ModelInstance |
ErrorModelInstanceMarshaller.filterState(ModelInstance modelInstance)
Returns new instance of
ModelInstance with filtered data. |
byte[] |
StateMarshaller.marshall(ModelInstance state,
boolean format,
MarshallerConfig config)
Saves a model instance state to a byte array.
|
byte[] |
StateMarshaller.marshall(ModelInstance state,
MarshallerConfig config)
Saves a model instance state to a byte array.
|
void |
ModelInstanceEntity.setModelInstance(Module model,
ModelInstance mi,
boolean createProperties)
Sets model instance.
|
byte[] |
ErrorModelInstanceMarshaller.storeState(ModelInstance modelInstance)
Filter a model instance and store it as array of bytes.
|
byte[] |
ModelInstanceMarshaller.storeState(ModelInstance modelInstance,
MarshallerConfig config)
Filter a model instance and store it as array of bytes.
|
Modifier and Type | Method and Description |
---|---|
GOElement |
SPlan.toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
GOElement |
SGoal.toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
abstract GOElement |
SGOElement.toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
ValueRef |
SValueRef.toValue(ModelInstance modelInstance) |
Value |
SValue.toValue(ModelInstance modelInstance)
Creates a real value.
|
SimpleValue |
STypeValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SStringValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SSimpleValue.toValue(ModelInstance modelInstance) |
SetValue |
SSetValue.toValue(ModelInstance modelInstance) |
RecordValue |
SRecordValue.toValue(ModelInstance modelInstance) |
RecordProxySetValue |
SRecordProxySet.toValue(ModelInstance modelInstance) |
SimpleValue |
SReadOnlyRecordValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SRangeValue.toValue(ModelInstance modelInstance) |
PropertyValue |
SPropertyValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SPropertyPathValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SObjectValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SNullValue.toValue(ModelInstance modelInstance) |
MapValue |
SMapValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SLocalDateValue.toValue(ModelInstance modelInstance) |
ListValue |
SListValue.toValue(ModelInstance modelInstance) |
ExternalValue |
SExternalValue.toValue(ModelInstance modelInstance) |
ExpressionValue |
SExpressionValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SEnumerationValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SDecimalValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SDateValue.toValue(ModelInstance modelInstance) |
abstract ComplexValue |
SComplexValue.toValue(ModelInstance modelInstance) |
BooleanValue |
SBooleanValue.toValue(ModelInstance modelInstance) |
BinaryValue |
SBinaryValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SBinarySimpleValue.toValue(ModelInstance modelInstance)
Deprecated.
|
Variable |
SWritableVariable.toVariable(ModelInstance modelInstance) |
abstract Variable |
SVariable.toVariable(ModelInstance modelInstance) |
Variable |
SReadonlyVariable.toVariable(ModelInstance modelInstance) |
Modifier and Type | Field and Description |
---|---|
protected ModelInstance |
ComplexValue.modelInstance
Model instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
EvaluationLevelUtils.attachEvaluation(ModelInstance modelInstance,
ModelInstance detachedModelInstance)
Attaches an evaluation data stored in the detached model instance to the
regular model instance.
|
static void |
EvaluationLevelUtils.cleanDataOfEvaluationLevel(ModelProvider modelProvider,
ModelInstance modelInstance,
String level)
Cleans all entities that belongs to the evaluation level.
|
static void |
EvaluationLevelUtils.cleanDataOfLevelAndSublevels(ModelProvider modelProvider,
ModelInstance modelInstance,
String level)
Cleans all entities that belongs to the evaluation level and its sub-levels.
|
ValueRef |
ValueRef.createCopy(ModelInstance targetModelInstance) |
TypeValue |
TypeValue.createCopy(ModelInstance targetModelInstance) |
Token |
Token.createCopy(ModelInstance targetModelInstance) |
Task |
Task.createCopy(ModelInstance targetModelInstance) |
StringValue |
StringValue.createCopy(ModelInstance targetModelInstance) |
Signal |
Signal.createCopy(ModelInstance targetModelInstance)
Returns deep copy.
|
SetValue |
SetValue.createCopy(ModelInstance targetModelInstance) |
ExpressionValue |
ReferenceExpressionValue.createCopy(ModelInstance targetModelInstance) |
RecordValue |
RecordValue.createCopy(ModelInstance targetModelInstance) |
RecordProxySetValue |
RecordProxySetValue.createCopy(ModelInstance targetModelInstance) |
RecordContext |
RecordContext.createCopy(ModelInstance targetModelInstance) |
ReadOnlyRecordValue |
ReadOnlyRecordValue.createCopy(ModelInstance targetModelInstance) |
RangeValue |
RangeValue.createCopy(ModelInstance targetModelInstance) |
PropertyValue |
PropertyValue.createCopy(ModelInstance targetModelInstance) |
PropertyPathValue |
PropertyPathValue.createCopy(ModelInstance targetModelInstance) |
ProcessInstance |
ProcessInstance.createCopy(ModelInstance targetModelInstance) |
ExpressionValue |
OperationExpressionValue.createCopy(ModelInstance targetModelInstance) |
ObjectValue |
ObjectValue.createCopy(ModelInstance targetModelInstance) |
NullValue |
NullValue.createCopy(ModelInstance targetModelInstance) |
ModuleInstance |
ModuleInstance.createCopy(ModelInstance targetModelInstance) |
MapValue |
MapValue.createCopy(ModelInstance targetModelInstance) |
LocalDateValue |
LocalDateValue.createCopy(ModelInstance targetModelInstance) |
ListValue |
ListValue.createCopy(ModelInstance targetModelInstance) |
ExternalValue |
ExternalValue.createCopy(ModelInstance targetModelInstance) |
ExpressionValue |
ExpressionExpressionValue.createCopy(ModelInstance targetModelInstance) |
Escalation |
Escalation.createCopy(ModelInstance targetModelInstance) |
EnumerationValue |
EnumerationValue.createCopy(ModelInstance targetModelInstance) |
DecimalValue |
DecimalValue.createCopy(ModelInstance targetModelInstance) |
DateValue |
DateValue.createCopy(ModelInstance targetModelInstance) |
ContextWithFreeTypes |
ContextWithFreeTypes.createCopy(ModelInstance targetModelInstance) |
Context |
Context.createCopy(ModelInstance targetModelInstance) |
ExpressionValue |
ClosureExpressionValue.createCopy(ModelInstance targetModelInstance) |
BooleanValue |
BooleanValue.createCopy(ModelInstance targetModelInstance) |
BinaryValue |
BinaryValue.createCopy(ModelInstance targetModelInstance) |
ExpressionValue |
AssignmentReferenceExpressionValue.createCopy(ModelInstance targetModelInstance) |
Plan |
Plan.createCopy(ModelInstance targetModelInstance,
ProcessInstance targetProcessInstance,
Goal targetParentGoal) |
static Context |
Context.fromSerializable(SContext source,
Context parentContext,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Type |
ContextFreeType.getCompiledType(ModelInstance modelInstance,
ModelProvider modelProvider)
Returns the compiled type.
|
Context |
Context.makeCopy(ModelInstance targetModelInstance)
Returns deep copy.
|
static String |
EvaluationLevelUtils.nextSublevel(String level,
ModelInstance modelInstance)
Returns next unused sub-level for the model instance.
|
void |
ValueRef.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
ValueContent.rebind(ModelInstance modelInstance) |
void |
TypeValue.rebind(ModelInstance modelInstance) |
void |
Token.rebind(ModelInstance modelInstance) |
void |
Task.rebind(ModelInstance modelInstance) |
void |
Signal.rebind(ModelInstance modelInstance) |
void |
RecordValue.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
RecordProxySetValue.rebind(ModelInstance modelInstance) |
void |
ReadOnlyRecordValue.rebind(ModelInstance modelInstance) |
void |
ProcessInstance.rebind(ModelInstance modelInstance) |
void |
ObjectValue.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
ModuleInstance.rebind(ModelInstance modelInstance) |
void |
ModelInstanceAware.rebind(ModelInstance modelInstance)
Re-bind to the provided model instance.
|
void |
ModelInstance.rebind(ModelInstance modelInstance) |
void |
MapValue.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
GOElement.rebind(ModelInstance modelInstance) |
void |
ExternalValue.rebind(ModelInstance modelInstance) |
void |
ExpressionValue.rebind(ModelInstance modelInstance) |
void |
Escalation.rebind(ModelInstance modelInstance) |
void |
EnumerationValue.rebind(ModelInstance modelInstance) |
void |
Context.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
ComplexValue.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
CollectionValue.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
void |
BinaryValue.rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
protected void |
Variable.refreshDirectReferences(ModelInstance modelInstance) |
static void |
EvaluationLevelUtils.removeDataFromLevelAndSublevels(ModelInstance modelInstance,
String level)
Removes all entities that belongs to the evaluation level and its sub-levels.
|
static void |
EvaluationLevelUtils.removeDataOfEvaluationLevel(ModelInstance modelInstance,
String level)
Removes all entities that belongs to the evaluation level.
|
void |
NamedValue.setValue(Value value,
ModelInstance modelInstance)
Sets the new value.
|
static void |
EvaluationLevelUtils.synchronize(ModelInstance original,
ModelInstance toBeSynchronized)
Synchronize model instance with original.
|
void |
ModelInstance.synchronizeIdSeq(ModelInstance modelInstance)
Synchronize value id counter and max allocated value id.
|
Constructor and Description |
---|
ActivationCommand(SActivationCommand s,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
AssignmentReferenceExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
ReferenceExpression compiledExpression,
long baseLevelValueId,
List<PropertyValue> properties,
ClosureOrigin origin) |
AssignmentReferenceExpressionValue(ModelInstance modelInstance,
String type,
Context context,
ReferenceExpression expression,
List<PropertyValue> properties,
ClosureOrigin origin) |
AssignmentReferenceExpressionValue(SExpressionValue source,
ModelInstance modelInstance) |
BinaryValue(ModelInstance modelInstance,
String level,
byte[] value)
Creates new instance of
BinaryValue . |
BinaryValue(ModelInstance modelInstance,
String level,
byte[] value,
String datasourceJndi,
String recordType,
String objectIdentification,
String propertyName,
Blob blob,
BlobLoader blobLoader)
Creates new instance.
|
BinaryValue(ModelInstance modelInstance,
String level,
String datasourceJndi,
String recordType,
String objectIdentification,
String propertyName,
Blob blob,
BlobLoader blobLoader)
Creates new instance.
|
BinaryValue(SBinarySimpleValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
BinaryValue(SBinaryValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ClosureExpressionValue(long id,
ModelInstance modelInstance,
String type,
Context context,
String expression,
ClosureExpression compiledExpression,
ClosureOrigin origin)
Creates a new base level instance.
|
ClosureExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
ClosureExpression compiledExpression,
long baseLevelValueId,
ClosureOrigin origin)
Creates a new instance.
|
ClosureExpressionValue(SExpressionValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
CollectionValue(CollectionValue source,
ModelInstance targetModelInstance)
Creates copy instance from source.
|
CollectionValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
CollectionValue . |
CollectionValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
long baseLevelValueId,
ComplexValue lowerLevelValue)
Creates new instance of
CollectionValue . |
CollectionValue(SCollectionValue source,
ModelInstance modelInstance) |
ComplexValue(ComplexValue source,
ModelInstance targetModelInstance)
Creates copy instance from source.
|
ComplexValue(long id,
ModelInstance modelInstance,
String type)
Creates new instance of
ComplexValue . |
ComplexValue(SComplexValue source,
ModelInstance modelInstance) |
ComplexValueWithEvalLevels(ComplexValueWithEvalLevels source,
ModelInstance targetModelInstance)
Creates copy instance from source.
|
ComplexValueWithEvalLevels(long id,
ModelInstance modelInstance,
String type,
boolean register)
Creates new instance of
ComplexValueWithEvalLevels . |
ComplexValueWithEvalLevels(long id,
ModelInstance modelInstance,
String type,
boolean register,
String level,
long baseLevelValueId,
ComplexValue lowerLevelValue)
Creates new instance of
ComplexValueWithEvalLevels . |
ComplexValueWithEvalLevels(SComplexValue source,
ModelInstance modelInstance) |
Context(Context context,
ModelInstance targetModelInstance) |
Context(long id,
ModelInstance modelInstance,
Context parentContext,
com.whitestein.lsps.model.ContextModelElement element)
Creates new instance of
Context for given ProcessModel . |
Context(long id,
ModelInstance modelInstance,
Context parentContext,
String name)
Creates new instance of
Context . |
Context(long id,
ModelInstance modelInstance,
Context parentContext,
String name,
String level,
long baseLevelContextId,
Context lowerLevelContext)
Creates new instance of
Context . |
Context(ModelInstance modelInstance,
Context parentContext,
com.whitestein.lsps.model.ContextModelElement element)
Creates new instance of
Context for given ProcessModel . |
Context(ModelInstance modelInstance,
Context parentContext,
String name)
Creates new instance of
Context . |
Context(ModelInstance modelInstance,
Context parentContext,
String name,
String level,
long baseLevelContextId,
Context lowerLevelContext)
Creates new instance of
Context . |
Context(SContext source,
Context parentContext,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ContextWithFreeTypes(SContext source,
Context parentContext,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
CopyHelper(ModelInstance targetModelInstance,
gnu.trove.map.TLongObjectMap<EntityWithId> idMap) |
EnumerationValue(ModelInstance modelInstance,
String module,
String name,
String constant)
Constructs an enumeration instance of a given model instance.
|
Escalation(ModelInstance modelInstance,
long processInstanceId,
String elementId,
String escalationCode,
Value payload)
Creates a new escalation event with the given escalation code and it's
payload.
|
Escalation(SEscalation source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ExpressionExpressionValue(long id,
ModelInstance modelInstance,
String type,
Context context,
String expression,
Expression compiledExpression,
ClosureOrigin origin)
Creates a new base level instance.
|
ExpressionExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
Expression compiledExpression,
long baseLevelValueId,
ClosureOrigin origin)
Creates a new instance.
|
ExpressionExpressionValue(SExpressionValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ExpressionValue(ExpressionValue source,
ModelInstance targetModelInstance)
Creates copy instance from source.
|
ExpressionValue(long id,
ModelInstance modelInstance,
String type,
Context context,
String expression,
Expression compiledExpression,
ClosureOrigin origin)
Creates new instance of
ExpressionValue . |
ExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
Expression compiledExpression,
long baseLevelValueId,
ClosureOrigin origin)
Creates new instance of
ExpressionValue . |
ExpressionValue(SExpressionValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ExternalValue(long id,
ModelInstance modelInstance,
String type,
String objectIdentification,
Long processInstanceId,
Long version,
boolean renewVersion,
boolean register,
Long auditRevision)
Creates new instance of
ExternalValue . |
ExternalValue(ModelInstance modelInstance,
String type,
String objectIdentification,
Long processInstanceId,
Long auditRevision)
Creates new instance of
ExternalValue . |
ExternalValue(SExternalValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Goal(SGoal s,
Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
GOElement(SGOElement s,
Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
ListValue(ListValue source,
ModelInstance targetModelInstance)
Creates new copy instance of
ListValue . |
ListValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
ListValue . |
ListValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
long baseLevelValueId,
ListValue lowerLevelValue)
Creates new instance of
ListValue . |
ListValue(ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
ListValue . |
ListValue(ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
long baseLevelValueId,
ListValue lowerLevelValue)
Creates new instance of
ListValue . |
ListValue(SListValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
MapValue(long id,
ModelInstance modelInstance,
String type,
List<? extends Value> indexes,
List<? extends Value> items)
Creates new instance of
MapValue . |
MapValue(long id,
ModelInstance modelInstance,
String type,
List<? extends Value> indexes,
List<? extends Value> items,
String level,
long baseLevelValueId,
MapValue lowerLevelValue)
Creates new instance of
MapValue . |
MapValue(MapValue source,
ModelInstance targetModelInstance)
Creates copy instance from source.
|
MapValue(ModelInstance modelInstance,
String type,
List<? extends Value> indexes,
List<? extends Value> items)
Creates new instance of
MapValue . |
MapValue(ModelInstance modelInstance,
String type,
List<? extends Value> indexes,
List<? extends Value> items,
String level,
long baseLevelValueId,
MapValue lowerLevelValue)
Creates new instance of
MapValue . |
MapValue(SMapValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ModuleInstance(long id,
ModelInstance modelInstance,
Context context)
Creates new instance of
ModuleInstance . |
ModuleInstance(ModelInstance modelInstance,
Context context)
Creates new instance of
ModuleInstance . |
ModuleInstance(ModelInstance modelInstance,
com.whitestein.lsps.model.ProcessModel processModel)
Creates new instance of
ModuleInstance for given
ProcessModel . |
ModuleInstance(SModuleInstance source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
NamedValue(SNamedValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ObjectValue(ModelInstance modelInstance,
Object value)
Creates new instance of
StringValue . |
ObjectValue(SObjectValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
OperationExpressionValue(long id,
ModelInstance modelInstance,
String type,
Context context,
String expression,
SignatureExpression compiledExpression,
ClosureOrigin origin)
Creates a new base level instance.
|
OperationExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
SignatureExpression compiledExpression,
long baseLevelValueId,
ClosureOrigin origin)
Creates a new instance.
|
OperationExpressionValue(SExpressionValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Plan(SPlan source,
Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ProcessInstance(SProcessInstance source,
ProcessInstance parent,
ModuleInstance moduleInstance,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ProcessLog(ModelInstance modelInstance,
Long moduleInstanceId,
Long processInstanceId,
Long parentProcessInstanceId,
String elementClass,
String elementName,
LogEvent event,
long index,
Date logDate,
long modelId,
String elementId,
String terminationReason,
Long tokenId,
Long executionId,
String oldState,
String newState,
String parentModelElementId,
String iteratorValue,
String message)
Creates new instance.
|
ProcessLog(SProcessLog source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ReadOnlyRecordValue(long id,
ModelInstance modelInstance,
ComplexValue record)
Creates new instance.
|
ReadOnlyRecordValue(ReadOnlyRecordValue s,
ModelInstance targetModelInstance) |
ReadOnlyRecordValue(SReadOnlyRecordValue s,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ReadonlyVariable(SVariable source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
RecordContext(long id,
ModelInstance modelInstance,
Context parentContext,
String name,
CommonRecordValue recordValue,
String level,
long baseLevelContextId,
Context lowerLevelContext) |
RecordContext(RecordContext context,
ModelInstance targetModelInstance) |
RecordContext(SContext source,
Context parentContext,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
RecordProxySetValue(long id,
ModelInstance modelInstance,
Value parentProxySet,
Set<Value> proxies) |
RecordProxySetValue(SRecordProxySet source,
ModelInstance modelInstance) |
RecordValue(long id,
ModelInstance modelInstance,
String type,
RecordType compiledType,
Map<String,? extends Value> values)
Creates new instance of
RecordValue . |
RecordValue(long id,
ModelInstance modelInstance,
String type,
RecordType compiledType,
Map<String,? extends Value> values,
String level,
long baseLevelValueId,
ComplexValue lowerLevelValue)
Creates new instance of
RecordValue . |
RecordValue(ModelInstance modelInstance,
ExternalRecordType externalRecordType,
RecordProxySetValue proxySet,
boolean isLazySpreading)
Creates change proxy on non-created external value and adds it provided proxy set.
|
RecordValue(ModelInstance modelInstance,
String type,
RecordType compiledType,
Map<String,? extends Value> values)
Creates new instance of
RecordValue . |
RecordValue(ModelInstance modelInstance,
String type,
RecordType compiledType,
Map<String,? extends Value> values,
String level,
long baseLevelValueId,
ComplexValue lowerLevelValue)
Creates new instance of
RecordValue . |
RecordValue(SRecordValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ReferenceExpressionValue(long id,
ModelInstance modelInstance,
String type,
Context context,
String expression,
ReferenceExpression compiledExpression,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates a new base level instance.
|
ReferenceExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
ReferenceExpression compiledExpression,
long baseLevelValueId,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates a new instance.
|
ReferenceExpressionValue(ModelInstance modelInstance,
String type,
Context context,
ReferenceExpression expression,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates a new base level instance.
|
ReferenceExpressionValue(ReferenceExpressionValue source,
ModelInstance targetModelInstance) |
ReferenceExpressionValue(SExpressionValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
SetValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
SetValue . |
SetValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
long baseLevelValueId,
SetValue lowerLevelValue)
Creates new instance of
SetValue . |
SetValue(ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
SetValue . |
SetValue(ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
long baseLevelValueId,
SetValue lowerLevelValue)
Creates new instance of
SetValue . |
SetValue(SetValue source,
ModelInstance targetModelInstance)
Creates new copy instance of
SetValue . |
SetValue(SSetValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Signal(long id,
ModelInstance modelInstance,
Value value,
String sourceDescription)
Creates new instance.
|
Signal(ModelInstance modelInstance,
Value value,
String sourceDescription)
Creates new instance.
|
Task(STask source,
Token token,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Token(SToken source,
ProcessInstance processInstance,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
TypeValue(ModelInstance modelInstance,
String type)
Creates new instance of
TypeValue . |
TypeValue(ModelInstance modelInstance,
String type,
Type compiledType)
Creates new instance of
TypeValue . |
ValueRef(ModelInstance modelInstance,
long id)
Creates new instance.
|
ValueSerializer(ModelInstance modelInstance)
Creates new instance.
|
Variable(SVariable source,
ModelInstance modelInstance) |
WritableVariable(SWritableVariable source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
MockExecutionContext.getModelInstance() |
ModelInstance |
MockTaskContext.getModelInstance() |
Modifier and Type | Method and Description |
---|---|
void |
MockExecutionContext.setModelInstance(ModelInstance modelInstance)
Sets the model instance.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
TodoServiceBean.submit(long todoId,
ModelInstance detachedModelInstance) |
TodoList |
TodoServiceBean.submitTodo(long todoId,
ModelInstance detachedModelInstance) |
TodoList |
TodoServiceBean.submitTodoInNewTransaction(long todoId,
ModelInstance detachedModelInstance) |
TodoList |
TodoServiceBean.submitTodoWithDeadlockRetry(long todoId,
ModelInstance detachedModelInstance) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
HumanTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
HumanTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
HumanTypeFactoryImpl.getSavedDocument(ModelInstance modelInstance,
long savedDocumentId) |
RecordHolder |
HumanTypeFactory.getSavedDocument(ModelInstance modelInstance,
long savedDocumentId)
Creates a saved document holder.
|
RecordHolder |
HumanTypeFactoryImpl.getTodoEscalationHolder(ModelInstance modelInstance,
long todoEscalationId) |
RecordHolder |
HumanTypeFactory.getTodoEscalationHolder(ModelInstance modelInstance,
long todoEscalationId)
Creates a todo escalation holder.
|
RecordHolder |
HumanTypeFactoryImpl.getTodoHolder(ModelInstance modelInstance,
long todoId) |
RecordHolder |
HumanTypeFactory.getTodoHolder(ModelInstance modelInstance,
long todoId)
Creates a todo holder.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
TodoMessage.getDetachedModelInstance()
Returns detached model instance of the todo.
|
Constructor and Description |
---|
TodoMessage(Identifier sender,
Identifier receiver,
ModelInstance detachedModelInstance)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelProviderServiceBean.getModelInstance(long id) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
OrgTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
OrgTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
AnyPerformerHolder |
OrgTypeFactoryImpl.getAnyPerformer(ModelInstance modelInstance) |
AnyPerformerHolder |
OrgTypeFactory.getAnyPerformer(ModelInstance modelInstance)
Returns a special
human::Performer record which represents any known performer. |
RoleUnitHolder |
OrgTypeFactoryImpl.getOrganizationUnitHolder(ModelInstance modelInstance,
RoleUnitName name) |
RoleUnitHolder |
OrgTypeFactory.getOrganizationUnitHolder(ModelInstance modelInstance,
RoleUnitName name)
Returns a
human::OrganizationUnit record for the given organization-unit name. |
RecordHolder |
OrgTypeFactoryImpl.getPersonHolder(ModelInstance modelInstance,
String personId) |
RecordHolder |
OrgTypeFactory.getPersonHolder(ModelInstance modelInstance,
String personId)
Returns a
human::Person record for the given person id. |
RoleUnitHolder |
OrgTypeFactoryImpl.getRoleHolder(ModelInstance modelInstance,
RoleUnitName name) |
RoleUnitHolder |
OrgTypeFactory.getRoleHolder(ModelInstance modelInstance,
RoleUnitName name)
Returns a
human::RoleUnit record for the given role-unit name. |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
CoreTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
CoreTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
CoreTypeFactoryImpl.getBinaryHandle(ModelInstance modelInstance,
long handleId) |
RecordHolder |
CoreTypeFactory.getBinaryHandle(ModelInstance modelInstance,
long handleId)
Returns a
core::BinaryHandle record for the given handle id. |
RecordHolder |
CoreTypeFactoryImpl.getModel(ModelInstance modelInstance,
long modelId) |
RecordHolder |
CoreTypeFactory.getModel(ModelInstance modelInstance,
long modelId)
Returns a
core::Model record for the given model id. |
RecordHolder |
CoreTypeFactoryImpl.getModelInstance(ModelInstance modelInstance,
long modelInstanceId) |
RecordHolder |
CoreTypeFactory.getModelInstance(ModelInstance modelInstance,
long modelInstanceId)
Returns a
core::ModelInstance record for the given model instance id. |
Constructor and Description |
---|
ProcessInstanceAdapter(ProcessInstanceHolder holder,
ModelInstance modelInstance,
ExternalValue value,
ModelProvider modelProvider)
Creates new instance.
|
ProcessInstanceHolder(ModelInstance modelInstance,
ProcessInstance processInstance,
ModelProviderService modelProviderService,
SharedRecordTypeFactory sharedRecordTypeFactory)
Creates new instance.
|
ProcessInstanceRemoteMIAdapter(ProcessInstanceHolder holder,
ModelInstance modelInstance,
ExternalValue val,
ModelProviderService modelProviderService)
Creates new instance.
|
ProcessInstanceThisMIAdapter(ProcessInstanceHolder holder,
ModelInstance modelInstance,
ExternalValue val,
ModelProvider modelProvider)
Creates new instance.
|
Constructor and Description |
---|
XmlParser(Namespace namespace,
ModelInstance modelInstance,
XmlTypesParser parser,
CoreTypeFactory coreTypeFactory) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.