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 |
EntityWithId
Entity with an id.
|
interface |
EvaluationLevelAware
Interface for evaluation aware elements.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionValue
Collection value.
|
class |
ComplexValue
Value representing complex types.
|
class |
Context
Entity representing execution context state.
|
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 |
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 |
ModuleInstance
Entity representing a module instance.
|
class |
ProcessInstance
Entity representing a process instance.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<Collectible> |
Token.getReferences() |
Collection<Collectible> |
Task.getReferences() |
Collection<Collectible> |
Signal.getReferences() |
Collection<Collectible> |
RecordValue.getReferences() |
Collection<Collectible> |
ReadOnlyRecordValue.getReferences() |
Collection<Collectible> |
ProcessInstance.getReferences() |
Collection<Collectible> |
ModuleInstance.getReferences() |
Collection<Collectible> |
ModelInstance.getReferences() |
Collection<Collectible> |
MapValue.getReferences() |
Collection<Collectible> |
ExternalValue.getReferences() |
Collection<Collectible> |
ExpressionValue.getReferences() |
Collection<Collectible> |
Escalation.getReferences() |
Collection<Collectible> |
Context.getReferences() |
Collection<Collectible> |
CollectionValue.getReferences() |
Collection<Collectible> |
Collectible.getReferences()
Returns collection of all referenced collectible objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.collectGarbageExclude(Collection<? extends Collectible> toRetain)
Collects all
Collectible s which are not persistent and are not
directly or indirectly referenced from a persistent collectible and are not
in the toRetain collection. |
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.