Uses of Class
org.exoplatform.social.common.ObjectAlreadyExistsException
Packages that use ObjectAlreadyExistsException
-
Uses of ObjectAlreadyExistsException in org.exoplatform.social.attachment
Methods in org.exoplatform.social.attachment that throw ObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidAttachmentService.createAttachment(String fileId, String objectType, String objectId, String parentObjectId, long userIdentityId, Map<String, String> properties) Creates an attachment for a specified object.voidAttachmentService.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, boolean broadcast) Creates a new Metadata Item.MetadataService.createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, Map<String, String> properties, long userIdentityId) Creates a new Metadata Item.MetadataService.createMetadataItem(MetadataObject metadataObject, MetadataKey metadataKey, Map<String, String> properties, long userIdentityId, boolean broadcast) Creates a new Metadata Item.