Uses of Interface
org.camunda.bpm.model.cmmn.instance.Property
-
Packages that use Property Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Property in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Property Modifier and Type Class Description class
PropertyImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Property Modifier and Type Field Description protected static ChildElementCollection<Property>
CaseFileItemDefinitionImpl. propertyCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Property Modifier and Type Method Description Collection<Property>
CaseFileItemDefinitionImpl. getProperties()
-
Uses of Property in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Property Modifier and Type Method Description Collection<Property>
CaseFileItemDefinition. getProperties()
-