Uses of Class
org.exoplatform.social.metadata.model.MetadataItem
Packages that use MetadataItem
Package
Description
Models for Activity
-
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 MetadataItemModifier and TypeMethodDescriptionExoSocialActivity.getMetadatas()ExoSocialActivityImpl.getMetadatas()Method parameters in org.exoplatform.social.core.activity.model with type arguments of type MetadataItemModifier and TypeMethodDescriptionvoidExoSocialActivity.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 MetadataItemModifier and TypeMethodDescriptionorg.json.simple.JSONObjectDocumentWithMetadata.toJsonObject(MetadataItem metadataItem) -
Uses of MetadataItem in org.exoplatform.social.metadata
Methods in org.exoplatform.social.metadata that return MetadataItemModifier and TypeMethodDescriptionMetadataService.createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, long userIdentityId) Creates a new Metadata Item.MetadataService.createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, Map<String, String> properties) Creates a new Metadata Item.MetadataService.createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, Map<String, String> properties, long userIdentityId) Creates a new Metadata Item.MetadataService.deleteMetadataItem(long itemId, boolean broadcast) MetadataService.deleteMetadataItem(long itemId, long userIdentityId) MetadataService.updateMetadataItem(MetadataItem metadataItem, long userIdentityId) Methods in org.exoplatform.social.metadata that return types with arguments of type MetadataItemModifier and TypeMethodDescriptionMetadataService.getMetadataItemsByMetadataAndObject(MetadataKey metadataKey, MetadataObject object) Retrieves the list of Metadata items attached to aMetadataKeyand an object identified by its name and identifierMetadataService.getMetadataItemsByMetadataNameAndTypeAndObject(String metadataName, String metadataTypeName, String objectType, long offset, long limit) Retrieves the Metadata item attached to a givenMetadataname, type andMetadataItemobject typeMetadataService.getMetadataItemsByMetadataNameAndTypeAndObject(String metadataName, String metadataTypeName, String objectType, String objectId, long offset, long limit) Retrieves the Metadata item attached to a givenMetadataname, type andMetadataItemobject typeMetadataService.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 andMetadataItempropertydefault List<MetadataItem>MetadataService.getMetadataItemsByMetadataNameAndTypeAndObjectAndSpaceId(String metadataName, String metadataTypeName, String objectType, long spaceId, long offset, long limit) Retrieves the Metadata item attached to a givenMetadataname, type andMetadataItemobject type andMetadataItemspace iddefault List<MetadataItem>MetadataService.getMetadataItemsByMetadataNameAndTypeAndObjectAndSpaceIds(String metadataName, String metadataTypeName, String objectType, List<Long> spaceIds, long offset, long limit) Retrieves the Metadata item attached to a givenMetadataname, type andMetadataItemobject type andMetadataItemspace idsdefault List<MetadataItem>MetadataService.getMetadataItemsByMetadataNameAndTypeAndSpaceIds(String metadataName, String metadataTypeName, List<Long> spaceIds, long offset, long limit) Retrieves the Metadata item attached to a givenMetadataname, type andMetadataItemspace idsMetadataService.getMetadataItemsByMetadataTypeAndCreator(String metadataTypeName, long creatorId, long offset, long limit) Retrieves the Metadata item attached to a givenMetadatatype,MetadataItemcreatorIdMetadataService.getMetadataItemsByMetadataTypeAndObject(String metadataType, MetadataObject object) Retrieves the list of Metadata items attached to a givenMetadatatype and an object identified by its name and identifierMetadataService.getMetadataItemsByObject(MetadataObject object) Retrieves the list of Metadata attached to an object identified by its name and identifierMetadataService.shareMetadataItemsByObject(MetadataObject sourceObject, String targetObjectId, long audienceId, long creatorId) Shares/copy theMetadataItemlist of a shared object to the newly created object.Methods in org.exoplatform.social.metadata with parameters of type MetadataItemModifier and TypeMethodDescriptionMetadataService.updateMetadataItem(MetadataItem metadataItem, long userIdentityId) -
Uses of MetadataItem in org.exoplatform.social.metadata.favorite
Methods in org.exoplatform.social.metadata.favorite that return types with arguments of type MetadataItemModifier and TypeMethodDescriptionFavoriteService.getFavoriteItemsByCreator(long creatorId, long offset, long limit) Retrieves the favorite items attached to a givenMetadataItemcreatorIdFavoriteService.getFavoriteItemsByCreatorAndType(String objectType, long creatorId, long offset, long limit) Retrieves the favorite items attached to a givenMetadataItemcreatorId andMetadataObjecttypedefault List<MetadataItem>FavoriteService.getFavoriteItemsByCreatorAndTypeAndSpaceId(String objectType, long creatorId, long spaceId, long offset, long limit) Retrieves the favorite items attached to a givenMetadataItemcreatorId andMetadataObjecttype andMetadataObjectspaceId -
Uses of MetadataItem in org.exoplatform.social.metadata.model
Methods in org.exoplatform.social.metadata.model that return MetadataItem