public class CheckBackSettings
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clear()
Disables all checks.
|
boolean |
isCancelTask() |
boolean |
isChangeLogging() |
boolean |
isCheckDownloadSize() |
boolean |
isCheckInactiveTask() |
boolean |
isDeactivateTask() |
boolean |
isDeleteForecast() |
boolean |
isDeleteLink() |
boolean |
isDeleteObject() |
boolean |
isDeleteResource() |
boolean |
isDisconnectAgent() |
boolean |
isDisconnectUser() |
boolean |
isExecuteObject() |
boolean |
isIgnoreSync() |
boolean |
isIlmDrop() |
boolean |
isIlmSwitchout() |
boolean |
isModifyTask() |
boolean |
isPrintObject() |
boolean |
isQuitTask() |
boolean |
isResumeClient() |
boolean |
isResumeQueue() |
boolean |
isResumeTask() |
boolean |
isResumeTaskRecursive() |
boolean |
isRollbacktask() |
boolean |
isShutdownUC4() |
boolean |
isSuspendClient() |
boolean |
isSuspendQueue() |
boolean |
isSuspendTask() |
boolean |
isSuspendTaskRecursive() |
boolean |
isTerminateAgent() |
boolean |
isTerminateServer() |
boolean |
isUnregisterTask() |
boolean |
isVersionControl() |
void |
selectAll()
Enables all checks.
|
void |
setCancelTask(boolean cancelTask)
Defines if cancelling a task should be re-checked.
|
void |
setChangeLogging(boolean changeLogging)
Defines if changing a log should be re-checked.
|
void |
setCheckDownloadSize(boolean checkDownloadSize)
Defines if downloading a large file should be re-checked.
|
void |
setCheckInactiveTask(boolean checkInactiveTask)
Defines if inactive Workflow tasks should be re-checked.
|
void |
setDeactivateTask(boolean deactivateTask)
Defines if deactivating a task should be re-checked.
|
void |
setDeleteForecast(boolean deleteForecast)
Defines if delete forecast should be re-checked.
|
void |
setDeleteLink(boolean deleteLink)
Defines if delete link should be re-checked.
|
void |
setDeleteObject(boolean deleteObject)
Defines if delete object should be re-checked.
|
void |
setDeleteResource(boolean value)
Defines if "Delete resource from store-object" should be re-checked.
|
void |
setDisconnectAgent(boolean disconnectAgent)
Defines if a disconnect of an Agent should be re-checked.
|
void |
setDisconnectUser(boolean disconnectUser)
Defines if a disconnect of a user should be re-checked.
|
void |
setExecuteObject(boolean executeObject)
Defines if execute object should be re-checked.
|
void |
setIgnoreSync(boolean ignoreSync)
Defines if ignoring a sync should be re-checked.
|
void |
setIlmDrop(boolean ilmDrop)
Defines if ILM drop should be re-checked.
|
void |
setIlmSwitchout(boolean ilmSwitchout)
Defines if ILM switchout should be re-checked.
|
void |
setModifyTask(boolean modifyTask)
Defines if modifying a task should be re-checked.
|
void |
setPrintObject(boolean printObject)
Defines if printing an object should be re-checked.
|
void |
setQuitTask(boolean quitTask)
Defines if quitting a task should be re-checked.
|
void |
setResumeClient(boolean resumeClient)
Defines if resuming a client should be re-checked.
|
void |
setResumeQueue(boolean resumeQueue)
Defines if resuming a stopped queue should be re-checked.
|
void |
setResumeTask(boolean resumeTask)
Defines if resuming a task should be re-checked.
|
void |
setResumeTaskRecursive(boolean resumeTaskRecursive)
Defines if resuming a task recursive should be re-checked.
|
void |
setRollbacktask(boolean rollbacktask)
Defines if a rollback should be re-checked.
|
void |
setShutdownUC4(boolean shutdownUC4)
Defines if a shutdown of the UC4 system should be re-checked.
|
void |
setSuspendClient(boolean suspendClient)
Defines if stopping a client should be re-checked.
|
void |
setSuspendQueue(boolean suspendQueue)
Defines if stopping a queue should be re-checked.
|
void |
setSuspendTask(boolean suspendTask)
Defines if suspending a task should be re-checked.
|
void |
setSuspendTaskRecursive(boolean suspendTaskRecursive)
Defines if suspending a task recursive should be re-checked.
|
void |
setTerminateAgent(boolean terminateAgent)
Defines if terminating an Agent should be re-checked.
|
void |
setTerminateServer(boolean terminateServer)
Defines if terminating an Automation Engine process should be re-checked.
|
void |
setUnregisterTask(boolean unregisterTask)
Defines if unregister task should be re-checked.
|
void |
setVersionControl(boolean versionControl)
Defines if restoring an object should be re-checked.
|
public void clear()
public void selectAll()
public boolean isDeleteObject()
true
if the delete object action should be re-checked in the User Interfacepublic void setDeleteObject(boolean deleteObject)
deleteObject
- true
if the delete object action should be re-checked in the User Interface, false
otherwisepublic boolean isDeleteForecast()
true
if the delete forecast action should be re-checked in the User Interfacepublic void setDeleteForecast(boolean deleteForecast)
deleteForecast
- true
if the delete forecast action should be re-checked in the User Interface, false
otherwisepublic boolean isCheckInactiveTask()
true
if setting tasks inactive in Workflows should be re-checked in the User Interface, false
otherwisepublic void setCheckInactiveTask(boolean checkInactiveTask)
checkInactiveTask
- true
if setting tasks inactive in Workflows should be re-checked in the User Interface, false
otherwisepublic boolean isDeleteLink()
true
if the delete link action should be re-checked in the User Interfacepublic void setDeleteLink(boolean deleteLink)
deleteLink
- true
if the delete link action should be re-checked in the User Interface, false
otherwisepublic boolean isExecuteObject()
true
if the delete link action should be re-checked in the User Interfacepublic void setExecuteObject(boolean executeObject)
executeObject
- true
if the execute object action should be re-checked in the User Interface, false
otherwisepublic boolean isVersionControl()
true
if the restore object action on the version control tab should be re-checked in the User Interfacepublic void setVersionControl(boolean versionControl)
versionControl
- true
if the restore object action should be re-checked in the User Interface, false
otherwisepublic boolean isCancelTask()
true
if the cancel task action should be re-checked in the User Interfacepublic void setCancelTask(boolean cancelTask)
cancelTask
- true
if the cancel task action should be re-checked in the User Interface, false
otherwisepublic boolean isQuitTask()
true
if the quit task action should be re-checked in the User Interfacepublic void setQuitTask(boolean quitTask)
quitTask
- true
if the quit task action should be re-checked in the User Interface, false
otherwisepublic boolean isPrintObject()
true
if the print object action should be re-checked in the User Interfacepublic void setPrintObject(boolean printObject)
printObject
- true
if the print object action should be re-checked in the User Interface, false
otherwisepublic boolean isTerminateAgent()
true
if the terminate Agent action should be re-checked in the User Interfacepublic void setTerminateAgent(boolean terminateAgent)
terminateAgent
- true
if the terminate Agent action should be re-checked in the User Interface, false
otherwisepublic boolean isTerminateServer()
true
if the terminate Server action should be re-checked in the User Interfacepublic void setTerminateServer(boolean terminateServer)
terminateServer
- true
if the terminate Server action should be re-checked in the User Interface, false
otherwisepublic boolean isShutdownUC4()
true
if the shutdown UC4 action should be re-checked in the User Interfacepublic void setShutdownUC4(boolean shutdownUC4)
shutdownUC4
- true
if the shutdown of the UC4 system should be re-checked in the User Interface, false
otherwisepublic boolean isDisconnectAgent()
true
if the disconnect Agent action should be re-checked in the User Interfacepublic void setDisconnectAgent(boolean disconnectAgent)
disconnectAgent
- true
if the disconnect of an Agent should be re-checked in the User Interface, false
otherwisepublic boolean isDisconnectUser()
true
if the disconnect user action should be re-checked in the User Interfacepublic void setDisconnectUser(boolean disconnectUser)
disconnectUser
- true
if the disconnect of a user should be re-checked in the User Interface, false
otherwisepublic boolean isUnregisterTask()
true
if the unregister task action should be re-checked in the User Interfacepublic void setUnregisterTask(boolean unregisterTask)
unregisterTask
- true
if the unregister task action should be re-checked in the User Interface, false
otherwisepublic boolean isDeactivateTask()
true
if the deactivate task action should be re-checked in the User Interfacepublic void setDeactivateTask(boolean deactivateTask)
deactivateTask
- true
if the deactivate task action should be re-checked in the User Interface, false
otherwisepublic boolean isModifyTask()
true
if the modify task action should be re-checked in the User Interfacepublic void setModifyTask(boolean modifyTask)
modifyTask
- true
if the modify task action should be re-checked in the User Interface, false
otherwisepublic boolean isSuspendTask()
true
if the suspend task action should be re-checked in the User Interfacepublic void setSuspendTask(boolean suspendTask)
suspendTask
- true
if the suspend task action should be re-checked in the User Interface, false
otherwisepublic boolean isResumeTask()
true
if the resume task action should be re-checked in the User Interfacepublic void setResumeTask(boolean resumeTask)
resumeTask
- true
if the resume task action should be re-checked in the User Interface, false
otherwisepublic boolean isSuspendTaskRecursive()
true
if the suspend task recursive action should be re-checked in the User Interfacepublic void setSuspendTaskRecursive(boolean suspendTaskRecursive)
suspendTaskRecursive
- true
if the suspend task recursive action should be re-checked in the User Interface, false
otherwisepublic boolean isResumeTaskRecursive()
true
if the resume task recursive action should be re-checked in the User Interfacepublic void setResumeTaskRecursive(boolean resumeTaskRecursive)
resumeTaskRecursive
- true
if the resume task recursive action should be re-checked in the User Interface, false
otherwisepublic boolean isSuspendClient()
true
if the suspend client action should be re-checked in the User Interfacepublic void setSuspendClient(boolean suspendClient)
suspendClient
- true
if the stop client action should be re-checked in the User Interface, false
otherwisepublic boolean isResumeClient()
true
if the resume client action should be re-checked in the User Interfacepublic void setResumeClient(boolean resumeClient)
resumeClient
- true
if the resume client action should be re-checked in the User Interface, false
otherwisepublic boolean isIgnoreSync()
true
if the ignore sync action should be re-checked in the User Interfacepublic void setIgnoreSync(boolean ignoreSync)
ignoreSync
- true
if the ignore sync action should be re-checked in the User Interface, false
otherwisepublic boolean isChangeLogging()
true
if the change logging action should be re-checked in the User Interfacepublic void setChangeLogging(boolean changeLogging)
changeLogging
- true
if the change logging action should be re-checked in the User Interface, false
otherwisepublic boolean isIlmSwitchout()
true
if the ILM switchout action should be re-checked in the User Interfacepublic void setIlmSwitchout(boolean ilmSwitchout)
ilmSwitchout
- true
if the ILM switchout action should be re-checked in the User Interface, false
otherwisepublic boolean isIlmDrop()
true
if the ILM drop action should be re-checked in the User Interfacepublic void setIlmDrop(boolean ilmDrop)
ilmDrop
- true
if the ILM drop action should be re-checked in the User Interface, false
otherwisepublic boolean isSuspendQueue()
true
if stopping a queue should be re-checked in the User Interfacepublic void setSuspendQueue(boolean suspendQueue)
suspendQueue
- true
if the stop queue action should be re-checked in the User Interface, false
otherwisepublic boolean isResumeQueue()
true
if resuming a stopped queue should be re-checked in the User Interfacepublic boolean isRollbacktask()
true
if a rollback should be re-checked in the User Interfacepublic void setRollbacktask(boolean rollbacktask)
rollbacktask
- true
if a rollback should be re-checked in the User Interface, false
otherwisepublic boolean isDeleteResource()
true
if delete resource from store-object should be re-checked in the User Interfacepublic void setDeleteResource(boolean value)
value
- true
if delete resource from store-object should be re-checked in the User Interface, false
otherwisepublic void setResumeQueue(boolean resumeQueue)
resumeQueue
- true
if the resume stopped queue action should be re-checked in the User Interface, false
otherwisepublic boolean isCheckDownloadSize()
true
if downloading a large file should be re-checked in the User Interfacepublic void setCheckDownloadSize(boolean checkDownloadSize)
checkDownloadSize
- true
if the download of a file with more than 10MB should be re-checked in the User Interface, false
otherwise