cancel
Showing results for 
Search instead for 
Did you mean: 

Task/Process Attachment

aashish_panchal
Champ in-the-making
Champ in-the-making
Hi,
   I am trying to integrate Task/process attachment into Liferay DMS, looked at CreateAttachmentCmd.java, which stores files into database, i need to store it into liferay DMS, TaskServiceImpl class create this command object directly, not Spring DI.
can anubody tell me how to integrate it, is der any other way for the same.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, indeed, you would need to extend the TaskService and override those methods with your own custom command.