Class PSRemoteTaskManagerFilter


  • public class PSRemoteTaskManagerFilter
    extends java.lang.Object
    Filter for PeopleSoft RemoteTaskManager objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOperatorID()
      Returns the PeopleSoft operator ID or null if not set.
      java.lang.Integer getProcessInstanceFrom()
      Returns a filter for the process instance number or null if not set.
      java.lang.Integer getProcessInstanceTo()
      Returns a filter for the process instance number or null if not set.
      java.lang.String getProcessName()
      Returns the process name or null if not set.
      java.lang.String getProcessType()
      Returns the process type or null if not set.
      java.lang.String getServerName()
      Returns the process name of the process scheduler server or null if not set.
      void setOperatorID​(java.lang.String operatorID)
      Sets the PeopleSoft operator ID.
      void setProcessInstanceFrom​(java.lang.Integer processInstanceFrom)
      Sets the minimum process instance number.
      void setProcessInstanceTo​(java.lang.Integer processInstanceTo)
      Sets the maximum process instance number.
      void setProcessName​(java.lang.String processName)
      Sets the filter for the PeopleSoft process name.
      void setProcessType​(java.lang.String processType)
      Sets the filter for the PeopleSoft process type.
      void setServerName​(java.lang.String serverName)
      Sets the filter for the PeopleSoft process scheduler server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOperatorID

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

        public void setOperatorID​(java.lang.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 java.lang.String getProcessType()
        Returns the process type or null if not set.
        Returns:
        Process type
      • setProcessType

        public void setProcessType​(java.lang.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 java.lang.String getProcessName()
        Returns the process name or null if not set.
        Returns:
        Process name
      • setProcessName

        public void setProcessName​(java.lang.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.Integer processInstanceFrom)
        Sets the minimum process instance number. Use null to clear this filter.
        Parameters:
        processInstanceFrom - Process instance number
      • getProcessInstanceTo

        public java.lang.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​(java.lang.Integer processInstanceTo)
        Sets the maximum process instance number. Use null to clear this filter.
        Parameters:
        processInstanceTo - Process instance number