Package | Description |
---|---|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Class and Description |
---|---|
class |
PersistentIdAllocator
Persistent implementation of the
ModelInstanceResourceAllocator . |
class |
SimpleIdAllocator
Simple implementation of the
ModelInstanceResourceAllocator . |
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstanceMarshaller.getState(byte[] storedState,
ModelInstanceResourceAllocator allocator)
Returns model instance from stored state.
|
Constructor and Description |
---|
ModelInstanceEntity(Module model,
ModelInstanceEntity parent,
Map<String,String> properties,
ModelInstanceType type,
ModelInstanceResourceAllocator idAllocator)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceResourceAllocator |
ModelInstance.getIdAllocator()
Returns value id allocator.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.setIdAllocator(ModelInstanceResourceAllocator idAllocator)
Sets allocator.
|
Constructor and Description |
---|
ModelInstance(long id,
long modelId,
Long modelInstanceMigrationId,
String modelName,
String modelVersion,
String modelHash,
CompatibilityVersion compatibilityVersion,
boolean createProcessLog,
Map<String,String> properties,
Long parentId,
ModelInstanceState state,
ModelInstanceType type,
Date startedDate,
Date finishedDate,
ModelInstanceResourceAllocator idAllocator,
long maxAllocatedId,
long currentId,
Set<Context> topNoBaseLevelContexts,
Long detachmentId,
Long detachingTaskId,
Set<String> evaluationLevelsOnDetach,
boolean isUsingEvaluationLevels)
Creates new instance of
ModelInstance . |
ModelInstance(long id,
long modelId,
String modelName,
String modelVersion,
String modelHash,
CompatibilityVersion compatibilityVersion,
ModelInstanceType type,
boolean createProcessLog,
Long parentId,
Map<String,String> properties,
ModelInstanceResourceAllocator idAllocator)
Creates new instance of
ModelInstance . |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.