protected List<RelationshipMetadataValue> |
RelationshipMetadataServiceImpl.constructLatestForDiscoveryMetadataValues(Context context,
String schema,
String element,
String qualifier,
List<ItemUuidAndRelationshipId> data) |
Turn the given data into a list of relation.*.latestForDiscovery virtual metadata values.
|
protected List<RelationshipMetadataValue> |
RelationshipMetadataServiceImpl.findLatestForDiscoveryMetadataValues(Context context,
Item item,
EntityType itemEntityType) |
Create the list of relation.*.latestForDiscovery virtual metadata values for the given item.
|
List<RelationshipMetadataValue> |
RelationshipMetadataService.findRelationshipMetadataValueForItemRelationship(Context context,
Item item,
String entityType,
Relationship relationship,
boolean enableVirtualMetadata) |
Retrieves the list of RelationshipMetadataValue objects specific to only one Relationship of the item.
|
List<RelationshipMetadataValue> |
RelationshipMetadataServiceImpl.findRelationshipMetadataValueForItemRelationship(Context context,
Item item,
String entityType,
Relationship relationship,
boolean enableVirtualMetadata) |
|
List<RelationshipMetadataValue> |
RelationshipMetadataService.getRelationshipMetadata(Item item,
boolean enableVirtualMetadata) |
This method retrieves a list of MetadataValue objects that get constructed from processing
the given Item's Relationships through the config given to the VirtualMetadataPopulator
|
List<RelationshipMetadataValue> |
RelationshipMetadataServiceImpl.getRelationshipMetadata(Item item,
boolean enableVirtualMetadata) |
|