Uses of Class
org.exoplatform.social.metadata.model.Metadata
-
Packages that use Metadata Package Description org.exoplatform.social.metadata org.exoplatform.social.metadata.model -
-
Uses of Metadata in org.exoplatform.social.metadata
Fields in org.exoplatform.social.metadata declared as Metadata Modifier and Type Field Description protected MetadataMetadataInitPlugin. metadataMethods in org.exoplatform.social.metadata that return Metadata Modifier and Type Method Description MetadataMetadataService. createMetadata(Metadata metadata, long userIdentityId)Creates a newMetadataobjectMetadataMetadataService. deleteMetadataById(long metadataId)MetadataMetadataService. getMetadataByKey(MetadataKey metadataKey)Retrieves aMetadataidentified by a unique constraint for 'Metadata Type', 'Metadata Name' and 'Metadata Audience'.MetadataMetadataService. updateMetadata(Metadata metadata, long userIdentityId)Updates aMetadataobjectMethods in org.exoplatform.social.metadata that return types with arguments of type Metadata Modifier and Type Method Description List<Metadata>MetadataService. getMetadatas(String metadataTypeName, long limit)List<Metadata>MetadataService. getMetadatasByProperty(String propertyKey, String propertyValue, long limit)Methods in org.exoplatform.social.metadata with parameters of type Metadata Modifier and Type Method Description MetadataMetadataService. createMetadata(Metadata metadata, long userIdentityId)Creates a newMetadataobjectMetadataMetadataService. updateMetadata(Metadata metadata, long userIdentityId)Updates aMetadataobject -
Uses of Metadata in org.exoplatform.social.metadata.model
Constructors in org.exoplatform.social.metadata.model with parameters of type Metadata Constructor Description MetadataItem(long id, Metadata metadata, MetadataObject object, long creatorId, long createdDate, Map<String,String> properties)
-