public class VirtualMetadataPopulator extends Object
| Constructor and Description |
|---|
VirtualMetadataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HashMap<String,VirtualMetadataConfiguration>> |
getMap()
Standard getter for the map
|
boolean |
isUseForPlaceTrueForRelationshipType(RelationshipType relationshipType,
boolean isLeft)
This method will return a boolean indicating whether the useForPlace is true or false for the given
RelationshipType for the left or right label as indicated by the second parameter.
|
void |
setMap(Map<String,HashMap<String,VirtualMetadataConfiguration>> map)
Standard setter for the map
|
public void setMap(Map<String,HashMap<String,VirtualMetadataConfiguration>> map)
map - The map to be used in the VirtualMetadataPopulatorpublic Map<String,HashMap<String,VirtualMetadataConfiguration>> getMap()
public boolean isUseForPlaceTrueForRelationshipType(RelationshipType relationshipType, boolean isLeft)
relationshipType - The relationshipType for which this should be checkedisLeft - The boolean indicating whether to check the left or the right labelCopyright © 2019 DuraSpace. All rights reserved.