|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentPreventDeleteAction | |
---|---|
com.filenet.api.constants | Provides classes defining collections of related, type-safe constant values. |
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. |
Uses of ComponentPreventDeleteAction in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as ComponentPreventDeleteAction | |
---|---|
static ComponentPreventDeleteAction |
ComponentPreventDeleteAction.ALLOW_BOTH_DELETE
Allows the deletion of both the parent and child component documents. |
static ComponentPreventDeleteAction |
ComponentPreventDeleteAction.PREVENT_BOTH_DELETE
Prevents the deletion of both the parent and child component documents. |
static ComponentPreventDeleteAction |
ComponentPreventDeleteAction.PREVENT_CHILD_DELETE
Prevents the deletion of the child component document if the parent component document exists. |
static ComponentPreventDeleteAction |
ComponentPreventDeleteAction.PREVENT_PARENT_DELETE
Prevents the deletion of the parent component document. |
Methods in com.filenet.api.constants that return ComponentPreventDeleteAction | |
---|---|
static ComponentPreventDeleteAction |
ComponentPreventDeleteAction.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of ComponentPreventDeleteAction in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return ComponentPreventDeleteAction | |
---|---|
ComponentPreventDeleteAction |
ComponentRelationship.get_ComponentPreventDelete()
Returns the value of the ComponentPreventDelete property. |
Methods in com.filenet.api.core with parameters of type ComponentPreventDeleteAction | |
---|---|
void |
ComponentRelationship.set_ComponentPreventDelete(ComponentPreventDeleteAction value)
Sets the value of the ComponentPreventDelete property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |