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 |
---|---|
Action |
ActionBuilder.build()
Builds the
Action instance. |
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 |
---|---|
static ActionBuilder |
Action.builder(Action template)
Creates a new action builder based on the given template action.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
DefaultOneCmmnService.getActions(ActionContext actionRequest) |
Modifier and Type | Method and Description |
---|---|
Action |
ActionManager.getActionByGlobalId(String actionId,
String globalId,
Locale locale)
Returns the
Action instance for the given action id. |
static Action |
ActionUtils.getUnknownAction(String actionId)
Returns a unknown action with the given id.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
ActionGroup.getActions() |
List<Action> |
ActionManager.getAllowedActions(ActionContext actionContext,
Locale locale)
Returns the allowed
Action s for the specified context and the work object id. |
List<Action> |
ActionManager.getAllowedActionsForType(String type,
Optional<String> qualifier,
Locale locale)
Returns the allowed
Action s for the specified Type. |
List<Action> |
ActionProcessor.process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
Modifier and Type | Method and Description |
---|---|
ActionGroup.Builder |
ActionGroup.Builder.actions(List<Action> actions) |
FrontendActionGroup.Builder |
FrontendActionGroup.Builder.actions(List<Action> actions) |
static Property |
ActionUtils.createActionsProperty(Collection<Action> actions)
Creates an actions
Property of the specified list of actions. |
List<ActionGroup> |
ActionJoiner.join(List<Action> actions)
Group provided
Action s into ActionGroup |
List<Action> |
ActionProcessor.process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
Constructor and Description |
---|
FrontendAction(Action action) |
Modifier and Type | Field and Description |
---|---|
static Action |
DefaultActionProvider.ARCHIVE |
static Action |
DefaultActionProvider.ARCHIVE_APP_MODEL |
static Action |
DefaultActionProvider.COMPLETE |
static Action |
DefaultActionProvider.CREATE |
static Action |
DefaultActionProvider.DEPLOY |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.ACCOUNT |
static com.google.common.collect.ImmutableList<Action> |
DefaultActionProvider.ACTIONS |
static com.google.common.collect.ImmutableMap<String,Action> |
DefaultActionProvider.ACTIONS_IDS |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.APP_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.CASE_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.DMN_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.DOCUMENT_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.FORM_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.GROUP |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.MAIL_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.PROCESS |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.PROCESS_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.QUERY |
static Map<String,com.google.common.collect.ImmutableList<Action>> |
WorkObjectActionProcessor.STATE_ACTIONS
Map containing all the possible state actions.
|
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.TASK |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.TASK_MODEL |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.TENANT |
static com.google.common.collect.ImmutableList<Action> |
TypeActionProcessor.USER |
Modifier and Type | Method and Description |
---|---|
Action |
DefaultActionManager.getActionByGlobalId(String actionId,
String globalId,
Locale locale) |
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> |
DefaultActionManager.getAllowedActionsForType(String typeAction,
Optional<String> qualifier,
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) |
Modifier and Type | Method and Description |
---|---|
List<ActionGroup> |
DefaultActionJoiner.join(List<Action> actions) |
List<ActionGroup> |
DescendantsActionJoiner.join(List<Action> actions) |
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.