Class GFAPermissions
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAPermissions
-
- All Implemented Interfaces:
AObject,APermissions,Object
public class GFAPermissions extends GFAObject implements APermissions
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
baseObject, keyName, parentObject, PDF_DATE_FORMAT_REGEX
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFAPermissions(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsDocMDP()BooleangetcontainsUR3()BooleangetDocMDPHasTypeDictionary()LonggetDocMDPReferenceArraySize()BooleangetDocMDPReferenceHasTypeArray()COSObjectgetDocMDPValue()BooleangetisDocMDPIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetUR3HasTypeDictionary()StringgetUR3Reference0TransformMethodNameValue()COSObjectgetUR3Value()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, getPageObject, getsize, hasCycle, setKeysSet
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getcontainsDocMDP
public Boolean getcontainsDocMDP()
- Specified by:
getcontainsDocMDPin interfaceAPermissions
-
getDocMDPValue
public COSObject getDocMDPValue()
-
getisDocMDPIndirect
public Boolean getisDocMDPIndirect()
- Specified by:
getisDocMDPIndirectin interfaceAPermissions
-
getDocMDPHasTypeDictionary
public Boolean getDocMDPHasTypeDictionary()
- Specified by:
getDocMDPHasTypeDictionaryin interfaceAPermissions
-
getcontainsUR3
public Boolean getcontainsUR3()
- Specified by:
getcontainsUR3in interfaceAPermissions
-
getUR3Value
public COSObject getUR3Value()
-
getUR3HasTypeDictionary
public Boolean getUR3HasTypeDictionary()
- Specified by:
getUR3HasTypeDictionaryin interfaceAPermissions
-
getDocMDPReferenceArraySize
public Long getDocMDPReferenceArraySize()
- Specified by:
getDocMDPReferenceArraySizein interfaceAPermissions
-
getUR3Reference0TransformMethodNameValue
public String getUR3Reference0TransformMethodNameValue()
- Specified by:
getUR3Reference0TransformMethodNameValuein interfaceAPermissions
-
getDocMDPReferenceHasTypeArray
public Boolean getDocMDPReferenceHasTypeArray()
- Specified by:
getDocMDPReferenceHasTypeArrayin interfaceAPermissions
-
-