-
Packages that use ContainmentRelationship Package Description 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 ContainmentRelationship in com.filenet.api.core
Subinterfaces of ContainmentRelationship in com.filenet.api.core Modifier and Type Interface and Description interfaceDynamicReferentialContainmentRelationshipRepresents a dynamic relationship between twoContainablesubclasses: a container and the current version of aDocument.interfaceReferentialContainmentRelationshipRepresents a static relationship between twoContainablesubclasses: a container and a containee.Methods in com.filenet.api.core that return ContainmentRelationship Modifier and Type Method and Description static ContainmentRelationshipFactory.ContainmentRelationship. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theContainmentRelationshipclass by the specified object ID from the specified object store.static ContainmentRelationshipFactory.ContainmentRelationship. getInstance(ObjectStore os, Id objectId)Constructs an instance of theContainmentRelationshipclass from the specified object store.
-