|
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.
AReferentialContainmentRelationship
object represents a
relationship between a folder and either another folder, a CustomObject
object, or a specific document version in a version series. The ReferentialContainmentRelationship
object's object-valued Head and Tail properties express the relationship.
To create a ReferentialContainmentRelationship
object and persist
it to a Content Services object store, call the
createObject
method on an ObjectStore
object.
You can instantiate a persisted
ReferentialContainmentRelationship
object in the following ways:
getObject
method on an ObjectStore
object, which returns a ReferentialContainmentRelationship
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.CustomObject
, Document
, or Folder
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 CustomObject
, Document
, or
Folder
object.CustomObject
or 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 custom object or document inherits security.
Field Summary |
Method Summary | |
void |
delete()
Not Implemented in CS Java Connector v3.0. |
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 void delete()
Not Implemented in CS Java Connector v3.0.
Deletes thisReferentialContainmentRelationship
object from
the object store. The user must have Delete permission (Permission.RIGHT_DELETE
)
on this ReferentialContainmentRelationship
object. After a successful
call to the delete
method, all properties are considered stale
and are removed from cache for this ReferentialContainmentRelationship
object.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |