Package com.uc4.communication
Class CheckBackSettings
- java.lang.Object
-
- com.uc4.communication.CheckBackSettings
-
public class CheckBackSettings extends java.lang.Object
This 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 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.
-
-
-
Method Detail
-
clear
public void clear()
Disables all checks.
-
selectAll
public void selectAll()
Enables all checks.
-
isDeleteObject
public boolean isDeleteObject()
- Returns:
true
if 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
-true
if the delete object action should be re-checked in the User Interface,false
otherwise
-
isDeleteForecast
public boolean isDeleteForecast()
- Returns:
true
if 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
-true
if the delete forecast action should be re-checked in the User Interface,false
otherwise
-
isCheckInactiveTask
public boolean isCheckInactiveTask()
- Returns:
true
if setting tasks inactive in Workflows should be re-checked in the User Interface,false
otherwise
-
setCheckInactiveTask
public void setCheckInactiveTask(boolean checkInactiveTask)
Defines if inactive Workflow tasks should be re-checked.- Parameters:
checkInactiveTask
-true
if setting tasks inactive in Workflows should be re-checked in the User Interface,false
otherwise
-
isDeleteLink
public boolean isDeleteLink()
- Returns:
true
if 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
-true
if the delete link action should be re-checked in the User Interface,false
otherwise
-
isExecuteObject
public boolean isExecuteObject()
- Returns:
true
if 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
-true
if the execute object action should be re-checked in the User Interface,false
otherwise
-
isVersionControl
public boolean isVersionControl()
- Returns:
true
if 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
-true
if the restore object action should be re-checked in the User Interface,false
otherwise
-
isCancelTask
public boolean isCancelTask()
- Returns:
true
if 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
-true
if the cancel task action should be re-checked in the User Interface,false
otherwise
-
isQuitTask
public boolean isQuitTask()
- Returns:
true
if 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
-true
if the quit task action should be re-checked in the User Interface,false
otherwise
-
isPrintObject
public boolean isPrintObject()
- Returns:
true
if 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
-true
if the print object action should be re-checked in the User Interface,false
otherwise
-
isTerminateAgent
public boolean isTerminateAgent()
- Returns:
true
if 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
-true
if the terminate Agent action should be re-checked in the User Interface,false
otherwise
-
isTerminateServer
public boolean isTerminateServer()
- Returns:
true
if 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
-true
if the terminate Server action should be re-checked in the User Interface,false
otherwise
-
isShutdownUC4
public boolean isShutdownUC4()
- Returns:
true
if 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
-true
if the shutdown of the UC4 system should be re-checked in the User Interface,false
otherwise
-
isDisconnectAgent
public boolean isDisconnectAgent()
- Returns:
true
if 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
-true
if the disconnect of an Agent should be re-checked in the User Interface,false
otherwise
-
isDisconnectUser
public boolean isDisconnectUser()
- Returns:
true
if 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
-true
if the disconnect of a user should be re-checked in the User Interface,false
otherwise
-
isUnregisterTask
public boolean isUnregisterTask()
- Returns:
true
if 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
-true
if the unregister task action should be re-checked in the User Interface,false
otherwise
-
isDeactivateTask
public boolean isDeactivateTask()
- Returns:
true
if 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
-true
if the deactivate task action should be re-checked in the User Interface,false
otherwise
-
isModifyTask
public boolean isModifyTask()
- Returns:
true
if 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
-true
if the modify task action should be re-checked in the User Interface,false
otherwise
-
isSuspendTask
public boolean isSuspendTask()
- Returns:
true
if 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
-true
if the suspend task action should be re-checked in the User Interface,false
otherwise
-
isResumeTask
public boolean isResumeTask()
- Returns:
true
if 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
-true
if the resume task action should be re-checked in the User Interface,false
otherwise
-
isSuspendTaskRecursive
public boolean isSuspendTaskRecursive()
- Returns:
true
if 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
-true
if the suspend task recursive action should be re-checked in the User Interface,false
otherwise
-
isResumeTaskRecursive
public boolean isResumeTaskRecursive()
- Returns:
true
if 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
-true
if the resume task recursive action should be re-checked in the User Interface,false
otherwise
-
isSuspendClient
public boolean isSuspendClient()
- Returns:
true
if 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
-true
if the stop client action should be re-checked in the User Interface,false
otherwise
-
isResumeClient
public boolean isResumeClient()
- Returns:
true
if 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
-true
if the resume client action should be re-checked in the User Interface,false
otherwise
-
isIgnoreSync
public boolean isIgnoreSync()
- Returns:
true
if 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
-true
if the ignore sync action should be re-checked in the User Interface,false
otherwise
-
isChangeLogging
public boolean isChangeLogging()
- Returns:
true
if 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
-true
if the change logging action should be re-checked in the User Interface,false
otherwise
-
isIlmSwitchout
public boolean isIlmSwitchout()
- Returns:
true
if 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
-true
if the ILM switchout action should be re-checked in the User Interface,false
otherwise
-
isIlmDrop
public boolean isIlmDrop()
- Returns:
true
if 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
-true
if the ILM drop action should be re-checked in the User Interface,false
otherwise
-
isSuspendQueue
public boolean isSuspendQueue()
- Returns:
true
if 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
-true
if the stop queue action should be re-checked in the User Interface,false
otherwise
-
isResumeQueue
public boolean isResumeQueue()
- Returns:
true
if resuming a stopped queue should be re-checked in the User Interface
-
isRollbacktask
public boolean isRollbacktask()
- Returns:
true
if 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
-true
if a rollback should be re-checked in the User Interface,false
otherwise
-
isDeleteResource
public boolean isDeleteResource()
- Returns:
true
if 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
-true
if delete resource from store-object should be re-checked in the User Interface,false
otherwise
-
setResumeQueue
public void setResumeQueue(boolean resumeQueue)
Defines if resuming a stopped queue should be re-checked.- Parameters:
resumeQueue
-true
if the resume stopped queue action should be re-checked in the User Interface,false
otherwise
-
isCheckDownloadSize
public boolean isCheckDownloadSize()
- Returns:
true
if 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
-true
if the download of a file with more than 10MB should be re-checked in the User Interface,false
otherwise
-
-