public class DefaultFlowInstance extends Object implements FlowInstance
| Constructor and Description |
|---|
DefaultFlowInstance(Identifier<?> id,
Identifier<?> definitionId,
PropertyStore propertyStore,
TokenStore tokenStore) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getDefinitionId() |
Identifier<?> |
getIdentifier() |
FlowInstanceProperties |
getProperties() |
FlowInstanceTokenList |
getTokens() |
public DefaultFlowInstance(Identifier<?> id, Identifier<?> definitionId, PropertyStore propertyStore, TokenStore tokenStore)
public Identifier<?> getIdentifier()
getIdentifier in interface FlowInstancepublic Identifier getDefinitionId()
getDefinitionId in interface FlowInstancepublic FlowInstanceTokenList getTokens()
getTokens in interface FlowInstancepublic FlowInstanceProperties getProperties()
getProperties in interface FlowInstanceCopyright © 2015. All rights reserved.