Class TaskAttachmentEntityTypePlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.attachments.service.AttachmentEntityTypePlugin
org.exoplatform.services.attachments.plugins.TaskAttachmentEntityTypePlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TaskAttachmentEntityTypePlugin
extends org.exoplatform.services.attachments.service.AttachmentEntityTypePlugin
Plugin to define how and where files attached to tasks are stored
-
Field Summary
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionTaskAttachmentEntityTypePlugin(org.exoplatform.task.service.TaskService taskService, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService, org.exoplatform.services.jcr.RepositoryService repositoryService) -
Method Summary
Modifier and TypeMethodDescriptiongetlinkedAttachments(String entityType, long entityId, String attachmentId) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
DOCUMENTS_NODE
- See Also:
-
GROUPS_PATH_ALIAS
- See Also:
-
-
Constructor Details
-
TaskAttachmentEntityTypePlugin
public TaskAttachmentEntityTypePlugin(org.exoplatform.task.service.TaskService taskService, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService, org.exoplatform.services.jcr.RepositoryService repositoryService)
-
-
Method Details
-
getlinkedAttachments
- Overrides:
getlinkedAttachmentsin classorg.exoplatform.services.attachments.service.AttachmentEntityTypePlugin
-
getEntityType
- Overrides:
getEntityTypein classorg.exoplatform.services.attachments.service.AttachmentEntityTypePlugin
-