public interface VirtualMetadataConfiguration
VirtualMetadataPopulator implementation.
The config is located in core-services.xml whilst the actual code implementation is located in
ItemServiceImpl| 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
|
List<String> getValues(Context context, Item item) throws SQLException
Related beanscontext - 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 wrongvoid setUseForPlace(boolean useForPlace)
useForPlace - The boolean value that the useForPlace property will be set toboolean getUseForPlace()
Copyright © 2019 DuraSpace. All rights reserved.