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
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 |
get_VersionSeries
VersionSeries get_VersionSeries()
- Returns the value of the VersionSeries property. For more information, see
VersionSeries Property.
© Copyright IBM Corporation 2006, 2009. All rights reserved.