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 as
EntireNetwork , 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.
|
com.filenet.api.sweep |
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
|
com.filenet.api.util |
Provides utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
AccessPermissionList |
ClassDefinition.get_DefaultInstancePermissions()
Returns the value of the DefaultInstancePermissions property.
|
AccessPermissionList |
TableDefinition.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
StoragePolicy.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
StorageArea.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
PropertyTemplate.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
IndexJob.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
IndexArea.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmStorageDevice.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmHold.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmContentConversionSettings.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmAuditProcessingBookmark.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmAuditDispositionPolicy.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
ClassDefinition.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
ChoiceList.get_Permissions()
Returns the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDefinition.set_DefaultInstancePermissions(AccessPermissionList value)
Sets the value of the DefaultInstancePermissions property.
|
void |
TableDefinition.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
StoragePolicy.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
StorageArea.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
PropertyTemplate.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
IndexJob.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
IndexArea.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmStorageDevice.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmHold.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmContentConversionSettings.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmAuditProcessingBookmark.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmAuditDispositionPolicy.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
ClassDefinition.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
ChoiceList.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
static AccessPermissionList |
Factory.AccessPermission.createList()
Creates a new instance of this collection class.
|
AccessPermissionList |
ObjectStore.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
Link.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
Domain.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
Containable.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmTask.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmAbstractPersistable.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
Annotation.get_Permissions()
Returns the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
Link.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
Domain.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
Containable.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmTask.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmAbstractPersistable.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
Annotation.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
AccessPermissionList |
Event.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
ActionConsumer.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
Action.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
DocumentState.get_TemplatePermissions()
Returns the value of the TemplatePermissions property.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
ActionConsumer.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
Action.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
DocumentState.set_TemplatePermissions(AccessPermissionList value)
Sets the value of the TemplatePermissions property.
|
Modifier and Type | Method and Description |
---|---|
AccessPermissionList |
ClassDescription.get_DefaultInstancePermissions()
Returns the value of the DefaultInstancePermissions property.
|
Modifier and Type | Method and Description |
---|---|
AccessPermissionList |
SecurityPolicy.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
Marking.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
SecurityTemplate.get_TemplatePermissions()
Returns the value of the TemplatePermissions property.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityPolicy.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
Marking.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
SecurityTemplate.set_TemplatePermissions(AccessPermissionList value)
Sets the value of the TemplatePermissions property.
|
Modifier and Type | Method and Description |
---|---|
AccessPermissionList |
CmSweepPolicy.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmSweep.get_Permissions()
Returns the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmSweepPolicy.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmSweep.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
AccessPermissionList |
CmRecoveryItem.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmRecoveryBin.get_Permissions()
Returns the value of the Permissions property.
|
AccessPermissionList |
CmAbstractSequential.get_Permissions()
Returns the value of the Permissions property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmRecoveryItem.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmRecoveryBin.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
CmAbstractSequential.set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.