Uses of Class
org.exoplatform.social.metadata.model.MetadataKey
-
Packages that use MetadataKey Package Description org.exoplatform.social.metadata org.exoplatform.social.metadata.model -
-
Uses of MetadataKey in org.exoplatform.social.metadata
Methods in org.exoplatform.social.metadata with parameters of type MetadataKey Modifier and Type Method Description MetadataItemMetadataService. createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, long userIdentityId)Creates a new Metadata Item.MetadataItemMetadataService. createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, Map<String,String> properties, long userIdentityId)Creates a new Metadata Item.MetadataMetadataService. getMetadataByKey(MetadataKey metadataKey)Retrieves aMetadataidentified by a unique constraint for 'Metadata Type', 'Metadata Name' and 'Metadata Audience'.List<MetadataItem>MetadataService. getMetadataItemsByMetadataAndObject(MetadataKey metadataKey, MetadataObject object)Retrieves the list of Metadata items attached to aMetadataKeyand an object identified by its name and identifier -
Uses of MetadataKey in org.exoplatform.social.metadata.model
Methods in org.exoplatform.social.metadata.model that return MetadataKey Modifier and Type Method Description MetadataKeyMetadataKey. clone()MetadataKeyMetadata. key()
-