Uses of Class
org.exoplatform.social.common.ObjectAlreadyExistsException
-
Packages that use ObjectAlreadyExistsException Package Description org.exoplatform.social.metadata org.exoplatform.social.metadata.favorite -
-
Uses of ObjectAlreadyExistsException in org.exoplatform.social.metadata
Methods in org.exoplatform.social.metadata that throw ObjectAlreadyExistsException 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. -
Uses of ObjectAlreadyExistsException in org.exoplatform.social.metadata.favorite
Methods in org.exoplatform.social.metadata.favorite that throw ObjectAlreadyExistsException Modifier and Type Method Description voidFavoriteService. createFavorite(Favorite favorite)Create a new Favorite for corresponding object identified by its type/id for a user
-