com.filenet.api.core
Interface ContentReference

All Superinterfaces:
ContentElement, DependentObject, EngineObject, RepositoryObject, java.io.Serializable

public interface ContentReference
extends RepositoryObject, ContentElement, DependentObject

Represents external content data that exists outside of an object store (and therefore outside the control of the Content Engine server), but to which an object store maintains a reference. The URL of the resource that contains the content data is stored in the ContentLocation property.

Metadata

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


Method Summary
 java.lang.String get_ContentLocation()
          Returns the value of the ContentLocation property.
 void set_ContentLocation(java.lang.String value)
          Sets the value of the ContentLocation property.
 
Methods inherited from interface com.filenet.api.core.ContentElement
get_ContentType, get_ElementSequenceNumber, set_ContentType
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ContentLocation

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


set_ContentLocation

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



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