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 two Containable subclasses: a container and the current version of a Document. The object-valued Head and Tail properties express the relationship. The tail always references a Folder (the container), while the head references the current version of a Document.

Metadata

Auditable: undefined
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: ContainmentName
Searchable: true
StorageType: ObjectStore
SuperclassName: ReferentialContainmentRelationship

See Also:
Containable

Method Summary
 VersionSeries get_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_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.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.



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