getMetadata

public synchronized List<MetadataValue> getMetadata(T subject, String metadataKey)

Returns all metadata values attached to an object. If multiple have attached metadata, each will value will be included.

Return

A list of values, one for each plugin that has set the requested value.

Parameters

subject

the object being interrogated.

metadataKey

the unique metadata key being sought.

See also