-
Packages that use AccessPermissionDescriptionList Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism.com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. -
-
Uses of AccessPermissionDescriptionList in com.filenet.api.admin
Methods in com.filenet.api.admin that return AccessPermissionDescriptionList Modifier and Type Method and Description AccessPermissionDescriptionListClassDefinition. get_DefaultInstancePermissionDescriptions()Returns the value of the DefaultInstancePermissionDescriptions property. -
Uses of AccessPermissionDescriptionList in com.filenet.api.core
Methods in com.filenet.api.core that return AccessPermissionDescriptionList Modifier and Type Method and Description AccessPermissionDescriptionListDomain. get_PermissionDescriptions()Returns the value of the PermissionDescriptions property. -
Uses of AccessPermissionDescriptionList in com.filenet.api.events
Methods in com.filenet.api.events that return AccessPermissionDescriptionList Modifier and Type Method and Description AccessPermissionDescriptionListDocumentState. get_TemplatePermissionDescriptions()Returns the value of the TemplatePermissionDescriptions property. -
Uses of AccessPermissionDescriptionList in com.filenet.api.meta
Methods in com.filenet.api.meta that return AccessPermissionDescriptionList Modifier and Type Method and Description AccessPermissionDescriptionListClassDescription. get_PermissionDescriptions()Returns the value of the PermissionDescriptions property. -
Uses of AccessPermissionDescriptionList in com.filenet.api.security
Methods in com.filenet.api.security that return AccessPermissionDescriptionList Modifier and Type Method and Description AccessPermissionDescriptionListSecurityTemplate. get_TemplatePermissionDescriptions()Returns the value of the TemplatePermissionDescriptions property.
-