Class ItemDefinition
java.lang.Object
org.flowable.engine.impl.bpmn.data.ItemDefinition
Implementation of the BPMN 2.0 'itemDefinition'
- Author:
- Esteban Robles Luna
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected boolean
protected ItemKind
protected StructureDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
void
setCollection
(boolean isCollection) void
setItemKind
(ItemKind itemKind)
-
Field Details
-
id
-
structure
-
isCollection
protected boolean isCollection -
itemKind
-
-
Constructor Details
-
ItemDefinition
-
-
Method Details
-
createInstance
-
getStructureDefinition
-
isCollection
public boolean isCollection() -
setCollection
public void setCollection(boolean isCollection) -
getItemKind
-
setItemKind
-
getId
-