public class DisableActionsProcessor extends Object implements ActionProcessor
Disable the Action
s based on the state of the given work object.
Constructor and Description |
---|
DisableActionsProcessor(PdfDocumentContentConverterService documentPdfConverterService) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
public DisableActionsProcessor(PdfDocumentContentConverterService documentPdfConverterService)
public List<Action> process(List<Action> actions, ActionContext actionContext)
ActionProcessor
Processes the specified actions and returns them. The given context and the work object id are also provided for specified processing.
process
in interface ActionProcessor
actions
- the actions to processactionContext
- DefaultActionContext
in which actions are processedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.