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.scripts -
-
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.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)
-