Uses of Class
org.activiti.bpmn.model.ItemDefinition
-
Packages that use ItemDefinition Package Description org.activiti.bpmn.model -
-
Uses of ItemDefinition in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model declared as ItemDefinition Modifier and Type Field Description protected ItemDefinitionDataObject. itemSubjectRefFields in org.activiti.bpmn.model with type parameters of type ItemDefinition Modifier and Type Field Description protected java.util.Map<java.lang.String,ItemDefinition>BpmnModel. itemDefinitionMapMethods in org.activiti.bpmn.model that return ItemDefinition Modifier and Type Method Description ItemDefinitionItemDefinition. clone()ItemDefinitionDataObject. getItemSubjectRef()Methods in org.activiti.bpmn.model that return types with arguments of type ItemDefinition Modifier and Type Method Description java.util.Map<java.lang.String,ItemDefinition>BpmnModel. getItemDefinitions()Methods in org.activiti.bpmn.model with parameters of type ItemDefinition Modifier and Type Method Description voidBpmnModel. addItemDefinition(java.lang.String id, ItemDefinition item)voidDataObject. setItemSubjectRef(ItemDefinition itemSubjectRef)voidItemDefinition. setValues(ItemDefinition otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type ItemDefinition Modifier and Type Method Description voidBpmnModel. setItemDefinitions(java.util.Map<java.lang.String,ItemDefinition> itemDefinitionMap)
-