Package com.uc4.api.objects
Class PSRemoteTaskManagerFilter
java.lang.Object
com.uc4.api.objects.PSRemoteTaskManagerFilter
Filter for PeopleSoft RemoteTaskManager objects.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the PeopleSoft operator ID ornull
if not set.Returns a filter for the process instance number or null if not set.Returns a filter for the process instance number or null if not set.Returns the process name ornull
if not set.Returns the process type ornull
if not set.Returns the process name of the process scheduler server ornull
if not set.void
setOperatorID
(String operatorID) Sets the PeopleSoft operator ID.void
setProcessInstanceFrom
(Integer processInstanceFrom) Sets the minimum process instance number.void
setProcessInstanceTo
(Integer processInstanceTo) Sets the maximum process instance number.void
setProcessName
(String processName) Sets the filter for the PeopleSoft process name.void
setProcessType
(String processType) Sets the filter for the PeopleSoft process type.void
setServerName
(String serverName) Sets the filter for the PeopleSoft process scheduler server.
-
Method Details
-
getOperatorID
Returns the PeopleSoft operator ID ornull
if not set.- Returns:
- Operator ID
-
setOperatorID
Sets the PeopleSoft operator ID. Usenull
to clear this filter.- Parameters:
operatorID
- Operator ID, can be null. The maximum length is 30 characters.
-
getProcessType
Returns the process type ornull
if not set.- Returns:
- Process type
-
setProcessType
Sets the filter for the PeopleSoft process type. Usenull
to clear this filter.- Parameters:
processType
- Process type. The maximum length is 30 characters.
-
getProcessName
Returns the process name ornull
if not set.- Returns:
- Process name
-
setProcessName
Sets the filter for the PeopleSoft process name. Usenull
to clear this filter.- Parameters:
processName
- Process name. The maximum length is 12 characters.
-
getServerName
Returns the process name of the process scheduler server ornull
if not set.- Returns:
- Server name, for example PSNT or null
-
setServerName
Sets the filter for the PeopleSoft process scheduler server. Usenull
to clear this filter.- Parameters:
serverName
- Server name. The maximum length is 30 characters.
-
getProcessInstanceFrom
Returns a filter for the process instance number or null if not set.- Returns:
- From value for process instance
-
setProcessInstanceFrom
Sets the minimum process instance number. Usenull
to clear this filter.- Parameters:
processInstanceFrom
- Process instance number
-
getProcessInstanceTo
Returns a filter for the process instance number or null if not set.- Returns:
- To value for process instance
-
setProcessInstanceTo
Sets the maximum process instance number. Usenull
to clear this filter.- Parameters:
processInstanceTo
- Process instance number
-