-
Packages that use DeletionAction 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). -
-
Uses of DeletionAction in com.filenet.api.admin
Methods in com.filenet.api.admin that return DeletionAction Modifier and Type Method and Description DeletionActionPropertyDefinitionObject. get_DeletionAction()Returns the value of the DeletionAction property.Methods in com.filenet.api.admin with parameters of type DeletionAction Modifier and Type Method and Description voidPropertyDefinitionObject. 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 Modifier and Type Field and Description static DeletionActionDeletionAction. CASCADESpecifies that, if the object containing a given object-valued property is deleted, any objects referenced by the property will also be deleted.static DeletionActionDeletionAction. NONESpecifies 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 DeletionActionDeletionAction. PREVENTSpecifies 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 Modifier and Type Method and Description static DeletionActionDeletionAction. 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 Modifier and Type Method and Description DeletionActionPropertyDescriptionObject. get_DeletionAction()Returns the value of the DeletionAction property.
-