Package | Description |
---|---|
com.edorasware.api.action |
Work object action support.
|
com.edorasware.cmmn.one.service |
The edoras one CMMN service implementation.
|
com.edorasware.one.action | |
com.edorasware.one.action.internal |
Modifier and Type | Method and Description |
---|---|
List<Action> |
ActionProvider.getActions(ActionContext actionRequest)
Provide allowed
Action s for the given ActionContext |
Modifier and Type | Method and Description |
---|---|
List<Action> |
DefaultOneCmmnService.getActions(ActionContext actionRequest) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionContext
This class represents the request for the actions
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
ActionManager.getAllowedActions(ActionContext actionContext,
Locale locale)
Returns the allowed
Action s for the specified context and the work object id. |
List<Action> |
ActionProcessor.process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
AncestorActionProvider.getActions(ActionContext actionContext) |
List<Action> |
CollectionActionProvider.getActions(ActionContext actionRequest) |
List<Action> |
CurrentWorkObjectActionProvider.getActions(ActionContext actionContext) |
List<Action> |
DefaultActionProvider.getActions(ActionContext actionContext) |
List<Action> |
UserDashboardDescendantsActionProvider.getActions(ActionContext actionContext) |
com.google.common.collect.ImmutableList<Action> |
DefaultActionManager.getAllowedActions(ActionContext actionContext,
Locale locale) |
List<Action> |
ActionWorkObjectAttributesProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
ContextActionProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
DisableActionsProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
PrivilegeActionProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
SortActionsProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
TypeActionProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
WorkObjectActionProcessor.process(List<Action> actions,
ActionContext actionContext) |
List<Action> |
WorkObjectDefinitionActionProcessor.process(List<Action> actions,
ActionContext actionContext) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.