public interface DataInstance extends NamedElement, BaseElement
DataDefinition generated when the associated ProcessInstance or
FlowNodeInstance is instantiated.| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get the class name of the type of the data defined in
DataDefinition. |
long |
getContainerId()
Get the identifier of the element where the data is defined.
|
String |
getContainerType()
Get the type of the element where the data is defined.
|
String |
getDescription()
Get the description of the data defined in
DataDefinition. |
Serializable |
getValue()
Get the value of the data.
|
Boolean |
isTransientData()
Is it transient?
|
getNamegetIdString getDescription()
DataDefinition.DescriptionElement.getDescription()String getClassName()
DataDefinition.DataDefinition.getClassName()Boolean isTransientData()
true if the data is transient, false otherwise.DataDefinition.isTransientData()Serializable getValue()
long getContainerId()
ProcessInstance or a
FlowNodeInstance.BaseElement.getId(),
BaseElement.getId()String getContainerType()
PROCESS_INSTANCE
ACTIVITY_INSTANCE
MESSAGE_INSTANCE
Copyright © 2018 Bonitasoft S.A.. All rights reserved.