Uses of Class
org.dspace.scripts.ProcessQueryParameterContainer
-
Packages that use ProcessQueryParameterContainer Package Description org.dspace.content.dao org.dspace.content.dao.impl org.dspace.scripts org.dspace.scripts.service -
-
Uses of ProcessQueryParameterContainer in org.dspace.content.dao
Methods in org.dspace.content.dao with parameters of type ProcessQueryParameterContainer Modifier and Type Method Description intProcessDAO. countTotalWithParameters(Context context, ProcessQueryParameterContainer processQueryParameterContainer)Count all the processes which match the requirements.List<Process>ProcessDAO. search(Context context, ProcessQueryParameterContainer processQueryParameterContainer, int limit, int offset)Returns a list of all Processes in the database which match the given field requirements. -
Uses of ProcessQueryParameterContainer in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl with parameters of type ProcessQueryParameterContainer Modifier and Type Method Description intProcessDAOImpl. countTotalWithParameters(Context context, ProcessQueryParameterContainer processQueryParameterContainer)List<Process>ProcessDAOImpl. search(Context context, ProcessQueryParameterContainer processQueryParameterContainer, int limit, int offset) -
Uses of ProcessQueryParameterContainer in org.dspace.scripts
Methods in org.dspace.scripts with parameters of type ProcessQueryParameterContainer Modifier and Type Method Description intProcessServiceImpl. countSearch(Context context, ProcessQueryParameterContainer processQueryParameterContainer)List<Process>ProcessServiceImpl. search(Context context, ProcessQueryParameterContainer processQueryParameterContainer, int limit, int offset) -
Uses of ProcessQueryParameterContainer in org.dspace.scripts.service
Methods in org.dspace.scripts.service with parameters of type ProcessQueryParameterContainer Modifier and Type Method Description intProcessService. countSearch(Context context, ProcessQueryParameterContainer processQueryParameterContainer)Count all the processes which match the requirements.List<Process>ProcessService. search(Context context, ProcessQueryParameterContainer processQueryParameterContainer, int limit, int offset)Returns a list of all Processes in the database which match the given field requirements.
-