-
Packages that use Relationship 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 Relationship in com.filenet.api.core
Subinterfaces of Relationship in com.filenet.api.core Modifier and Type Interface and Description interfaceContainmentRelationshipModels containment relationships.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 Relationship Modifier and Type Method and Description static RelationshipFactory.Relationship. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theRelationshipclass by the specified object ID from the specified object store.static RelationshipFactory.Relationship. getInstance(ObjectStore os, Id objectId)Constructs an instance of theRelationshipclass from the specified object store.
-