Class ProcessFlowQuery
java.lang.Object
com.sas.lsaf.workflow.processflow.ProcessFlowQuery
- All Implemented Interfaces:
Serializable
The class that represents the criteria to query the process flows.
- Since:
- 2.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the process flow context path to query.Gets the process flow creation method to query.Gets the start date of the range to query process flow last modified date.Gets the userId of the user who last modified the process flow.getName()Gets the process flow name to query.getOwner()Gets the process flow owner to query.Gets the process flow definition key in which to query process flows.Gets the status of the process flow in which to query.Gets the end date of the range to query process flow last modified date.voidsetContextPath(String contextPath) Sets the process flow context path to query.voidsetCreationMethod(CreationMethod creationMethod) Sets the process flow creation method to query.voidsetFromLastModified(Date fromLastModified) Sets the start date of the range to query process flow last modified date.voidsetLastModifiedBy(String lastModifiedBy) Sets the userId of the user who last modified the process flow.voidSets the process flow name to query.voidSets the process flow owner to query.voidsetProcessDefinitionKey(String processDefinitionKey) Sets the process flow definition key in which to query process flows.voidSets the status of the process flow in which to query.voidsetToLastModified(Date toLastModified) Sets the end date of the range to query process flow last modified date.toString()
-
Constructor Details
-
ProcessFlowQuery
public ProcessFlowQuery()Constructor.
-
-
Method Details
-
getStatus
Gets the status of the process flow in which to query.- Returns:
- The status.
-
setStatus
Sets the status of the process flow in which to query.- Parameters:
status- The status of the process flow in which to query.
-
getName
Gets the process flow name to query.- Returns:
- The process flow name.
-
setName
Sets the process flow name to query.- Parameters:
name- The process flow name to query.
-
getContextPath
Gets the process flow context path to query.- Returns:
- The context path.
-
setContextPath
Sets the process flow context path to query.- Parameters:
contextPath- The context path.
-
getProcessDefinitionKey
Gets the process flow definition key in which to query process flows. Process flows that were created from that process flow definition are returned in the query results.- Returns:
- The process flow definition key.
-
setProcessDefinitionKey
Sets the process flow definition key in which to query process flows. Any process flows that were created from that process flow definition are returned in the query results.- Parameters:
processDefinitionKey- The process flow definition key in which to query process flows.
-
getOwner
Gets the process flow owner to query.- Returns:
- The process flow owner.
-
setOwner
Sets the process flow owner to query.- Parameters:
owner- The process flow owner to query.
-
getLastModifiedBy
Gets the userId of the user who last modified the process flow.- Returns:
- The userId of the user who last modified the process flow.
-
setLastModifiedBy
Sets the userId of the user who last modified the process flow. Supports wild cards.- Parameters:
lastModifiedBy- The userId of the user who last modified the process flow.
-
getFromLastModified
Gets the start date of the range to query process flow last modified date.- Returns:
- The start date.
-
setFromLastModified
Sets the start date of the range to query process flow last modified date.- Parameters:
fromLastModified- The start date of the range to query process flow last modified date.
-
getToLastModified
Gets the end date of the range to query process flow last modified date.- Returns:
- The end date.
-
setToLastModified
Sets the end date of the range to query process flow last modified date.- Parameters:
toLastModified- The end date of the data range to query process flow last modified date.
-
getCreationMethod
Gets the process flow creation method to query.- Returns:
- The creation method.
-
setCreationMethod
Sets the process flow creation method to query.- Parameters:
creationMethod- The process flow creation method to query.
-
toString
-