Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.model.instance | |
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.model.instance |
Modifier and Type | Method and Description |
---|---|
Collection<CaseRoleInstance> |
CaseService.getCaseRoleAssignments(String caseId)
Returns role assignments for given case
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseRoleInstance> |
CaseInstance.getCaseRoles()
Returns case roles for this case.
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseRoleInstance> |
CaseServiceImpl.getCaseRoleAssignments(String caseId) |
Modifier and Type | Class and Description |
---|---|
class |
CaseRoleInstanceImpl |
Modifier and Type | Method and Description |
---|---|
Collection<CaseRoleInstance> |
CaseFileInstanceImpl.getAssignments() |
Collection<CaseRoleInstance> |
CaseInstanceImpl.getCaseRoles() |
Map<String,CaseRoleInstance> |
CaseFileInstanceImpl.getRolesAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceImpl.setCaseRoles(Collection<CaseRoleInstance> caseRoles) |
void |
CaseFileInstanceImpl.setRolesAssignments(Map<String,CaseRoleInstance> roles) |
Constructor and Description |
---|
CaseInstanceImpl(String caseId,
String caseDescription,
Collection<CaseStageInstance> caseStages,
Collection<CaseMilestoneInstance> caseMilestones,
Collection<CaseRoleInstance> caseRoles,
CaseFileInstance caseFile) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.