public interface CaseManager
Manages operations on com.edorasware.gear.core.caze.Case
s
Modifier and Type | Method and Description |
---|---|
QueryResponse |
getAllowedActionsForCurrentUser(String caseWorkObjectId,
Locale locale)
Returns allowed actions for the current user and case
|
List<ValueMap> |
getCaseMilestones(String caseWorkObjectId)
Returns milestones for the given case work object id
|
List<ValueMap> |
getCaseStates(String caseWorkObjectId)
Returns stages for the given case work object id
|
QueryResponse getAllowedActionsForCurrentUser(String caseWorkObjectId, Locale locale)
Returns allowed actions for the current user and case
caseWorkObjectId
- case Id for which actions are returnedlocale
- the translation localeList<ValueMap> getCaseStates(String caseWorkObjectId)
Returns stages for the given case work object id
caseWorkObjectId
- case Id for which the stages are returnedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.