| Package | Description |
|---|---|
| org.jbpm.casemgmt.api |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
CaseService.getCaseInstance(String caseId)
Returns case instance (only if it's active) identified by given case id - does not load case file, roles, milestones nor stages.
|
CaseInstance |
CaseService.getCaseInstance(String caseId,
boolean withData,
boolean withRoles,
boolean withMilestones,
boolean withStages)
Returns case instance (only if it's active) identified by given case id with options on what should be fetched
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CaseInstance> |
CaseRuntimeDataService.getCaseInstances(List<Integer> statuses,
org.kie.internal.query.QueryContext queryContext)
Returns all available active case instances that match given statuses
|
Collection<CaseInstance> |
CaseRuntimeDataService.getCaseInstances(org.kie.internal.query.QueryContext queryContext)
Returns all available active case instances
|
Collection<CaseInstance> |
CaseRuntimeDataService.getCaseInstancesByDefinition(String caseDefinitionId,
List<Integer> statuses,
org.kie.internal.query.QueryContext queryContext)
Returns all available case instances;
|
Collection<CaseInstance> |
CaseRuntimeDataService.getCaseInstancesByDeployment(String deploymentId,
List<Integer> statuses,
org.kie.internal.query.QueryContext queryContext)
Returns all available case instances;
|
Collection<CaseInstance> |
CaseRuntimeDataService.getCaseInstancesOwnedBy(String owner,
List<Integer> statuses,
org.kie.internal.query.QueryContext queryContext)
Returns all case instances owned by given user
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.