Uses of Interface
org.camunda.bpm.model.cmmn.instance.EntryCriterion
-
Packages that use EntryCriterion Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of EntryCriterion in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement EntryCriterion Modifier and Type Class Description class
EntryCriterionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type EntryCriterion Modifier and Type Field Description protected static ChildElementCollection<EntryCriterion>
DiscretionaryItemImpl. entryCriterionCollection
protected static ChildElementCollection<EntryCriterion>
PlanItemImpl. entryCriterionCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type EntryCriterion Modifier and Type Method Description Collection<EntryCriterion>
DiscretionaryItemImpl. getEntryCriterions()
Collection<EntryCriterion>
PlanItemImpl. getEntryCriterions()
-
Uses of EntryCriterion in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type EntryCriterion Modifier and Type Method Description Collection<EntryCriterion>
DiscretionaryItem. getEntryCriterions()
Collection<EntryCriterion>
PlanItem. getEntryCriterions()
-