Uses of Enum Class
org.dspace.content.ProcessStatus
Packages that use ProcessStatus
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of ProcessStatus in org.dspace.content
Methods in org.dspace.content that return ProcessStatusModifier and TypeMethodDescriptionstatic ProcessStatusReturns the enum constant of this class with the specified name.static ProcessStatus[]ProcessStatus.values()Returns an array containing the constants of this enum class, 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 ProcessStatusModifier and TypeMethodDescriptionProcessDAO.findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Instant 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 ProcessStatusModifier and TypeMethodDescriptionProcessDAOImpl.findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Instant date) -
Uses of ProcessStatus in org.dspace.scripts
Fields in org.dspace.scripts with type parameters of type ProcessStatusModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Process,ProcessStatus> Process_.processStatusMethods in org.dspace.scripts that return ProcessStatusModifier and TypeMethodDescriptionProcess.getProcessStatus()This method returns a ProcessStatus value that represents the current state of the Process.Methods in org.dspace.scripts with parameters of type ProcessStatusMethod parameters in org.dspace.scripts with type arguments of type ProcessStatusModifier and TypeMethodDescriptionProcessServiceImpl.findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Instant date) -
Uses of ProcessStatus in org.dspace.scripts.service
Method parameters in org.dspace.scripts.service with type arguments of type ProcessStatusModifier and TypeMethodDescriptionProcessService.findByStatusAndCreationTimeOlderThan(Context context, List<ProcessStatus> statuses, Instant date) Find all the processes with one of the given status and with a creation time older than the specified date.