Uses of Class
org.exoplatform.social.metadata.model.MetadataItem
-
Packages that use MetadataItem Package Description org.exoplatform.social.core.activity.model Models for Activityorg.exoplatform.social.core.search org.exoplatform.social.metadata org.exoplatform.social.metadata.favorite org.exoplatform.social.metadata.model -
-
Uses of MetadataItem in org.exoplatform.social.core.activity.model
Methods in org.exoplatform.social.core.activity.model that return types with arguments of type MetadataItem Modifier and Type Method Description Map<String,List<MetadataItem>>ExoSocialActivity. getMetadatas()Map<String,List<MetadataItem>>ExoSocialActivityImpl. getMetadatas()Method parameters in org.exoplatform.social.core.activity.model with type arguments of type MetadataItem Modifier and Type Method Description voidExoSocialActivity. setMetadatas(Map<String,List<MetadataItem>> metadatas)Set aMapofMetadataItemof the activity grouped by Metadata typevoidExoSocialActivityImpl. setMetadatas(Map<String,List<MetadataItem>> metadatas) -
Uses of MetadataItem in org.exoplatform.social.core.search
Methods in org.exoplatform.social.core.search with parameters of type MetadataItem Modifier and Type Method Description org.json.simple.JSONObjectDocumentWithMetadata. toJsonObject(MetadataItem metadataItem) -
Uses of MetadataItem in org.exoplatform.social.metadata
Methods in org.exoplatform.social.metadata that return MetadataItem 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.MetadataItemMetadataService. deleteMetadataItem(long itemId, boolean broadcast)MetadataItemMetadataService. deleteMetadataItem(long itemId, long userIdentityId)Methods in org.exoplatform.social.metadata that return types with arguments of type MetadataItem Modifier and Type Method Description List<MetadataItem>MetadataService. getMetadataItemsByMetadataAndObject(MetadataKey metadataKey, MetadataObject object)Retrieves the list of Metadata items attached to aMetadataKeyand an object identified by its name and identifierList<MetadataItem>MetadataService. getMetadataItemsByMetadataNameAndTypeAndObject(String metadataName, String metadataTypeName, String objectType, long offset, long limit)Retrieves the Metadata item attached to a givenMetadataname, type andMetadataItemobject typeList<MetadataItem>MetadataService. getMetadataItemsByMetadataNameAndTypeAndObjectAndMetadataItemProperty(String metadataName, String metadataTypeName, String objectType, String propertyKey, String propertyValue, long offset, long limit)Retrieves the Metadata item attached to a givenMetadataname, type,MetadataItemobject type andMetadataItempropertyList<MetadataItem>MetadataService. getMetadataItemsByMetadataTypeAndCreator(String metadataTypeName, long creatorId, long offset, long limit)Retrieves the Metadata item attached to a givenMetadatatype,MetadataItemcreatorIdList<MetadataItem>MetadataService. getMetadataItemsByMetadataTypeAndObject(String metadataType, MetadataObject object)Retrieves the list of Metadata items attached to a givenMetadatatype and an object identified by its name and identifierList<MetadataItem>MetadataService. getMetadataItemsByObject(MetadataObject object)Retrieves the list of Metadata attached to an object identified by its name and identifierList<MetadataItem>MetadataService. shareMetadataItemsByObject(MetadataObject sourceObject, String targetObjectId, long audienceId, long creatorId)Shares/copy theMetadataItemlist of a shared object to the newly created object. -
Uses of MetadataItem in org.exoplatform.social.metadata.favorite
Methods in org.exoplatform.social.metadata.favorite that return types with arguments of type MetadataItem Modifier and Type Method Description List<MetadataItem>FavoriteService. getFavoriteItemsByCreator(long creatorId, long offset, long limit)Retrieves the favorite items attached to a givenMetadataItemcreatorId -
Uses of MetadataItem in org.exoplatform.social.metadata.model
Methods in org.exoplatform.social.metadata.model that return MetadataItem Modifier and Type Method Description MetadataItemMetadataItem. clone()
-