public interface ActionProcessor
Action permission process which processes actions.
| Modifier and Type | Method and Description | 
|---|---|
List<Action> | 
process(List<Action> actions,
       ActionContext actionContext)
Processes the specified actions and returns them. 
 | 
List<Action> process(List<Action> actions, ActionContext actionContext)
Processes the specified actions and returns them. The given context and the work object id are also provided for specified processing.
actions - the actions to processactionContext - DefaultActionContext in which actions are processedIllegalArgumentException - if an input parameter is not validRuntimeException - if an error occurs while processingCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.