com.filenet.api.admin
Interface DocumentClassificationQueueItem

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, QueueItem, RepositoryObject, java.io.Serializable

public interface DocumentClassificationQueueItem
extends RepositoryObject, QueueItem

Represents a pending (queued) document auto-classification request. The QueuedObject property specifies the document that is the subject of the queued request.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: true
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: QueueItem


Method Summary
 Document get_QueuedObject()
          Returns the value of the QueuedObject property.
 void set_QueuedObject(Document value)
          Sets the value of the QueuedObject property.
 
Methods inherited from interface com.filenet.api.admin.QueueItem
get_Creator, get_DateCreated, get_DateLastModified, get_DequeueHost, get_Id, get_LastModifier, get_NextRetryDate, get_RetryCount, set_Creator, set_DateCreated, set_DateLastModified, set_LastModifier, set_RetryCount
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_QueuedObject

Document get_QueuedObject()
Returns the value of the QueuedObject property. For more information, see QueuedObject Property.


set_QueuedObject

void set_QueuedObject(Document value)
Sets the value of the QueuedObject property. For more information, see QueuedObject Property.



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