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

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

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

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Case
 class CaseImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Case
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case> DefinitionsImpl.caseCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Case> CaseTaskImpl.caseRefAttribute
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return Case
 Case CaseTaskImpl.getCase()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Case
 Collection<Case> DefinitionsImpl.getCases()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Case
 void CaseTaskImpl.setCase(Case caseInstance)
           
 

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

Methods in org.camunda.bpm.model.cmmn.instance that return Case
 Case CaseTask.getCase()
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Case
 Collection<Case> Definitions.getCases()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Case
 void CaseTask.setCase(Case caseInstance)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.