mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 05:53:08 +00:00
[Task 72498] added the searchByProperty endpoint on the Process endpoints
This commit is contained in:
@@ -43,6 +43,11 @@ public class ProcessBuilder extends AbstractBuilder<Process, ProcessService> {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ProcessBuilder withProcessStatus(ProcessStatus processStatus) {
|
||||
process.setProcessStatus(processStatus);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cleanup() throws Exception {
|
||||
try (Context c = new Context()) {
|
||||
|
Reference in New Issue
Block a user