com.filenet.api.admin
Interface QueueItem

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable
All Known Subinterfaces:
AsyncUpgradeQueueItem, DocumentClassificationQueueItem, EventQueueItem, SecurityPropagationQueueItem

public interface QueueItem
extends RepositoryObject, IndependentlyPersistableObject

This class is the base class for all queue-related classes. Queue-related classes represent a pending (queued) execution of an asynchronous action on a target object. For example, a document may have a pending document classification action.

You cannot create a new instance of QueueItem, but you can call getInstance or fetchInstance on Factory.QueueItem to retrieve an instance of this subclassable class.

Metadata

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


Method Summary
 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.
 java.lang.String get_DequeueHost()
          Returns the value of the DequeueHost property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.String get_LastModifier()
          Returns the value of the LastModifier property.
 java.util.Date get_NextRetryDate()
          Returns the value of the NextRetryDate property.
 java.lang.Integer get_RetryCount()
          Returns the value of the RetryCount 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_RetryCount(java.lang.Integer value)
          Sets the value of the RetryCount property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
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_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_DequeueHost

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


get_RetryCount

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


set_RetryCount

void set_RetryCount(java.lang.Integer value)
Sets the value of the RetryCount property. For more information, see RetryCount Property.


get_NextRetryDate

java.util.Date get_NextRetryDate()
Returns the value of the NextRetryDate property. For more information, see NextRetryDate Property.



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