public class ProcessQueryOptions
extends java.lang.Object
IProcessService.getProcessList(ProcessQueryOptions)
Constructor and Description |
---|
ProcessQueryOptions() |
Modifier and Type | Method and Description |
---|---|
void |
addProcessType(Id processTypeId)
Add a process type id of querying processes.
|
void |
addStatus(ProcessStatus status)
Add a process status of querying processes.
|
Id |
getCreatedById()
The creator (user) id of querying processes.
|
java.util.Date |
getCreatedOnBegin()
The begin of the created time of querying processes.
|
java.util.Date |
getCreatedOnEnd()
The end of the created time of querying processes.
|
Id |
getParentProcessId()
The parent process id of querying processes.
|
Id |
getProcessId()
The process id to query.
|
java.util.List<Id> |
getProcessTypes()
The process types of querying processes.
|
java.util.List<ProcessStatus> |
getStatusList()
The process status of querying processes.
|
boolean |
isIncludeAllChildren()
If include children processes in the query result.
|
void |
setCreatedById(Id createdById)
Set the creator (user) id of querying processes.
|
void |
setCreatedOnBegin(java.util.Date createdOnBegin)
Set begin of the created time of querying processes.
|
void |
setCreatedOnEnd(java.util.Date createdOnEnd)
Set the end of the created time of querying processes.
|
void |
setIncludeAllChildren(boolean includeAllChildren)
Set if include children processes in the query result.
|
void |
setParentProcessId(Id parentProcessId)
Set the parent process id of querying processes.
|
void |
setProcessId(Id processId)
Set The process id to query.
|
public Id getProcessId()
public void setProcessId(Id processId)
processId
- the process id to querypublic Id getParentProcessId()
public void setParentProcessId(Id parentProcessId)
parentProcessId
- the parent process id of querying processespublic java.util.Date getCreatedOnBegin()
public void setCreatedOnBegin(java.util.Date createdOnBegin)
createdOnBegin
- the begin of the created time of querying processespublic java.util.Date getCreatedOnEnd()
public void setCreatedOnEnd(java.util.Date createdOnEnd)
createdOnEnd
- the end of the created time of querying processespublic java.util.List<Id> getProcessTypes()
public void addProcessType(Id processTypeId)
processTypeId
- the process type id of querying processespublic java.util.List<ProcessStatus> getStatusList()
public void addStatus(ProcessStatus status)
status
- the process status of querying processespublic boolean isIncludeAllChildren()
public void setIncludeAllChildren(boolean includeAllChildren)
includeAllChildren
- true if include children processes in the query result, otherwise falsepublic Id getCreatedById()
public void setCreatedById(Id createdById)
createdById
- the creator (user) id of querying processes
Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.