|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CaseService
| Method Summary | |
|---|---|
CaseExecutionQuery |
createCaseExecutionQuery()
Creates a new CaseExecutionQuery instance,
that can be used to query the executions and case instances. |
CaseInstanceBuilder |
createCaseInstanceById(String caseDefinitionId)
Define a CaseInstance using a fluent builder. |
CaseInstanceBuilder |
createCaseInstanceByKey(String caseDefinitionKey)
Define a CaseInstance using a fluent builder. |
CaseInstanceQuery |
createCaseInstanceQuery()
Creates a new CaseInstanceQuery instance, that can be used
to query case instances. |
| Method Detail |
|---|
CaseInstanceBuilder createCaseInstanceByKey(String caseDefinitionKey)
CaseInstance using a fluent builder.
caseDefinitionKey - The key of case definition to create a new case instance in
the latest version of the case definition with the given key, cannot be null.
fluent builder for defining a new case instanceCaseInstanceBuilder createCaseInstanceById(String caseDefinitionId)
CaseInstance using a fluent builder.
Starts a new case instance in the exactly specified version of the case definition with the given id.
caseDefinitionId - The id of case definition to create a new case instance in
the exactly specified version of the case definition with the given id, cannot be null.
fluent builder for defining a new case instanceCaseInstanceQuery createCaseInstanceQuery()
CaseInstanceQuery instance, that can be used
to query case instances.
CaseExecutionQuery createCaseExecutionQuery()
CaseExecutionQuery instance,
that can be used to query the executions and case instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||