Package fr.gouv.vitam.common.model
Class ProcessQuery
java.lang.Object
fr.gouv.vitam.common.model.ProcessQuery
Query model to search in process.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the idGets process types listGets steps listGets the startDateMaxGets the startDateMinGets the statesGets the statusesGets the workflowsvoid
Sets the idvoid
setListProcessTypes
(List<String> listProcessTypes) Sets the process typesvoid
setListSteps
(List<String> listSteps) Sets the stepsvoid
setStartDateMax
(String startDateMax) Sets the startDateMaxvoid
setStartDateMin
(String startDateMin) Sets the startDateMinvoid
Sets the statesvoid
setStatuses
(List<String> statuses) Sets the statusesvoid
setWorkflows
(List<String> workflows) Sets the workflowstoString()
-
Constructor Details
-
ProcessQuery
public ProcessQuery()Constructor without fields use for jackson -
ProcessQuery
public ProcessQuery(String id, List<String> states, List<String> statuses, List<String> workflows, List<String> listSteps, List<String> listProcessTypes, String startDateMin, String startDateMax) - Parameters:
id
-states
-statuses
-workflows
-listSteps
-listProcessTypes
-startDateMin
-startDateMax
-
-
-
Method Details
-
getId
Gets the id- Returns:
- the id
-
getStates
Gets the states- Returns:
- the states
-
getStatuses
Gets the statuses- Returns:
- the statuses
-
getWorkflows
Gets the workflows- Returns:
- the workflows
-
getListSteps
Gets steps list- Returns:
- the steps
-
getListProcessTypes
Gets process types list- Returns:
- the listProcessTypes
-
getStartDateMin
Gets the startDateMin- Returns:
- the startDateMin
-
getStartDateMax
Gets the startDateMax- Returns:
- the startDateMax
-
setId
Sets the id- Parameters:
id
- the id to set
-
setStates
Sets the states- Parameters:
states
- the states to set
-
setStatuses
Sets the statuses- Parameters:
statuses
- the statuses to set
-
setWorkflows
Sets the workflows- Parameters:
workflows
- the workflows to set
-
setListSteps
Sets the steps- Parameters:
listSteps
- the steps to set
-
setListProcessTypes
Sets the process types- Parameters:
listProcessTypes
- the process types to set
-
setStartDateMin
Sets the startDateMin- Parameters:
startDateMin
- the startDateMin to set
-
setStartDateMax
Sets the startDateMax- Parameters:
startDateMax
- the startDateMax to set
-
toString
-