Uses of Class
org.exoplatform.social.common.ObjectAlreadyExistsException
Packages that use ObjectAlreadyExistsException
Package
Description
-
Uses of ObjectAlreadyExistsException in org.exoplatform.social.attachment
Methods in org.exoplatform.social.attachment that throw ObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidAttachmentService.saveAttachment(UploadedAttachmentDetail uploadedAttachmentDetail, String objectType, String objectId, String parentObjectId, long userIdentityId) -
Uses of ObjectAlreadyExistsException in org.exoplatform.social.metadata
Methods in org.exoplatform.social.metadata that throw ObjectAlreadyExistsExceptionModifier 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. -
Uses of ObjectAlreadyExistsException in org.exoplatform.social.metadata.favorite
Methods in org.exoplatform.social.metadata.favorite that throw ObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidFavoriteService.createFavorite(Favorite favorite) Create a new Favorite for corresponding object identified by its type/id for a user