Package | Description |
---|---|
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EvaluationLevelAware
Interface for evaluation aware elements.
|
interface |
ProcessInstanceParent
Interface for an element that has child instances of
ProcessInstance . |
Modifier and Type | Class and Description |
---|---|
class |
ActivationCommand
Goal reactivation/deactivation command.
|
class |
BinaryValue
External binary value that stores info about shared record instance that contains binary.
|
class |
CollectionValue
Collection value.
|
class |
ComplexValue
Value representing complex types.
|
class |
Context
Entity representing execution context state.
|
class |
ContextFreeType
Persistent value for context free type.
|
class |
EnumerationValue |
class |
Escalation
This class represents an escalation which is thrown by an escalation throw
event.
|
class |
ExpressionValue
Persistent value representing closure.
|
class |
ExternalValue
Class used to represent an object that is not defined in the core model types.
|
class |
Goal
Entity representing goal execution state.
|
class |
GOElement
|
class |
ListValue
Persistent value value representing an immutable list of values.
|
class |
MapValue
Persistent value representing an immutable map.
|
class |
ModelInstance
Entity representing a model instance state.
|
class |
ModelInstanceProperty
Entity representing a model instance property.
|
class |
ModuleInstance
Entity representing a module instance.
|
class |
NamedValue
Entity representing a named value.
|
class |
ObjectValue
Persistent value representing object.
|
class |
Plan
Entity representing plan execution state.
|
class |
ProcessInstance
Entity representing a process instance.
|
class |
ProcessLog
Process log.
|
class |
ReadOnlyRecordValue
Read only record value object.
|
class |
RecordValue
Persistent value representing a record.
|
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.
|
class |
TypeValue
Simple value representing a type.
|
class |
ValueContent
Class used as a root for storing a complex value with all referenced values.
|
class |
ValueRef
Value referencing another value by id.
|
class |
Variable
Entity representing instance of a variable.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.addValue(ModelInstanceAware val)
Adds value.
|
void |
ModelInstance.removeValue(ModelInstanceAware val)
Removes value.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyModelInstance
Empty model instance used for creation non-shared values in shared system record types.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.