Uses of Class
org.dspace.scripts.ProcessQueryParameterContainer
Packages that use ProcessQueryParameterContainer
Package
Description
-
Uses of ProcessQueryParameterContainer in org.dspace.content.dao
Methods in org.dspace.content.dao with parameters of type ProcessQueryParameterContainerModifier and TypeMethodDescriptionintProcessDAO.countTotalWithParameters(Context context, ProcessQueryParameterContainer processQueryParameterContainer) Count all the processes which match the requirements.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 ProcessQueryParameterContainerModifier and TypeMethodDescriptionintProcessDAOImpl.countTotalWithParameters(Context context, ProcessQueryParameterContainer processQueryParameterContainer) 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 ProcessQueryParameterContainerModifier and TypeMethodDescriptionintProcessServiceImpl.countSearch(Context context, ProcessQueryParameterContainer processQueryParameterContainer) 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 ProcessQueryParameterContainerModifier and TypeMethodDescriptionintProcessService.countSearch(Context context, ProcessQueryParameterContainer processQueryParameterContainer) Count all the processes which match the requirements.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.