Package | Description |
---|---|
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Interface and Description |
---|---|
interface |
EvaluationLevelAware
Interface for evaluation aware elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AssignmentReferenceExpressionValue
Assignment reference expression value.
|
class |
BinaryValue
External binary value that stores info about shared record instance that contains binary.
|
class |
ClosureExpressionValue
Persistent value representing a closure expression.
|
class |
CollectionValue
Collection value.
|
class |
ComplexValue
Value representing complex types.
|
class |
ComplexValueWithEvalLevels
Value representing complex types.
|
class |
Context
Entity representing execution context state.
|
class |
ContextWithFreeTypes
A context that has also free types.
|
class |
Escalation
This class represents an escalation which is thrown by an escalation throw
event.
|
class |
ExpressionExpressionValue
Persistent value representing an "expression as closure".
|
class |
ExpressionValue
Persistent value representing closure.
|
class |
ExternalValue
Class used to represent an object that is not defined in the core model types.
|
class |
ListValue
Persistent value value representing an immutable list of values.
|
class |
MapValue
Persistent value representing an immutable map.
|
class |
ModuleInstance
Entity representing a module instance.
|
class |
OperationExpressionValue
Persistent value representing an operation expression.
|
class |
ProcessInstance
Entity representing a process instance.
|
class |
ReadOnlyRecordValue
Read only record value object.
|
class |
RecordContext
Record context.
|
class |
RecordProxySetValue
Value for record proxy set.
|
class |
RecordValue
Persistent value representing a record.
|
class |
ReferenceExpressionValue
Persistent value representing a reference expression.
|
class |
SetValue
Persistent value representing set of variable values.
|
class |
Signal
Entity representing an item in the signal queue.
|
class |
Task
Entity representing a running task.
|
class |
Token
This entity represents a token in a BPMN process.
|
Modifier and Type | Method and Description |
---|---|
<T extends EntityWithId> |
ModelInstance.getEntities(Class<T> entityClass)
Returns a collection of all registered entities for the specified type.
|
<T extends EntityWithId> |
ModelInstance.getEntity(long id,
Class<T> entityClass)
Returns an entity for the specified id and entity class.
|
Modifier and Type | Method and Description |
---|---|
EntityWithId |
ModelInstance.getEntity(long id)
Returns an entity for the specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.addValue(EntityWithId val)
Adds value.
|
void |
ModelInstance.removeValue(EntityWithId val)
Removes value.
|
Constructor and Description |
---|
CopyHelper(ModelInstance targetModelInstance,
gnu.trove.map.TLongObjectMap<EntityWithId> idMap) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.