Uses of Interface
org.camunda.bpm.model.cmmn.instance.CaseRoles
-
Packages that use CaseRoles Package Description 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 Modifier and Type Class Description class
CaseRolesImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseRoles Modifier and Type Field Description protected static ChildElement<CaseRoles>
CaseImpl. caseRolesChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return CaseRoles Modifier and Type Method Description CaseRoles
CaseImpl. getRoles()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseRoles Modifier and Type Method Description 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 Modifier and Type Method Description CaseRoles
Case. getRoles()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseRoles Modifier and Type Method Description void
Case. setRoles(CaseRoles roles)
-