public class ActionWorkObjectAttributesProcessor extends Object implements ActionProcessor
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
| Constructor and Description | 
|---|
ActionWorkObjectAttributesProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Action> | 
process(List<Action> actions,
       ActionContext actionContext)
Processes the specified actions and returns them. 
 | 
public List<Action> process(List<Action> actions, ActionContext actionContext)
ActionProcessorProcesses the specified actions and returns them. The given context and the work object id are also provided for specified processing.
process in interface ActionProcessoractions - the actions to processactionContext - DefaultActionContext in which actions are processedCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.