com.filenet.api.core
Interface ContentElement

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable
All Known Subinterfaces:
ContentReference, ContentTransfer

public interface ContentElement
extends RepositoryObject, EngineObject, DependentObject

Represents the superclass for classes used to access document or annotation content data. Each content element represents content data, which can either be local to an object store (represented by an ContentTransfer object) or external to an object store and therefore outside the control of the Content Engine server (represented by a ContentReference object).

Metadata

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


Method Summary
 java.lang.String get_ContentType()
          Returns the value of the ContentType property.
 java.lang.Integer get_ElementSequenceNumber()
          Returns the value of the ElementSequenceNumber property.
 void set_ContentType(java.lang.String value)
          Sets the value of the ContentType property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ContentType

java.lang.String get_ContentType()
Returns the value of the ContentType property. For more information, see ContentType Property.


set_ContentType

void set_ContentType(java.lang.String value)
Sets the value of the ContentType property. For more information, see ContentType Property.


get_ElementSequenceNumber

java.lang.Integer get_ElementSequenceNumber()
Returns the value of the ElementSequenceNumber property. For more information, see ElementSequenceNumber Property.



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