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.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
Modifier and Type | Method and Description |
---|---|
DeletionAction |
PropertyDefinitionObject.get_DeletionAction()
Returns the value of the DeletionAction property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDefinitionObject.set_DeletionAction(DeletionAction value)
Sets the value of the DeletionAction property.
|
Modifier and Type | Field and Description |
---|---|
static DeletionAction |
DeletionAction.CASCADE
Specifies that, if the object containing a given object-valued property is deleted, any objects referenced
by the property will also be deleted.
|
static DeletionAction |
DeletionAction.NONE
Specifies that, if an attempt is made to delete the object containing a given object-valued property,
no special action will be taken; objects referenced by the property will not be deleted, nor
will the object containing the property be prevented from being deleted.
|
static DeletionAction |
DeletionAction.PREVENT
Specifies that, if a given object-valued property has a value (references one or more objects), the deletion operation
of the object containing the property will be prevented until all of the objects that the property references are deleted first.
|
Modifier and Type | Method and Description |
---|---|
static DeletionAction |
DeletionAction.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
DeletionAction |
PropertyDescriptionObject.get_DeletionAction()
Returns the value of the DeletionAction property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.