Package org.exoplatform.task.plugin
Class TaskAttachmentACLPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.attachments.plugin.AttachmentACLPlugin
-
- org.exoplatform.task.plugin.TaskAttachmentACLPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TaskAttachmentACLPlugin extends org.exoplatform.services.attachments.plugin.AttachmentACLPlugin
-
-
Constructor Summary
Constructors Constructor Description TaskAttachmentACLPlugin(TaskService taskService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDetach(long userIdentityId, String entityType, String entityId)booleancanEdit(long userIdentityId, String entityType, String entityId)booleancanView(long userIdentityId, String entityType, String entityId)StringgetEntityType()
-
-
-
Constructor Detail
-
TaskAttachmentACLPlugin
public TaskAttachmentACLPlugin(TaskService taskService)
-
-
Method Detail
-
getEntityType
public String getEntityType()
- Specified by:
getEntityTypein classorg.exoplatform.services.attachments.plugin.AttachmentACLPlugin
-
canView
public boolean canView(long userIdentityId, String entityType, String entityId)- Specified by:
canViewin classorg.exoplatform.services.attachments.plugin.AttachmentACLPlugin
-
canEdit
public boolean canEdit(long userIdentityId, String entityType, String entityId)- Specified by:
canEditin classorg.exoplatform.services.attachments.plugin.AttachmentACLPlugin
-
-