Uses of Interface
org.camunda.bpm.model.cmmn.instance.CaseRole
-
Packages that use CaseRole Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of CaseRole in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement CaseRole Modifier and Type Class Description class
CaseRoleImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseRole Modifier and Type Field Description protected static ChildElementCollection<CaseRole>
CaseImpl. caseRolesCollection
Deprecated.Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type CaseRole Modifier and Type Method Description Collection<CaseRole>
CaseImpl. getCaseRoles()
-
Uses of CaseRole in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type CaseRole Modifier and Type Method Description Collection<CaseRole>
Case. getCaseRoles()
Deprecated.
-