Uses of Class
org.dspace.content.ProcessStatus
-
Packages that use ProcessStatus Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.dao org.dspace.content.dao.impl org.dspace.scripts org.dspace.scripts.service -
-
Uses of ProcessStatus in org.dspace.content
Methods in org.dspace.content that return ProcessStatus Modifier and Type Method Description static ProcessStatusProcessStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessStatus[]ProcessStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessStatus in org.dspace.content.dao
Method parameters in org.dspace.content.dao with type arguments of type ProcessStatus Modifier and Type Method Description List<Process>ProcessDAO. findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Date date)Find all the processes with one of the given status and with a creation time older than the specified date. -
Uses of ProcessStatus in org.dspace.content.dao.impl
Method parameters in org.dspace.content.dao.impl with type arguments of type ProcessStatus Modifier and Type Method Description List<Process>ProcessDAOImpl. findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Date date) -
Uses of ProcessStatus in org.dspace.scripts
Fields in org.dspace.scripts with type parameters of type ProcessStatus Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<Process,ProcessStatus>Process_. processStatusMethods in org.dspace.scripts that return ProcessStatus Modifier and Type Method Description ProcessStatusProcess. getProcessStatus()This method returns a ProcessStatus value that represents the current state of the Process.Methods in org.dspace.scripts with parameters of type ProcessStatus Modifier and Type Method Description voidProcess. setProcessStatus(ProcessStatus processStatus)Method parameters in org.dspace.scripts with type arguments of type ProcessStatus Modifier and Type Method Description List<Process>ProcessServiceImpl. findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Date date) -
Uses of ProcessStatus in org.dspace.scripts.service
Method parameters in org.dspace.scripts.service with type arguments of type ProcessStatus Modifier and Type Method Description List<Process>ProcessService. findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Date date)Find all the processes with one of the given status and with a creation time older than the specified date.
-