public class ProcessFlowQuery extends Object implements Serializable
Constructor and Description |
---|
ProcessFlowQuery()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
Gets the process flow context path to query.
|
CreationMethod |
getCreationMethod()
Gets the process flow creation method to query.
|
Date |
getFromLastModified()
Gets the start date of the range to query process flow last modified date.
|
String |
getLastModifiedBy()
Gets the userId of the user who last modified the process flow.
|
String |
getName()
Gets the process flow name to query.
|
String |
getOwner()
Gets the process flow owner to query.
|
String |
getProcessDefinitionKey()
Gets the process flow definition key in which to query process flows.
|
ProcessFlowDescriptor.FlowStatus |
getStatus()
Gets the status of the process flow in which to query.
|
Date |
getToLastModified()
Gets the end date of the range to query process flow last modified date.
|
void |
setContextPath(String contextPath)
Sets the process flow context path to query.
|
void |
setCreationMethod(CreationMethod creationMethod)
Sets the process flow creation method to query.
|
void |
setFromLastModified(Date fromLastModified)
Sets the start date of the range to query process flow last modified date.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets the userId of the user who last modified the process flow.
|
void |
setName(String name)
Sets the process flow name to query.
|
void |
setOwner(String owner)
Sets the process flow owner to query.
|
void |
setProcessDefinitionKey(String processDefinitionKey)
Sets the process flow definition key in which to query process flows.
|
void |
setStatus(ProcessFlowDescriptor.FlowStatus status)
Sets the status of the process flow in which to query.
|
void |
setToLastModified(Date toLastModified)
Sets the end date of the range to query process flow last modified date.
|
String |
toString() |
public ProcessFlowDescriptor.FlowStatus getStatus()
public void setStatus(ProcessFlowDescriptor.FlowStatus status)
status
- The status of the process flow in which to query.public String getName()
public void setName(String name)
name
- The process flow name to query.public String getContextPath()
public void setContextPath(String contextPath)
contextPath
- The context path.public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
processDefinitionKey
- The process flow definition key in which to query process flows.public String getOwner()
public void setOwner(String owner)
owner
- The process flow owner to query.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- The userId of the user who last modified the process flow.public Date getFromLastModified()
public void setFromLastModified(Date fromLastModified)
fromLastModified
- The start date of the range to query process flow last modified date.public Date getToLastModified()
public void setToLastModified(Date toLastModified)
toLastModified
- The end date of the data range to query process flow last modified date.public CreationMethod getCreationMethod()
public void setCreationMethod(CreationMethod creationMethod)
creationMethod
- The process flow creation method to query.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>