mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
70906: Implement community feedback
This commit is contained in:
@@ -89,6 +89,10 @@ public class ItemBuilder extends AbstractDSpaceObjectBuilder<Item> {
|
||||
return addMetadataValue(item, "relationship", "type", null, relationshipType);
|
||||
}
|
||||
|
||||
public ItemBuilder withType(final String type) {
|
||||
return addMetadataValue(item, "dc", "type", null, type);
|
||||
}
|
||||
|
||||
public ItemBuilder withPublicationIssueNumber(final String issueNumber) {
|
||||
return addMetadataValue(item, "publicationissue", "issueNumber", null, issueNumber);
|
||||
}
|
||||
|
Reference in New Issue
Block a user