Class CheckBackSettings

java.lang.Object
com.uc4.communication.CheckBackSettings

public class CheckBackSettings extends Object
This class represents the check-back settings. These settings can be found in the User Interface - Options - Settings - Check-back
  • Method Details

    • 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