Represents a static relationship between two
subclasses: a container and a containee. The object-valued
and
properties express the relationship. The tail always references a
(the container), while the head references the containee: another
subclass (such as another
, a
, or a
). When the head is a
object, it represents a specific document version.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IReferentialContainmentRelationship Implements IContainmentRelationship, IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IReferentialContainmentRelationship : IContainmentRelationship, IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IReferentialContainmentRelationship : IContainmentRelationship, IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IReferentialContainmentRelationship implements IContainmentRelationship, IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IReferentialContainmentRelationship extends IContainmentRelationship, IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: ContainmentName
Searchable: true
StorageType: ObjectStore
SuperclassName: ContainmentRelationship