Package com.uc4.communication
Class CheckBackSettings
- java.lang.Object
-
- com.uc4.communication.CheckBackSettings
-
public class CheckBackSettings extends java.lang.ObjectThis class represents the check-back settings. These settings can be found in the User Interface - Options - Settings - Check-back
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Disables all checks.booleanisCancelTask()booleanisChangeLogging()booleanisCheckDownloadSize()booleanisCheckInactiveTask()booleanisDeactivateTask()booleanisDeleteForecast()booleanisDeleteLink()booleanisDeleteObject()booleanisDeleteResource()booleanisDisconnectAgent()booleanisDisconnectUser()booleanisExecuteObject()booleanisIgnoreSync()booleanisIlmDrop()booleanisIlmSwitchout()booleanisModifyTask()booleanisPrintObject()booleanisQuitTask()booleanisResumeClient()booleanisResumeQueue()booleanisResumeTask()booleanisResumeTaskRecursive()booleanisRollbacktask()booleanisShutdownUC4()booleanisSuspendClient()booleanisSuspendQueue()booleanisSuspendTask()booleanisSuspendTaskRecursive()booleanisTerminateAgent()booleanisTerminateServer()booleanisUnregisterTask()booleanisVersionControl()voidselectAll()Enables all checks.voidsetCancelTask(boolean cancelTask)Defines if cancelling a task should be re-checked.voidsetChangeLogging(boolean changeLogging)Defines if changing a log should be re-checked.voidsetCheckDownloadSize(boolean checkDownloadSize)Defines if downloading a large file should be re-checked.voidsetCheckInactiveTask(boolean checkInactiveTask)Defines if inactive Workflow tasks should be re-checked.voidsetDeactivateTask(boolean deactivateTask)Defines if deactivating a task should be re-checked.voidsetDeleteForecast(boolean deleteForecast)Defines if delete forecast should be re-checked.voidsetDeleteLink(boolean deleteLink)Defines if delete link should be re-checked.voidsetDeleteObject(boolean deleteObject)Defines if delete object should be re-checked.voidsetDeleteResource(boolean value)Defines if "Delete resource from store-object" should be re-checked.voidsetDisconnectAgent(boolean disconnectAgent)Defines if a disconnect of an Agent should be re-checked.voidsetDisconnectUser(boolean disconnectUser)Defines if a disconnect of a user should be re-checked.voidsetExecuteObject(boolean executeObject)Defines if execute object should be re-checked.voidsetIgnoreSync(boolean ignoreSync)Defines if ignoring a sync should be re-checked.voidsetIlmDrop(boolean ilmDrop)Defines if ILM drop should be re-checked.voidsetIlmSwitchout(boolean ilmSwitchout)Defines if ILM switchout should be re-checked.voidsetModifyTask(boolean modifyTask)Defines if modifying a task should be re-checked.voidsetPrintObject(boolean printObject)Defines if printing an object should be re-checked.voidsetQuitTask(boolean quitTask)Defines if quitting a task should be re-checked.voidsetResumeClient(boolean resumeClient)Defines if resuming a client should be re-checked.voidsetResumeQueue(boolean resumeQueue)Defines if resuming a stopped queue should be re-checked.voidsetResumeTask(boolean resumeTask)Defines if resuming a task should be re-checked.voidsetResumeTaskRecursive(boolean resumeTaskRecursive)Defines if resuming a task recursive should be re-checked.voidsetRollbacktask(boolean rollbacktask)Defines if a rollback should be re-checked.voidsetShutdownUC4(boolean shutdownUC4)Defines if a shutdown of the UC4 system should be re-checked.voidsetSuspendClient(boolean suspendClient)Defines if stopping a client should be re-checked.voidsetSuspendQueue(boolean suspendQueue)Defines if stopping a queue should be re-checked.voidsetSuspendTask(boolean suspendTask)Defines if suspending a task should be re-checked.voidsetSuspendTaskRecursive(boolean suspendTaskRecursive)Defines if suspending a task recursive should be re-checked.voidsetTerminateAgent(boolean terminateAgent)Defines if terminating an Agent should be re-checked.voidsetTerminateServer(boolean terminateServer)Defines if terminating an Automation Engine process should be re-checked.voidsetUnregisterTask(boolean unregisterTask)Defines if unregister task should be re-checked.voidsetVersionControl(boolean versionControl)Defines if restoring an object should be re-checked.
-
-
-
Method Detail
-
clear
public void clear()
Disables all checks.
-
selectAll
public void selectAll()
Enables all checks.
-
isDeleteObject
public boolean isDeleteObject()
- Returns:
trueif the delete object action should be re-checked in the User Interface
-
setDeleteObject
public void setDeleteObject(boolean deleteObject)
Defines if delete object should be re-checked.- Parameters:
deleteObject-trueif the delete object action should be re-checked in the User Interface,falseotherwise
-
isDeleteForecast
public boolean isDeleteForecast()
- Returns:
trueif the delete forecast action should be re-checked in the User Interface
-
setDeleteForecast
public void setDeleteForecast(boolean deleteForecast)
Defines if delete forecast should be re-checked.- Parameters:
deleteForecast-trueif the delete forecast action should be re-checked in the User Interface,falseotherwise
-
isCheckInactiveTask
public boolean isCheckInactiveTask()
- Returns:
trueif setting tasks inactive in Workflows should be re-checked in the User Interface,falseotherwise
-
setCheckInactiveTask
public void setCheckInactiveTask(boolean checkInactiveTask)
Defines if inactive Workflow tasks should be re-checked.- Parameters:
checkInactiveTask-trueif setting tasks inactive in Workflows should be re-checked in the User Interface,falseotherwise
-
isDeleteLink
public boolean isDeleteLink()
- Returns:
trueif the delete link action should be re-checked in the User Interface
-
setDeleteLink
public void setDeleteLink(boolean deleteLink)
Defines if delete link should be re-checked.- Parameters:
deleteLink-trueif the delete link action should be re-checked in the User Interface,falseotherwise
-
isExecuteObject
public boolean isExecuteObject()
- Returns:
trueif the delete link action should be re-checked in the User Interface
-
setExecuteObject
public void setExecuteObject(boolean executeObject)
Defines if execute object should be re-checked.- Parameters:
executeObject-trueif the execute object action should be re-checked in the User Interface,falseotherwise
-
isVersionControl
public boolean isVersionControl()
- Returns:
trueif the restore object action on the version control tab should be re-checked in the User Interface
-
setVersionControl
public void setVersionControl(boolean versionControl)
Defines if restoring an object should be re-checked.- Parameters:
versionControl-trueif the restore object action should be re-checked in the User Interface,falseotherwise
-
isCancelTask
public boolean isCancelTask()
- Returns:
trueif the cancel task action should be re-checked in the User Interface
-
setCancelTask
public void setCancelTask(boolean cancelTask)
Defines if cancelling a task should be re-checked.- Parameters:
cancelTask-trueif the cancel task action should be re-checked in the User Interface,falseotherwise
-
isQuitTask
public boolean isQuitTask()
- Returns:
trueif the quit task action should be re-checked in the User Interface
-
setQuitTask
public void setQuitTask(boolean quitTask)
Defines if quitting a task should be re-checked.- Parameters:
quitTask-trueif the quit task action should be re-checked in the User Interface,falseotherwise
-
isPrintObject
public boolean isPrintObject()
- Returns:
trueif the print object action should be re-checked in the User Interface
-
setPrintObject
public void setPrintObject(boolean printObject)
Defines if printing an object should be re-checked.- Parameters:
printObject-trueif the print object action should be re-checked in the User Interface,falseotherwise
-
isTerminateAgent
public boolean isTerminateAgent()
- Returns:
trueif the terminate Agent action should be re-checked in the User Interface
-
setTerminateAgent
public void setTerminateAgent(boolean terminateAgent)
Defines if terminating an Agent should be re-checked.- Parameters:
terminateAgent-trueif the terminate Agent action should be re-checked in the User Interface,falseotherwise
-
isTerminateServer
public boolean isTerminateServer()
- Returns:
trueif the terminate Server action should be re-checked in the User Interface
-
setTerminateServer
public void setTerminateServer(boolean terminateServer)
Defines if terminating an Automation Engine process should be re-checked.- Parameters:
terminateServer-trueif the terminate Server action should be re-checked in the User Interface,falseotherwise
-
isShutdownUC4
public boolean isShutdownUC4()
- Returns:
trueif the shutdown UC4 action should be re-checked in the User Interface
-
setShutdownUC4
public void setShutdownUC4(boolean shutdownUC4)
Defines if a shutdown of the UC4 system should be re-checked.- Parameters:
shutdownUC4-trueif the shutdown of the UC4 system should be re-checked in the User Interface,falseotherwise
-
isDisconnectAgent
public boolean isDisconnectAgent()
- Returns:
trueif the disconnect Agent action should be re-checked in the User Interface
-
setDisconnectAgent
public void setDisconnectAgent(boolean disconnectAgent)
Defines if a disconnect of an Agent should be re-checked.- Parameters:
disconnectAgent-trueif the disconnect of an Agent should be re-checked in the User Interface,falseotherwise
-
isDisconnectUser
public boolean isDisconnectUser()
- Returns:
trueif the disconnect user action should be re-checked in the User Interface
-
setDisconnectUser
public void setDisconnectUser(boolean disconnectUser)
Defines if a disconnect of a user should be re-checked.- Parameters:
disconnectUser-trueif the disconnect of a user should be re-checked in the User Interface,falseotherwise
-
isUnregisterTask
public boolean isUnregisterTask()
- Returns:
trueif the unregister task action should be re-checked in the User Interface
-
setUnregisterTask
public void setUnregisterTask(boolean unregisterTask)
Defines if unregister task should be re-checked.- Parameters:
unregisterTask-trueif the unregister task action should be re-checked in the User Interface,falseotherwise
-
isDeactivateTask
public boolean isDeactivateTask()
- Returns:
trueif the deactivate task action should be re-checked in the User Interface
-
setDeactivateTask
public void setDeactivateTask(boolean deactivateTask)
Defines if deactivating a task should be re-checked.- Parameters:
deactivateTask-trueif the deactivate task action should be re-checked in the User Interface,falseotherwise
-
isModifyTask
public boolean isModifyTask()
- Returns:
trueif the modify task action should be re-checked in the User Interface
-
setModifyTask
public void setModifyTask(boolean modifyTask)
Defines if modifying a task should be re-checked.- Parameters:
modifyTask-trueif the modify task action should be re-checked in the User Interface,falseotherwise
-
isSuspendTask
public boolean isSuspendTask()
- Returns:
trueif the suspend task action should be re-checked in the User Interface
-
setSuspendTask
public void setSuspendTask(boolean suspendTask)
Defines if suspending a task should be re-checked.- Parameters:
suspendTask-trueif the suspend task action should be re-checked in the User Interface,falseotherwise
-
isResumeTask
public boolean isResumeTask()
- Returns:
trueif the resume task action should be re-checked in the User Interface
-
setResumeTask
public void setResumeTask(boolean resumeTask)
Defines if resuming a task should be re-checked.- Parameters:
resumeTask-trueif the resume task action should be re-checked in the User Interface,falseotherwise
-
isSuspendTaskRecursive
public boolean isSuspendTaskRecursive()
- Returns:
trueif the suspend task recursive action should be re-checked in the User Interface
-
setSuspendTaskRecursive
public void setSuspendTaskRecursive(boolean suspendTaskRecursive)
Defines if suspending a task recursive should be re-checked.- Parameters:
suspendTaskRecursive-trueif the suspend task recursive action should be re-checked in the User Interface,falseotherwise
-
isResumeTaskRecursive
public boolean isResumeTaskRecursive()
- Returns:
trueif the resume task recursive action should be re-checked in the User Interface
-
setResumeTaskRecursive
public void setResumeTaskRecursive(boolean resumeTaskRecursive)
Defines if resuming a task recursive should be re-checked.- Parameters:
resumeTaskRecursive-trueif the resume task recursive action should be re-checked in the User Interface,falseotherwise
-
isSuspendClient
public boolean isSuspendClient()
- Returns:
trueif the suspend client action should be re-checked in the User Interface
-
setSuspendClient
public void setSuspendClient(boolean suspendClient)
Defines if stopping a client should be re-checked.- Parameters:
suspendClient-trueif the stop client action should be re-checked in the User Interface,falseotherwise
-
isResumeClient
public boolean isResumeClient()
- Returns:
trueif the resume client action should be re-checked in the User Interface
-
setResumeClient
public void setResumeClient(boolean resumeClient)
Defines if resuming a client should be re-checked.- Parameters:
resumeClient-trueif the resume client action should be re-checked in the User Interface,falseotherwise
-
isIgnoreSync
public boolean isIgnoreSync()
- Returns:
trueif the ignore sync action should be re-checked in the User Interface
-
setIgnoreSync
public void setIgnoreSync(boolean ignoreSync)
Defines if ignoring a sync should be re-checked.- Parameters:
ignoreSync-trueif the ignore sync action should be re-checked in the User Interface,falseotherwise
-
isChangeLogging
public boolean isChangeLogging()
- Returns:
trueif the change logging action should be re-checked in the User Interface
-
setChangeLogging
public void setChangeLogging(boolean changeLogging)
Defines if changing a log should be re-checked.- Parameters:
changeLogging-trueif the change logging action should be re-checked in the User Interface,falseotherwise
-
isIlmSwitchout
public boolean isIlmSwitchout()
- Returns:
trueif the ILM switchout action should be re-checked in the User Interface
-
setIlmSwitchout
public void setIlmSwitchout(boolean ilmSwitchout)
Defines if ILM switchout should be re-checked.- Parameters:
ilmSwitchout-trueif the ILM switchout action should be re-checked in the User Interface,falseotherwise
-
isIlmDrop
public boolean isIlmDrop()
- Returns:
trueif the ILM drop action should be re-checked in the User Interface
-
setIlmDrop
public void setIlmDrop(boolean ilmDrop)
Defines if ILM drop should be re-checked.- Parameters:
ilmDrop-trueif the ILM drop action should be re-checked in the User Interface,falseotherwise
-
isSuspendQueue
public boolean isSuspendQueue()
- Returns:
trueif stopping a queue should be re-checked in the User Interface
-
setSuspendQueue
public void setSuspendQueue(boolean suspendQueue)
Defines if stopping a queue should be re-checked.- Parameters:
suspendQueue-trueif the stop queue action should be re-checked in the User Interface,falseotherwise
-
isResumeQueue
public boolean isResumeQueue()
- Returns:
trueif resuming a stopped queue should be re-checked in the User Interface
-
isRollbacktask
public boolean isRollbacktask()
- Returns:
trueif a rollback should be re-checked in the User Interface
-
setRollbacktask
public void setRollbacktask(boolean rollbacktask)
Defines if a rollback should be re-checked.- Parameters:
rollbacktask-trueif a rollback should be re-checked in the User Interface,falseotherwise
-
isDeleteResource
public boolean isDeleteResource()
- Returns:
trueif delete resource from store-object should be re-checked in the User Interface
-
setDeleteResource
public void setDeleteResource(boolean value)
Defines if "Delete resource from store-object" should be re-checked.- Parameters:
value-trueif delete resource from store-object should be re-checked in the User Interface,falseotherwise
-
setResumeQueue
public void setResumeQueue(boolean resumeQueue)
Defines if resuming a stopped queue should be re-checked.- Parameters:
resumeQueue-trueif the resume stopped queue action should be re-checked in the User Interface,falseotherwise
-
isCheckDownloadSize
public boolean isCheckDownloadSize()
- Returns:
trueif downloading a large file should be re-checked in the User Interface
-
setCheckDownloadSize
public void setCheckDownloadSize(boolean checkDownloadSize)
Defines if downloading a large file should be re-checked.- Parameters:
checkDownloadSize-trueif the download of a file with more than 10MB should be re-checked in the User Interface,falseotherwise
-
-