public interface Containable
Folder
objects and their subclasses can be directly
contained in a Folder
object, or referentially contained (the ReferentialContainmentRelationship
or
DynamicReferentialContainmentRelationship
classes). All other Containable
subclasses are referentially
contained.
Note Folders that are referentially contained cannot participate in hierarchy index searches.
ReferentialContainmentRelationship
Modifier and Type | Method and Description |
---|---|
ActiveMarkingList |
get_ActiveMarkings()
Returns the value of the ActiveMarkings property.
|
AnnotationSet |
get_Annotations()
Returns the value of the Annotations property.
|
EventSet |
get_AuditedEvents()
Returns the value of the AuditedEvents property.
|
ReferentialContainmentRelationshipSet |
get_Containers()
Returns the value of the Containers property.
|
CmTaskSet |
get_CoordinatedTasks()
Returns the value of the CoordinatedTasks property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
java.lang.String |
get_LockOwner()
Returns the value of the LockOwner property.
|
java.lang.Integer |
get_LockTimeout()
Returns the value of the LockTimeout property.
|
Id |
get_LockToken()
Returns the value of the LockToken property.
|
java.lang.String |
get_Name()
Returns the value of the Name property.
|
java.lang.String |
get_Owner()
Returns the value of the Owner property.
|
AccessPermissionList |
get_Permissions()
Returns the value of the Permissions property.
|
SecurityPolicy |
get_SecurityPolicy()
Returns the value of the SecurityPolicy property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_Owner(java.lang.String value)
Sets the value of the Owner property.
|
void |
set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
set_SecurityPolicy(SecurityPolicy value)
Sets the value of the SecurityPolicy property.
|
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_Name()
EventSet get_AuditedEvents()
java.lang.String get_Owner()
void set_Owner(java.lang.String value)
AccessPermissionList get_Permissions()
void set_Permissions(AccessPermissionList value)
ActiveMarkingList get_ActiveMarkings()
ReferentialContainmentRelationshipSet get_Containers()
AnnotationSet get_Annotations()
Id get_LockToken()
java.lang.Integer get_LockTimeout()
java.lang.String get_LockOwner()
SecurityPolicy get_SecurityPolicy()
void set_SecurityPolicy(SecurityPolicy value)
CmTaskSet get_CoordinatedTasks()
© Copyright IBM Corporation 2006, 2015. All rights reserved.