Uses of Class
org.flowable.engine.impl.bpmn.data.ItemDefinition
Packages that use ItemDefinition
Package
Description
-
Uses of ItemDefinition in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior with type parameters of type ItemDefinitionModifier and TypeFieldDescriptionprotected Map<String,
ItemDefinition> WebServiceActivityBehavior.itemDefinitionMap
-
Uses of ItemDefinition in org.flowable.engine.impl.bpmn.data
Fields in org.flowable.engine.impl.bpmn.data declared as ItemDefinitionModifier and TypeFieldDescriptionprotected ItemDefinition
Data.definition
protected ItemDefinition
ItemInstance.item
Methods in org.flowable.engine.impl.bpmn.data that return ItemDefinitionConstructors in org.flowable.engine.impl.bpmn.data with parameters of type ItemDefinitionModifierConstructorDescriptionData
(String id, String name, ItemDefinition definition) ItemInstance
(ItemDefinition item, StructureInstance structureInstance) -
Uses of ItemDefinition in org.flowable.engine.impl.bpmn.webservice
Fields in org.flowable.engine.impl.bpmn.webservice declared as ItemDefinitionMethods in org.flowable.engine.impl.bpmn.webservice that return ItemDefinitionMethods in org.flowable.engine.impl.bpmn.webservice with parameters of type ItemDefinitionModifier and TypeMethodDescriptionvoid
MessageDefinition.setItemDefinition
(ItemDefinition itemDefinition)