com.filenet.api.core
Interface Containable
-
- All Known Subinterfaces:
- CodeModule, CustomObject, Document, Folder, PublishStyleTemplate, PublishTemplate, StoredSearch, WorkflowDefinition, XMLPropertyMappingScript
public interface ContainableRepresents the base class for all objects that can be contained.Folderobjects and their subclasses can be directly contained in aFolderobject, or referentially contained (theReferentialContainmentRelationshiporDynamicReferentialContainmentRelationshipclasses). All otherContainablesubclasses are referentially contained.Note Folders that are referentially contained cannot participate in hierarchy index searches.
Metadata
- See Also:
ReferentialContainmentRelationship
-
-
Method Summary
Methods Modifier and Type Method and Description ActiveMarkingListget_ActiveMarkings()Returns the value of the ActiveMarkings property.AnnotationSetget_Annotations()Returns the value of the Annotations property.EventSetget_AuditedEvents()Returns the value of the AuditedEvents property.ReferentialContainmentRelationshipSetget_Containers()Returns the value of the Containers property.CmTaskSetget_CoordinatedTasks()Returns the value of the CoordinatedTasks property.java.lang.Stringget_Creator()Returns the value of the Creator property.java.util.Dateget_DateCreated()Returns the value of the DateCreated property.java.util.Dateget_DateLastModified()Returns the value of the DateLastModified property.Idget_Id()Returns the value of the Id property.java.lang.Stringget_LastModifier()Returns the value of the LastModifier property.java.lang.Stringget_LockOwner()Returns the value of the LockOwner property.java.lang.Integerget_LockTimeout()Returns the value of the LockTimeout property.Idget_LockToken()Returns the value of the LockToken property.java.lang.Stringget_Name()Returns the value of the Name property.java.lang.Stringget_Owner()Returns the value of the Owner property.AccessPermissionListget_Permissions()Returns the value of the Permissions property.SecurityPolicyget_SecurityPolicy()Returns the value of the SecurityPolicy property.voidset_Creator(java.lang.String value)Sets the value of the Creator property.voidset_DateCreated(java.util.Date value)Sets the value of the DateCreated property.voidset_DateLastModified(java.util.Date value)Sets the value of the DateLastModified property.voidset_LastModifier(java.lang.String value)Sets the value of the LastModifier property.voidset_Owner(java.lang.String value)Sets the value of the Owner property.voidset_Permissions(AccessPermissionList value)Sets the value of the Permissions property.voidset_SecurityPolicy(SecurityPolicy value)Sets the value of the SecurityPolicy property.
-
-
-
Method Detail
-
get_Creator
java.lang.String get_Creator()
Returns the value of the Creator property. For more information, see Creator Property.
-
set_Creator
void set_Creator(java.lang.String value)
Sets the value of the Creator property. For more information, see Creator Property.
-
get_DateCreated
java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.
-
set_DateCreated
void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.
-
get_LastModifier
java.lang.String get_LastModifier()
Returns the value of the LastModifier property. For more information, see LastModifier Property.
-
set_LastModifier
void set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property. For more information, see LastModifier Property.
-
get_DateLastModified
java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
-
set_DateLastModified
void set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property. For more information, see DateLastModified Property.
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_Name
java.lang.String get_Name()
Returns the value of the Name property. For more information, see Name Property.
-
get_AuditedEvents
EventSet get_AuditedEvents()
Returns the value of the AuditedEvents property. For more information, see AuditedEvents Property.
-
get_Owner
java.lang.String get_Owner()
Returns the value of the Owner property. For more information, see Owner Property.
-
set_Owner
void set_Owner(java.lang.String value)
Sets the value of the Owner property. For more information, see Owner Property.
-
get_Permissions
AccessPermissionList get_Permissions()
Returns the value of the Permissions property. For more information, see Permissions Property.
-
set_Permissions
void set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property. For more information, see Permissions Property.
-
get_ActiveMarkings
ActiveMarkingList get_ActiveMarkings()
Returns the value of the ActiveMarkings property. For more information, see ActiveMarkings Property.
-
get_Containers
ReferentialContainmentRelationshipSet get_Containers()
Returns the value of the Containers property. For more information, see Containers Property.
-
get_Annotations
AnnotationSet get_Annotations()
Returns the value of the Annotations property. For more information, see Annotations Property.
-
get_LockToken
Id get_LockToken()
Returns the value of the LockToken property. For more information, see LockToken Property.
-
get_LockTimeout
java.lang.Integer get_LockTimeout()
Returns the value of the LockTimeout property. For more information, see LockTimeout Property.
-
get_LockOwner
java.lang.String get_LockOwner()
Returns the value of the LockOwner property. For more information, see LockOwner Property.
-
get_SecurityPolicy
SecurityPolicy get_SecurityPolicy()
Returns the value of the SecurityPolicy property. For more information, see SecurityPolicy Property.
-
set_SecurityPolicy
void set_SecurityPolicy(SecurityPolicy value)
Sets the value of the SecurityPolicy property. For more information, see SecurityPolicy Property.
-
get_CoordinatedTasks
CmTaskSet get_CoordinatedTasks()
Returns the value of the CoordinatedTasks property. For more information, see CoordinatedTasks Property.
-
-