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

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

Subinterfaces of ContainmentRelationship in com.filenet.api.core
 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 ContainmentRelationship
static ContainmentRelationship Factory.ContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ContainmentRelationship class by the specified object ID from the specified object store.
static ContainmentRelationship Factory.ContainmentRelationship.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ContainmentRelationship class from the specified object store.
 



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