public class ProcessQuery extends Object
Constructor and Description |
---|
ProcessQuery()
Constructor without fields use for jackson
|
ProcessQuery(String id,
List<String> states,
List<String> statuses,
List<String> workflows,
List<String> listSteps,
List<String> listProcessTypes,
String startDateMin,
String startDateMax) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the id
|
List<String> |
getListProcessTypes()
Gets process types list
|
List<String> |
getListSteps()
Gets steps list
|
String |
getStartDateMax()
Gets the startDateMax
|
String |
getStartDateMin()
Gets the startDateMin
|
List<String> |
getStates()
Gets the states
|
List<String> |
getStatuses()
Gets the statuses
|
List<String> |
getWorkflows()
Gets the workflows
|
void |
setId(String id)
Sets the id
|
void |
setListProcessTypes(List<String> listProcessTypes)
Sets the process types
|
void |
setListSteps(List<String> listSteps)
Sets the steps
|
void |
setStartDateMax(String startDateMax)
Sets the startDateMax
|
void |
setStartDateMin(String startDateMin)
Sets the startDateMin
|
void |
setStates(List<String> states)
Sets the states
|
void |
setStatuses(List<String> statuses)
Sets the statuses
|
void |
setWorkflows(List<String> workflows)
Sets the workflows
|
String |
toString() |
public ProcessQuery()
public ProcessQuery(String id, List<String> states, List<String> statuses, List<String> workflows, List<String> listSteps, List<String> listProcessTypes, String startDateMin, String startDateMax)
id
- states
- statuses
- workflows
- listSteps
- listProcessTypes
- startDateMin
- startDateMax
- public String getId()
public List<String> getListProcessTypes()
public String getStartDateMin()
public String getStartDateMax()
public void setId(String id)
id
- the id to setpublic void setStates(List<String> states)
states
- the states to setpublic void setStatuses(List<String> statuses)
statuses
- the statuses to setpublic void setWorkflows(List<String> workflows)
workflows
- the workflows to setpublic void setListSteps(List<String> listSteps)
listSteps
- the steps to setpublic void setListProcessTypes(List<String> listProcessTypes)
listProcessTypes
- the process types to setpublic void setStartDateMin(String startDateMin)
startDateMin
- the startDateMin to setpublic void setStartDateMax(String startDateMax)
startDateMax
- the startDateMax to setCopyright © 2018 Vitam. All rights reserved.