Hi Experts,
We Have a requirement,They will enter workflow id from other application and click on submit button then documentum webservice will invoke. dfs service need to take workflow id and get the attached folders id to this workflow id by using dql and generate and returns the output as drl links based on Folder Id.
dfs method is like this
public filderlinnks[] getFolderLinks(String workflowid,String username,String password )
{
getting workflow by dql
checks workflowid from other application is exists in documentum or not.
If exists
get the attached foldersid's to the corresponding workflowid
generates the below drl link and return the same folder link as output parameter
http://localhost:8081/webtop/drl/objectId/0c0228d08000417f
}
could you please tell me ,my above assumption approach is corect or not
Thanks
Srinivasu Manku