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.itemDefinitionMapMethods 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 TypeMethodDescriptionvoidBpmnModel.addItemDefinition(String id, ItemDefinition item) voidDataObject.setItemSubjectRef(ItemDefinition itemSubjectRef) voidItemDefinition.setValues(ItemDefinition otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type ItemDefinitionModifier and TypeMethodDescriptionvoidBpmnModel.setItemDefinitions(Map<String, ItemDefinition> itemDefinitionMap)