|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeletionAction | |
---|---|
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). |
Uses of DeletionAction in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return DeletionAction | |
---|---|
DeletionAction |
PropertyDefinitionObject.get_DeletionAction()
Returns the value of the DeletionAction property. |
Methods in com.filenet.api.admin with parameters of type DeletionAction | |
---|---|
void |
PropertyDefinitionObject.set_DeletionAction(DeletionAction value)
Sets the value of the DeletionAction property. |
Uses of DeletionAction in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as DeletionAction | |
---|---|
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. |
Methods in com.filenet.api.constants that return DeletionAction | |
---|---|
static DeletionAction |
DeletionAction.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of DeletionAction in com.filenet.api.meta |
---|
Methods in com.filenet.api.meta that return DeletionAction | |
---|---|
DeletionAction |
PropertyDescriptionObject.get_DeletionAction()
Returns the value of the DeletionAction property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |