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

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

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

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement IfPart
 class IfPartImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type IfPart
protected static org.camunda.bpm.model.xml.type.child.ChildElement<IfPart> SentryImpl.ifPartChild
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return IfPart
 IfPart SentryImpl.getIfPart()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type IfPart
 void SentryImpl.setIfPart(IfPart ifPart)
           
 

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

Methods in org.camunda.bpm.model.cmmn.instance that return IfPart
 IfPart Sentry.getIfPart()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type IfPart
 void Sentry.setIfPart(IfPart ifPart)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.