Package org.dspace.app.rest.model.submit
Class SelectableRelationship
java.lang.Object
org.dspace.app.rest.model.submit.SelectableRelationship
The SelectableRelationship REST Resource. It is not addressable directly, only
used as inline object in the InputForm resource.
SelectableRelationship encapsulates the configuration specific to the
submission of an entity relationship.
It contains a mandatory relationshipType, an optional filter for the lookup,
and a mandatory searchConfiguration for the lookup
- Author:
- Raf Ponsaerts (raf.ponsaerts at atmire.com), Ben Bosman (ben.bosman at atmire.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExternalSources(List<String> externalSources) voidvoidsetNameVariants(String nameVariants) voidsetRelationshipType(String relationshipType) voidsetSearchConfiguration(String searchConfiguration)
-
Constructor Details
-
SelectableRelationship
public SelectableRelationship()
-
-
Method Details
-
setRelationshipType
-
getRelationshipType
-
setFilter
-
getFilter
-
setSearchConfiguration
-
getSearchConfiguration
-
setNameVariants
-
getNameVariants
-
getExternalSources
-
setExternalSources
-