public class ProcessQueryDto extends Object
| Constructor and Description |
|---|
ProcessQueryDto() |
| Modifier and Type | Method and Description |
|---|---|
List<com.suncode.pwfl.workflow.process.search.IndexFilter> |
getFilters() |
String[] |
getJoins() |
Integer |
getLimit() |
String |
getProcessDefId() |
List<com.suncode.pwfl.search.Sorter> |
getSorters() |
Integer |
getStart() |
void |
setFilters(List<com.suncode.pwfl.workflow.process.search.IndexFilter> filters) |
void |
setJoins(String[] joins) |
void |
setLimit(Integer limit) |
void |
setProcessDefId(String processDefId) |
void |
setSorters(List<com.suncode.pwfl.search.Sorter> sorters) |
void |
setStart(Integer start) |
public String getProcessDefId()
public void setProcessDefId(String processDefId)
processDefId - the processDefId to setpublic List<com.suncode.pwfl.workflow.process.search.IndexFilter> getFilters()
public void setFilters(List<com.suncode.pwfl.workflow.process.search.IndexFilter> filters)
filters - the filters to setpublic List<com.suncode.pwfl.search.Sorter> getSorters()
public void setSorters(List<com.suncode.pwfl.search.Sorter> sorters)
sorters - the sorters to setpublic Integer getStart()
public void setStart(Integer start)
start - the start to setpublic Integer getLimit()
public void setLimit(Integer limit)
limit - the limit to setpublic String[] getJoins()
public void setJoins(String[] joins)
Copyright © 2014 Suncode. All rights reserved.