Uses of Interface
org.camunda.bpm.model.cmmn.instance.ExitCriterion

Packages that use ExitCriterion
org.camunda.bpm.model.cmmn.impl.instance   
org.camunda.bpm.model.cmmn.instance   
 

Uses of ExitCriterion in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ExitCriterion
 class ExitCriterionImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ExitCriterion
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> DiscretionaryItemImpl.exitCriterionCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> PlanItemImpl.exitCriterionCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> StageImpl.exitCriterionCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ExitCriterion> PlanItemOnPartImpl.exitCriterionRefAttribute
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return ExitCriterion
 ExitCriterion PlanItemOnPartImpl.getExitCriterion()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type ExitCriterion
 Collection<ExitCriterion> DiscretionaryItemImpl.getExitCriterions()
           
 Collection<ExitCriterion> PlanItemImpl.getExitCriterions()
           
 Collection<ExitCriterion> StageImpl.getExitCriterions()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ExitCriterion
 void PlanItemOnPartImpl.setExitCriterion(ExitCriterion exitCriterion)
           
 

Uses of ExitCriterion in org.camunda.bpm.model.cmmn.instance
 

Methods in org.camunda.bpm.model.cmmn.instance that return ExitCriterion
 ExitCriterion PlanItemOnPart.getExitCriterion()
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type ExitCriterion
 Collection<ExitCriterion> DiscretionaryItem.getExitCriterions()
           
 Collection<ExitCriterion> PlanItem.getExitCriterions()
           
 Collection<ExitCriterion> Stage.getExitCriterions()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ExitCriterion
 void PlanItemOnPart.setExitCriterion(ExitCriterion exitCriterion)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.