Package | Description |
---|---|
com.edorasware.one.rest.manager | |
com.edorasware.one.rest.manager.internal |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
WorkObjectManager.findWorkObjectChildren(String parentId,
String type,
String query,
Integer offset,
Integer limit,
ViewFilter view,
Collection<String> fields)
Finds child work objects of the given parent id and given type according to the query with offset and limit
|
QueryResponse |
WorkObjectDefinitionManager.findWorkObjectDefinitions(String type,
String typedText,
Integer offset,
Integer limit,
Locale locale)
Finds the work object definitions with a matching name to the typed text parameter
|
QueryResponse |
WorkObjectDefinitionManager.findWorkObjectDefinitionsByModelId(String modelId,
Locale locale)
Finds the latest active work object definition by model global id
|
QueryResponse |
WorkObjectDefinitionManager.findWorkObjectDefinitionsWithCaseId(String type,
String caseId,
String typedText,
Integer offset,
Integer limit,
Locale locale)
Finds the latest work object definitions with a matching name to the typed text parameter and the case id
|
QueryResponse |
WorkObjectManager.findWorkObjects(String type,
String query,
Integer offset,
Integer limit,
ViewFilter view,
Collection<String> fields)
Finds work objects of the given type according to the query with offset and limit
|
QueryResponse |
CaseManager.getAllowedActionsForCurrentUser(String caseWorkObjectId,
Locale locale)
Returns allowed actions for the current user and case
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
DefaultWorkObjectManager.findWorkObjectChildren(String parentId,
String type,
String query,
Integer offset,
Integer limit,
ViewFilter view,
Collection<String> fields) |
QueryResponse |
DefaultWorkObjectDefinitionManager.findWorkObjectDefinitions(String type,
String typedText,
Integer offset,
Integer limit,
Locale locale) |
QueryResponse |
DefaultWorkObjectDefinitionManager.findWorkObjectDefinitionsByModelId(String modelId,
Locale locale) |
QueryResponse |
DefaultWorkObjectDefinitionManager.findWorkObjectDefinitionsWithCaseId(String type,
String caseId,
String typedText,
Integer offset,
Integer limit,
Locale locale) |
QueryResponse |
DefaultWorkObjectManager.findWorkObjects(String type,
String query,
Integer offset,
Integer limit,
ViewFilter view,
Collection<String> fields) |
QueryResponse |
DefaultCaseManager.getAllowedActionsForCurrentUser(String caseWorkObjectId,
Locale locale) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.