public class InvalidAction extends AbstractActionManager
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
actionName |
actionDictionnary, context
Constructor and Description |
---|
InvalidAction(ActionManagerFactory amFact,
COSDictionary adict,
PreflightContext ctx,
java.lang.String aaKey,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
innerValid()
This method must be implemented by inherited classes to process specific validation.
|
getActionDictionnary, getAdditionalActionKey, isAdditionalAction, valid, valid, validNextActions
public InvalidAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, java.lang.String aaKey, java.lang.String name)
amFact
- Instance of ActionManagerFactory used to create ActionManager to check Next actions.adict
- the COSDictionary of the action wrapped by this class.ctx
- the DocumentHandler from which the action comes from.aaKey
- The name of the key which identify the action in a additional action dictionary.name
- the action typeprotected boolean innerValid()
AbstractActionManager
innerValid
in class AbstractActionManager