public class UUIDValue extends Object implements VirtualMetadataConfiguration
| Constructor and Description |
|---|
UUIDValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUseForPlace()
Generic getter for the useForPlace property
|
List<String> |
getValues(Context context,
Item item)
This method will return a list filled with String values which will be determine by the bean that's responsible
of handling the metadata fields when fully traversed through all the
Related beans |
void |
setUseForPlace(boolean useForPlace)
Generic setter for the useForPlace property
|
public List<String> getValues(Context context, Item item) throws SQLException
VirtualMetadataConfigurationRelated beansgetValues in interface VirtualMetadataConfigurationcontext - The relevant DSpace contextitem - The item that will be used to either retrieve metadata values from or to find
the related item through its relationshipsSQLException - If something goes wrongpublic void setUseForPlace(boolean useForPlace)
VirtualMetadataConfigurationsetUseForPlace in interface VirtualMetadataConfigurationuseForPlace - The boolean value that the useForPlace property will be set topublic boolean getUseForPlace()
VirtualMetadataConfigurationgetUseForPlace in interface VirtualMetadataConfigurationCopyright © 2019 DuraSpace. All rights reserved.