Package | Description |
---|---|
com.edorasware.config.action | |
com.edorasware.one.action.internal |
Modifier and Type | Method and Description |
---|---|
List<ActionProcessor> |
ActionConfiguration.defaultActionProcessors(ContextActionProcessor contextActionProcessor,
WorkObjectDefinitionActionProcessor workObjectDefinitionActionProcessor,
WorkObjectActionProcessor workObjectActionProcessor,
PrivilegeActionProcessor privilegeActionProcessor,
TypeActionProcessor typeActionProcessor,
SortActionsProcessor sortActionsProcessor,
DisableActionsProcessor disableActionsProcessor,
ActionWorkObjectAttributesProcessor actionWorkObjectAttributesProcessor) |
Modifier and Type | Method and Description |
---|---|
DefaultActionProvider |
ActionConfiguration.oneActionProvider(List<ActionProcessor> defaultActionProcessors) |
Modifier and Type | Class and Description |
---|---|
class |
ActionWorkObjectAttributesProcessor
This class adds
Action.getWorkObject() and Action.getGroup() information into the actions and
resolves ${workObjectId} and ${workObjectType} in the endpoint
in the case when DefaultActionContext.workObject is present |
class |
ContextActionProcessor
Filters the
Action s based on the context. |
class |
DisableActionsProcessor
Disable the
Action s based on the state of the given work object. |
class |
PrivilegeActionProcessor
Filters the
Action s based on the current logged in user privileges. |
class |
SortActionsProcessor
This class sorts the
Action s as they should be showed in the frontend |
class |
TypeActionProcessor
This class filters actions based on the Type
|
class |
WorkObjectActionProcessor
Filters the
Action s based on the state of the given work object. |
class |
WorkObjectDefinitionActionProcessor
Filters the
Action s based on the actions property defined in the given work object definition. |
Constructor and Description |
---|
DefaultActionProvider(List<ActionProcessor> actionProcessors) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.