com.filenet.api.core
Interface Containable

All Known Subinterfaces:
CodeModule, CustomObject, Document, Folder, PublishStyleTemplate, PublishTemplate, WorkflowDefinition, XMLPropertyMappingScript

public interface Containable

Represents the base class for all objects that can be contained. 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.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: Replicable

See Also:
ReferentialContainmentRelationship

Method Summary
 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.
 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.
 

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.



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