Uses of Interface
org.camunda.bpm.model.bpmn.instance.Property
-
Packages that use Property Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Property in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Property Modifier and Type Class Description classPropertyImplThe BPMN property elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Property Modifier and Type Field Description protected static ChildElementCollection<Property>ActivityImpl. propertyCollectionprotected static ChildElementCollection<Property>EventImpl. propertyCollectionprotected static ChildElementCollection<Property>ProcessImpl. propertyCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Property Modifier and Type Method Description Collection<Property>ActivityImpl. getProperties()Collection<Property>EventImpl. getProperties()Collection<Property>ProcessImpl. getProperties() -
Uses of Property in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Property Modifier and Type Method Description Collection<Property>Activity. getProperties()Collection<Property>Event. getProperties()Collection<Property>Process. getProperties()
-