[Task 71272] applied feedback to the Scripts and Processes functionality

This commit is contained in:
Raf Ponsaerts
2020-06-09 15:04:51 +02:00
parent 47b75f313e
commit 5d7524970c
17 changed files with 165 additions and 189 deletions

View File

@@ -80,6 +80,8 @@ public class Process implements ReloadableEntity<Integer> {
@Temporal(TemporalType.TIMESTAMP)
private Date creationTime;
public static final String BITSTREAM_TYPE_METADATAFIELD = "dspace.process.type";
protected Process() {
}