Uses of Class
org.apache.pdfbox.preflight.action.AbstractActionManager
Packages that use AbstractActionManager
-
Uses of AbstractActionManager in org.apache.pdfbox.preflight.action
Subclasses of AbstractActionManager in org.apache.pdfbox.preflight.actionModifier and TypeClassDescriptionclassActionManager for the GoTo action.classActionManager for the GoToRemote action.classActionManager for the Hide action.classActionManager for InvalidAction.classActionManager for the Named action.classActionManager for the Submit action SubmitAction is valid if the F entry is present.classActionManager for the Thread action ThreadAction is valid if the D entry is present.classActionManager for Undefined Actions.classActionManager 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 AbstractActionManagerModifier and TypeMethodDescriptionprotected AbstractActionManagerActionManagerFactory.createActionManager(PreflightContext ctx, COSDictionary action, 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 AbstractActionManagerModifier and TypeMethodDescriptionfinal List<AbstractActionManager>ActionManagerFactory.getActionManagers(PreflightContext ctx, COSDictionary dictionary) This method extract actions from the given dictionary.final 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 AbstractActionManagerModifier and TypeMethodDescriptionprivate voidActionManagerFactory.callCreateAction(COSBase aDict, PreflightContext ctx, List<AbstractActionManager> result, String additionActionKey, Map<COSObjectKey, Boolean> alreadyCreated) Call the create action to add the ActionManager to the result list.private voidActionManagerFactory.callCreateAction(COSBase aDict, PreflightContext ctx, List<AbstractActionManager> result, Map<COSObjectKey, Boolean> alreadyCreated) Call the callCreateAction(COSBase, COSDocument, List, String) method with null as isAA parameter.