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

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

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

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Sentry
 class SentryImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Sentry
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> PlanItemImpl.entryCriteriaRefCollection
          Deprecated. 
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> PlanItemImpl.exitCriteriaRefCollection
          Deprecated. 
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> StageImpl.exitCriteriaRefCollection
          Deprecated. 
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Sentry> PlanFragmentImpl.sentryCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Sentry> PlanItemOnPartImpl.sentryRefAttribute
          Deprecated. 
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Sentry> CriterionImpl.sentryRefAttribute
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return Sentry
 Sentry PlanItemOnPartImpl.getSentry()
           
 Sentry CriterionImpl.getSentry()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Sentry
 Collection<Sentry> PlanItemImpl.getEntryCriteria()
           
 Collection<Sentry> PlanItemImpl.getEntryCriterias()
           
 Collection<Sentry> PlanItemImpl.getExitCriteria()
           
 Collection<Sentry> StageImpl.getExitCriteria()
           
 Collection<Sentry> PlanItemImpl.getExitCriterias()
           
 Collection<Sentry> StageImpl.getExitCriterias()
           
 Collection<Sentry> PlanFragmentImpl.getSentrys()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Sentry
 void PlanItemOnPartImpl.setSentry(Sentry sentry)
           
 void CriterionImpl.setSentry(Sentry sentry)
           
 

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

Methods in org.camunda.bpm.model.cmmn.instance that return Sentry
 Sentry Criterion.getSentry()
           
 Sentry PlanItemOnPart.getSentry()
          Deprecated. 
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Sentry
 Collection<Sentry> PlanItem.getEntryCriteria()
           
 Collection<Sentry> PlanItem.getEntryCriterias()
          Deprecated. 
 Collection<Sentry> PlanItem.getExitCriteria()
           
 Collection<Sentry> Stage.getExitCriteria()
           
 Collection<Sentry> PlanItem.getExitCriterias()
          Deprecated. 
 Collection<Sentry> Stage.getExitCriterias()
          Deprecated. 
 Collection<Sentry> PlanFragment.getSentrys()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Sentry
 void Criterion.setSentry(Sentry sentry)
           
 void PlanItemOnPart.setSentry(Sentry sentry)
          Deprecated. 
 



Copyright © 2016 camunda services GmbH. All rights reserved.