Uses of Interface
org.camunda.bpm.model.bpmn.instance.Property
Packages that use Property
-
Uses of Property in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement PropertyFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type PropertyModifier and TypeFieldDescriptionprotected static ChildElementCollection<Property>
ActivityImpl.propertyCollection
protected static ChildElementCollection<Property>
EventImpl.propertyCollection
protected static ChildElementCollection<Property>
ProcessImpl.propertyCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type PropertyModifier and TypeMethodDescriptionActivityImpl.getProperties()
EventImpl.getProperties()
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 PropertyModifier and TypeMethodDescriptionActivity.getProperties()
Event.getProperties()
Process.getProperties()