Uses of Class
org.flowable.bpmn.model.ItemDefinition
Packages that use ItemDefinition
-
Uses of ItemDefinition in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as ItemDefinitionFields in org.flowable.bpmn.model with type parameters of type ItemDefinitionModifier and TypeFieldDescriptionprotected Map<String,
ItemDefinition> BpmnModel.itemDefinitionMap
Methods in org.flowable.bpmn.model that return ItemDefinitionMethods in org.flowable.bpmn.model that return types with arguments of type ItemDefinitionMethods in org.flowable.bpmn.model with parameters of type ItemDefinitionModifier and TypeMethodDescriptionvoid
BpmnModel.addItemDefinition
(String id, ItemDefinition item) void
DataObject.setItemSubjectRef
(ItemDefinition itemSubjectRef) void
ItemDefinition.setValues
(ItemDefinition otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type ItemDefinitionModifier and TypeMethodDescriptionvoid
BpmnModel.setItemDefinitions
(Map<String, ItemDefinition> itemDefinitionMap)