com.filenet.api.admin
Interface AsyncUpgradeQueueItem
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, QueueItem, RepositoryObject, java.io.Serializable
public interface AsyncUpgradeQueueItem extends RepositoryObject, QueueItem
For internal use only. Represents a pending (queued) execution of an asynchronous upgrade action.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Integerget_AsyncUpgradeType()Returns the value of the AsyncUpgradeType property.IndependentObjectget_QueuedObject()Returns the value of the QueuedObject property.voidset_AsyncUpgradeType(java.lang.Integer value)Sets the value of the AsyncUpgradeType property.voidset_QueuedObject(IndependentObject 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.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_AsyncUpgradeType
java.lang.Integer get_AsyncUpgradeType()
Returns the value of the AsyncUpgradeType property. For more information, see AsyncUpgradeType Property.
-
set_AsyncUpgradeType
void set_AsyncUpgradeType(java.lang.Integer value)
Sets the value of the AsyncUpgradeType property. For more information, see AsyncUpgradeType Property.
-
get_QueuedObject
IndependentObject get_QueuedObject()
Returns the value of the QueuedObject property. For more information, see QueuedObject Property.
-
set_QueuedObject
void set_QueuedObject(IndependentObject value)
Sets the value of the QueuedObject property. For more information, see QueuedObject Property.
-
-