| Interface | Description |
|---|---|
| Collectible |
This interface is implemented by model instance state objects which can be
collected by garbage collection.
|
| CommonRecordValue |
A common interface for values representing a record.
|
| ElementInProcess |
Interface for elements that contains information about its parent processInstance.
|
| EntityWithId |
Entity with an id.
|
| EvaluationLevelAware |
Interface for evaluation aware elements.
|
| ModelIdentifiable |
Interface for elements that contains information about id of the model
element.
|
| ModelInstanceAware |
Model instance aware element interface.
|
| ProcessInstanceParent |
Interface for an element that has child instances of
ProcessInstance. |
| RecordChangeProxy |
Objects represents record (e.g.
|
| SimpleValue |
Value representing simple types.
|
| Value |
Base interface for all values.
|
| ValueVisitor<T,E extends java.lang.Throwable> |
Visitor visiting all non-abstract
Value classes. |
| Class | Description |
|---|---|
| ActivationCommand |
Goal reactivation/deactivation command.
|
| AssignmentReferenceExpressionValue |
Assignment reference expression value.
|
| BinaryValue |
External binary value that stores info about shared record instance that contains binary.
|
| BlobLoader |
Loader of blob in
BinaryValue |
| BooleanValue |
Persistent value representing boolean.
|
| ClosureExpressionValue |
Persistent value representing a closure expression.
|
| CollectionValue |
Collection value.
|
| ComplexValue |
Value representing complex types.
|
| ComplexValueWithEvalLevels |
Value representing complex types.
|
| Context |
Entity representing execution context state.
|
| ContextFreeType |
Persistent value for context free type.
|
| ContextRef | |
| ContextWithFreeTypes |
A context that has also free types.
|
| CopyHelper | |
| DateValue |
Persistent value representing date.
|
| DecimalValue |
Persistent value containing a decimal.
|
| EnumerationValue | |
| Escalation |
This class represents an escalation which is thrown by an escalation throw
event.
|
| EvaluationLevelUtils |
Utils for evaluation levels.
|
| ExpressionExpressionValue |
Persistent value representing an "expression as closure".
|
| ExpressionValue |
Persistent value representing closure.
|
| ExternalValue |
Class used to represent an object that is not defined in the core model types.
|
| ExternalValueUniqueKey |
External value key.
|
| Goal |
Entity representing goal execution state.
|
| GOElement | |
| HandledBoundaryEvent |
This entity represents a handled boundary event in token.
|
| HolderAccessor |
For LSPS internal use only.
|
| ListValue |
Persistent value value representing an immutable list of values.
|
| LocalDateTimeValue |
Persistent value representing a local date time.
|
| LocalDateValue |
Persistent value representing a local date.
|
| MapValue |
Persistent value representing an immutable map.
|
| ModelInstance |
Entity representing a model instance state.
|
| ModelInstance.BaseLevelIdMap |
Space optimized map of baseLevelId -> List<
|
| ModuleInstance |
Entity representing a module instance.
|
| NamedValue |
Entity representing a named value.
|
| NullValue |
Persistent value representing null.
|
| ObjectValue |
Persistent value representing object.
|
| OperationExpressionValue |
Persistent value representing an operation expression.
|
| Plan |
Entity representing plan execution state.
|
| ProcessInstance |
Entity representing a process instance.
|
| ProcessLog |
Process log.
|
| PropertyPathValue | |
| PropertyValue | |
| RangeValue |
Range value (e.g.
|
| ReadOnlyRecordValue |
Read only record value object.
|
| ReadonlyVariable |
Read-only variable.
|
| RecordContext |
Record context.
|
| RecordProxySetValue |
Value for record proxy set.
|
| RecordValue |
Persistent value representing a record.
|
| ReferenceExpressionValue |
Persistent value representing a reference expression.
|
| SetValue |
Persistent value representing set of variable values.
|
| Signal |
Entity representing an item in the signal queue.
|
| StringValue |
Persistent value representing string.
|
| Task |
Entity representing a running task.
|
| TimeoutFlow |
A timeout flow.
|
| Token |
This entity represents a token in a BPMN process.
|
| TypeValue |
Simple value representing a type.
|
| ValueContent |
Class used as a root for storing a complex value with all referenced values.
|
| ValueRef |
Value referencing another value by id.
|
| ValueSerializer |
Serializes values of the type ObjectValue.
|
| Variable |
Entity representing instance of a variable.
|
| WritableVariable |
Writable variable.
|
| Enum | Description |
|---|---|
| ActivationCommand.ActivationCommandType |
Activation type.
|
| ExpressionValue.Type |
Type of the contained expression.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.