public interface ModelerManager
Exposes API to retrieve modeler information.
Modifier and Type | Interface and Description |
---|---|
static class |
ModelerManager.Option |
Modifier and Type | Method and Description |
---|---|
List<ModelerManager.Option> |
getCaseModels(String ambiguousAppId)
Get all Case models for the given App ID.
|
FrontendObject |
getCurrentUser()
Get the details of the current user.
|
List<ModelerManager.Option> |
getDmnModels(String ambiguousAppId)
Get all dmn models for the given App ID.
|
List<ModelerManager.Option> |
getDocumentModels(String ambiguousAppId)
Get all Document models for the given App ID.
|
List<ModelerManager.Option> |
getMailModels(String ambiguousAppId)
Get all mail models for the given App ID.
|
List<ModelerManager.Option> |
getModelerUsers()
Get all modeler users.
|
ModelerManager.Option |
getOneGroup(String ambiguousId)
Get group for the given groupID.
|
List<ModelerManager.Option> |
getOneGroups(String typedText)
Get all groups matching the typed text.
|
ModelerManager.Option |
getOneUser(String ambiguousId)
Get user for the given user ID.
|
List<ModelerManager.Option> |
getOneUsers(String typedText,
String groupIds)
Get all users for given group (when group is missing ("", null) do not filter according to groupIds).
|
List<ModelerManager.Option> |
getVisModels(String ambiguousAppId)
Get all Vis models for the given App ID.
|
List<ModelerManager.Option> getModelerUsers()
Get all modeler users.
List<ModelerManager.Option> getVisModels(String ambiguousAppId)
Get all Vis models for the given App ID.
ambiguousAppId
- the ID of the App (either work object ID value or global ID value)List<ModelerManager.Option> getCaseModels(String ambiguousAppId)
Get all Case models for the given App ID.
ambiguousAppId
- the ID of the App (either work object ID value or global ID value)List<ModelerManager.Option> getDocumentModels(String ambiguousAppId)
Get all Document models for the given App ID.
ambiguousAppId
- the ID of the App (either work object ID value or global ID value)List<ModelerManager.Option> getMailModels(String ambiguousAppId)
Get all mail models for the given App ID.
ambiguousAppId
- the ID of the App (either work object ID value or global ID value)List<ModelerManager.Option> getDmnModels(String ambiguousAppId)
Get all dmn models for the given App ID.
ambiguousAppId
- the ID of the App (either work object ID value or global ID value)List<ModelerManager.Option> getOneGroups(String typedText)
Get all groups matching the typed text. Typed text is filtering like names
typedText
- name like filterModelerManager.Option getOneGroup(String ambiguousId)
Get group for the given groupID.
ambiguousId
- the ID of the group (either object ID value or global ID value)List<ModelerManager.Option> getOneUsers(String typedText, String groupIds)
Get all users for given group (when group is missing ("", null) do not filter according to groupIds). Typed text is filtering like names
typedText
- name like filtergroupIds
- return only users in this group list (comma separated list of groupIds)ModelerManager.Option getOneUser(String ambiguousId)
Get user for the given user ID.
ambiguousId
- the ID of the user (either object ID value or global ID value)FrontendObject getCurrentUser() throws Exception
Get the details of the current user.
Exception
- on errorCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.