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<CaseMilestoneInstance> |
CaseRuntimeDataService.getCaseInstanceMilestones(String caseId,
boolean achievedOnly,
org.kie.api.runtime.query.QueryContext queryContext)
Returns milestones for given case instance, identified by case id.
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseMilestoneInstance> |
CaseInstance.getCaseMilestones()
Returns available case milestones for this case.
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseMilestoneInstance> |
CaseRuntimeDataServiceImpl.getCaseInstanceMilestones(String caseId,
boolean achievedOnly,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Class and Description |
---|---|
class |
CaseMilestoneInstanceImpl |
Modifier and Type | Method and Description |
---|---|
Collection<CaseMilestoneInstance> |
CaseInstanceImpl.getCaseMilestones() |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceImpl.setCaseMilestones(Collection<CaseMilestoneInstance> caseMilestones) |
Constructor and Description |
---|
CaseInstanceImpl(String caseId,
String caseDescription,
Collection<CaseStageInstance> caseStages,
Collection<CaseMilestoneInstance> caseMilestones,
Collection<CaseRoleInstance> caseRoles,
CaseFileInstance caseFile) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.