com.filenet.api.core
Interface DynamicReferentialContainmentRelationship
-
- All Superinterfaces:
- ContainmentRelationship, EngineObject, IndependentlyPersistableObject, IndependentObject, ReferentialContainmentRelationship, Relationship, Replicable, RepositoryObject, java.io.Serializable, Subscribable
public interface DynamicReferentialContainmentRelationship extends RepositoryObject, ReferentialContainmentRelationship
Represents a dynamic relationship between twoContainablesubclasses: a container and the current version of aDocument. The object-valuedHeadandTailproperties express the relationship. The tail always references aFolder(the container), while the head references the current version of aDocument.Metadata
- See Also:
Containable
-
-
Method Summary
Methods Modifier and Type Method and Description VersionSeriesget_VersionSeries()Returns the value of the VersionSeries property.-
Methods inherited from interface com.filenet.api.core.ReferentialContainmentRelationship
changeClass, get_ContainmentName, set_ContainmentName
-
Methods inherited from interface com.filenet.api.core.Relationship
get_AuditedEvents, get_CmIsMarkedForDeletion, get_Creator, get_DateCreated, get_DateLastModified, get_Head, get_Id, get_LastModifier, get_Name, get_Tail, set_Creator, set_DateCreated, set_DateLastModified, set_Head, set_LastModifier, set_Tail
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.replication.Replicable
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
-
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_VersionSeries
VersionSeries get_VersionSeries()
Returns the value of the VersionSeries property. For more information, see VersionSeries Property.
-
-