com.filenet.api.admin
Interface CmHoldable
-
- All Known Subinterfaces:
- Annotation, CodeModule, CustomObject, Document, Folder, StoredSearch, WorkflowDefinition, XMLPropertyMappingScript
public interface CmHoldableAbstract base class for classes to which holds (deletion prevention) can be applied. ACmHoldableobject participates in a hold relationship represented by aCmHoldRelationship, which includes properties for setting aCmHoldinstance (the hold object) and aCmHoldableinstance (the held object). All of the holds in which aCmHoldableobject participates are contained in the CmHoldRelationships property.A hold is removed on a
CmHoldableobject by deleting theCmHoldRelationshipobject that references it.Metadata
- See Also:
- Hold Concepts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CmHoldRelationshipSetget_CmHoldRelationships()Returns the value of the CmHoldRelationships property.
-
-
-
Method Detail
-
get_CmHoldRelationships
CmHoldRelationshipSet get_CmHoldRelationships()
Returns the value of the CmHoldRelationships property. For more information, see CmHoldRelationships Property.
-
-