|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Not Implemented in CS Java Connector v3.0.
ADynamicReferentialContainmentRelationship
object represents a
relationship between a folder and the current version of a document.
The DynamicReferentialContainmentRelationship
object's
object-valued Head and Tail properties express the relationship. The head of
a DynamicReferentialContainmentRelationship
object always points
automatically to the current version of a Document
object and is
settable only on create. The DynamicReferentialContainmentRelationship
interface extends the ReferentialContainmentRelationship
interface
and adds one property, VersionSeries, which is a VersionSeries
object
representing the version series associated with a
DynamicReferentialContainmentRelationship
object.
To create a DynamicReferentialContainmentRelationship
object and persist
it to a Content Services object store, call the
createObject
method on an ObjectStore
object.
You can instantiate a persisted
DynamicReferentialContainmentRelationship
object in the following ways:
getObject
method on an ObjectStore
object, which returns a DynamicReferentialContainmentRelationship
object stored in
the object store.Folder
object's Containees property, which
contains a Values
collection of any ReferentialContainmentRelationship
objects (including subclasses, such as DynamicReferentialContainmentRelationship
objects)
associated with a Folder object.Document
object's Containers property, which contains a Values collection of any
ReferentialContainmentRelationship
objects (including subclasses, such as
DynamicReferentialContainmentRelationship
objects) that identify the
containers of the Document
object.Document
object's SecurityParent property, which
can contain a ReferentialContainmentRelationship
object (or a subclass, such as a DynamicReferentialContainmentRelationship
object)
representing the object from which the document inherits security.
Field Summary |
Method Summary | |
VersionSeries |
getVersionSeries()
Not Implemented in CS Java Connector v3.0. |
Methods inherited from interface com.filenet.wcm.api.ReferentialContainmentRelationship |
delete |
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
Methods inherited from interface com.filenet.wcm.api.WriteableMetadataObject |
setProperties |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Method Detail |
public VersionSeries getVersionSeries()
Not Implemented in CS Java Connector v3.0.
Returns aVersionSeries
object representing the collection
of versions associated with this
DynamicReferentialContainmentRelationship
object.
VersionSeries
object.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |