-
Packages that use ComponentCascadeDeleteAction Package Description 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of ComponentCascadeDeleteAction in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ComponentCascadeDeleteAction Modifier and Type Field and Description static ComponentCascadeDeleteActionComponentCascadeDeleteAction. CASCADE_DELETECauses the child component document to be automatically deleted when the parent component document is deleted.static ComponentCascadeDeleteActionComponentCascadeDeleteAction. NO_CASCADE_DELETECauses no special action to occur when the parent component document is deleted.Methods in com.filenet.api.constants that return ComponentCascadeDeleteAction Modifier and Type Method and Description static ComponentCascadeDeleteActionComponentCascadeDeleteAction. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of ComponentCascadeDeleteAction in com.filenet.api.core
Methods in com.filenet.api.core that return ComponentCascadeDeleteAction Modifier and Type Method and Description ComponentCascadeDeleteActionComponentRelationship. get_ComponentCascadeDelete()Returns the value of the ComponentCascadeDelete property.Methods in com.filenet.api.core with parameters of type ComponentCascadeDeleteAction Modifier and Type Method and Description voidComponentRelationship. set_ComponentCascadeDelete(ComponentCascadeDeleteAction value)Sets the value of the ComponentCascadeDelete property.
-