Class PSRemoteTaskManagerFilter

java.lang.Object
com.uc4.api.objects.PSRemoteTaskManagerFilter

public class PSRemoteTaskManagerFilter extends Object
Filter for PeopleSoft RemoteTaskManager objects.
  • Method Details

    • getOperatorID

      public String getOperatorID()
      Returns the PeopleSoft operator ID or null if not set.
      Returns:
      Operator ID
    • setOperatorID

      public void setOperatorID(String operatorID)
      Sets the PeopleSoft operator ID. Use null to clear this filter.
      Parameters:
      operatorID - Operator ID, can be null. The maximum length is 30 characters.
    • getProcessType

      public String getProcessType()
      Returns the process type or null if not set.
      Returns:
      Process type
    • setProcessType

      public void setProcessType(String processType)
      Sets the filter for the PeopleSoft process type. Use null to clear this filter.
      Parameters:
      processType - Process type. The maximum length is 30 characters.
    • getProcessName

      public String getProcessName()
      Returns the process name or null if not set.
      Returns:
      Process name
    • setProcessName

      public void setProcessName(String processName)
      Sets the filter for the PeopleSoft process name. Use null to clear this filter.
      Parameters:
      processName - Process name. The maximum length is 12 characters.
    • getServerName

      public String getServerName()
      Returns the process name of the process scheduler server or null if not set.
      Returns:
      Server name, for example PSNT or null
    • setServerName

      public void setServerName(String serverName)
      Sets the filter for the PeopleSoft process scheduler server. Use null to clear this filter.
      Parameters:
      serverName - Server name. The maximum length is 30 characters.
    • getProcessInstanceFrom

      public Integer getProcessInstanceFrom()
      Returns a filter for the process instance number or null if not set.
      Returns:
      From value for process instance
    • setProcessInstanceFrom

      public void setProcessInstanceFrom(Integer processInstanceFrom)
      Sets the minimum process instance number. Use null to clear this filter.
      Parameters:
      processInstanceFrom - Process instance number
    • getProcessInstanceTo

      public Integer getProcessInstanceTo()
      Returns a filter for the process instance number or null if not set.
      Returns:
      To value for process instance
    • setProcessInstanceTo

      public void setProcessInstanceTo(Integer processInstanceTo)
      Sets the maximum process instance number. Use null to clear this filter.
      Parameters:
      processInstanceTo - Process instance number