Package | Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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, 2015. All rights reserved.