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

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

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

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement CaseRoles
 class CaseRolesImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseRoles
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRoles> CaseImpl.caseRolesChild
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return CaseRoles
 CaseRoles CaseImpl.getRoles()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseRoles
 void CaseImpl.setRoles(CaseRoles caseRole)
           
 

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

Methods in org.camunda.bpm.model.cmmn.instance that return CaseRoles
 CaseRoles Case.getRoles()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseRoles
 void Case.setRoles(CaseRoles roles)
           
 



Copyright © 2018 camunda services GmbH. All rights reserved.