Uses of Class
org.exoplatform.social.attachment.model.ObjectAttachmentList
Packages that use ObjectAttachmentList
-
Uses of ObjectAttachmentList in org.exoplatform.social.attachment
Methods in org.exoplatform.social.attachment that return ObjectAttachmentListModifier and TypeMethodDescriptionAttachmentService.getAttachments(String objectType, String objectId) Retrieves the list of attachments of a given object identified by its idAttachmentService.getAttachments(String objectType, String objectId, org.exoplatform.services.security.Identity userAclIdentity) Retrieves the list of attachments of a given object identified by its idAttachmentService.getAttachments(String objectType, String objectId, org.exoplatform.services.security.Identity userAclIdentity, int offset, int limit) Retrieves a list ofObjectAttachmentDetailobjects associated with a specific object type and object ID, with metadata enrichment based on the given user's access identity.The result is paginated based on the provided offset and limit. -
Uses of ObjectAttachmentList in org.exoplatform.social.attachment.model
Methods in org.exoplatform.social.attachment.model that return ObjectAttachmentList