Uses of Interface
com.filenet.api.core.Relationship

Packages that use Relationship
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 Relationship in com.filenet.api.core
 

Subinterfaces of Relationship in com.filenet.api.core
 interface ContainmentRelationship
          Models containment relationships.
 interface DynamicReferentialContainmentRelationship
          Represents a dynamic relationship between two Containable subclasses: a container and the current version of a Document.
 interface ReferentialContainmentRelationship
          Represents a static relationship between two Containable subclasses: a container and a containee.
 

Methods in com.filenet.api.core that return Relationship
static Relationship Factory.Relationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Relationship class by the specified object ID from the specified object store.
static Relationship Factory.Relationship.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the Relationship class from the specified object store.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.