Uses of Class
org.apache.pdfbox.preflight.action.AbstractActionManager
-
Packages that use AbstractActionManager Package Description org.apache.pdfbox.preflight.action -
-
Uses of AbstractActionManager in org.apache.pdfbox.preflight.action
Subclasses of AbstractActionManager in org.apache.pdfbox.preflight.action Modifier and Type Class Description classGoToActionActionManager for the GoTo action.classGoToRemoteActionActionManager for the GoToRemote action.classHideActionActionManager for the Hide action.classInvalidActionActionManager for InvalidAction.classNamedActionActionManager for the Named action.classSubmitActionActionManager for the Submit action SubmitAction is valid if the F entry is present.classThreadActionActionManager for the Thread action ThreadAction is valid if the D entry is present.classUndefActionActionManager for Undefined Actions.classUriActionActionManager for the URI action URI action is valid if the URI entry is present as a String.Methods in org.apache.pdfbox.preflight.action that return AbstractActionManager Modifier and Type Method Description protected AbstractActionManagerActionManagerFactory. createActionManager(PreflightContext ctx, COSDictionary action, java.lang.String aaKey)Create an instance of ActionManager according to the value of the S entry.Methods in org.apache.pdfbox.preflight.action that return types with arguments of type AbstractActionManager Modifier and Type Method Description java.util.List<AbstractActionManager>ActionManagerFactory. getActionManagers(PreflightContext ctx, COSDictionary dictionary)This method extract actions from the given dictionary.java.util.List<AbstractActionManager>ActionManagerFactory. getNextActions(PreflightContext ctx, COSDictionary actionDictionary)Returns all actions contained by the Next entry.Method parameters in org.apache.pdfbox.preflight.action with type arguments of type AbstractActionManager Modifier and Type Method Description private voidActionManagerFactory. callCreateAction(COSBase aDict, PreflightContext ctx, java.util.List<AbstractActionManager> result, java.lang.String additionActionKey, java.util.Map<COSObjectKey,java.lang.Boolean> alreadyCreated)Call the create action to add the ActionManager to the result list.private voidActionManagerFactory. callCreateAction(COSBase aDict, PreflightContext ctx, java.util.List<AbstractActionManager> result, java.util.Map<COSObjectKey,java.lang.Boolean> alreadyCreated)Call the callCreateAction(COSBase, COSDocument, List, String) method with null as isAA parameter.
-