Uses of Class
org.exoplatform.social.metadata.model.Metadata
Packages that use Metadata
-
Uses of Metadata in org.exoplatform.social.metadata
Fields in org.exoplatform.social.metadata declared as MetadataMethods in org.exoplatform.social.metadata that return MetadataModifier and TypeMethodDescriptionMetadataService.createMetadata(Metadata metadata, long userIdentityId) Creates a newMetadataobjectMetadataService.deleteMetadataById(long metadataId) MetadataService.getMetadataById(long id) Retrieves aMetadataidentified by its technical identifierMetadataService.getMetadataByKey(MetadataKey metadataKey) Retrieves aMetadataidentified by a unique constraint for 'Metadata Type', 'Metadata Name' and 'Metadata Audience'.MetadataService.updateMetadata(Metadata metadata, long userIdentityId) Updates aMetadataobjectMethods in org.exoplatform.social.metadata that return types with arguments of type MetadataModifier and TypeMethodDescriptionMetadataService.getMetadatas(String metadataTypeName, long limit) MetadataService.getMetadatasByProperty(String propertyKey, String propertyValue, long limit) Methods in org.exoplatform.social.metadata with parameters of type MetadataModifier and TypeMethodDescriptionMetadataService.createMetadata(Metadata metadata, long userIdentityId) Creates a newMetadataobjectMetadataService.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 MetadataModifierConstructorDescriptionMetadataItem(long id, Metadata metadata, MetadataObject object, long creatorId, long createdDate, Map<String, String> properties)