RajaneeshJM
Programmer
Hi,
We have an application which is already integrated with Documentum and Sharepoint. Now I am supposed to integrate with Livelink. Below is the requirements to be achieved during the integration.
1. Login to livelink with valid username/password using webservices
2. List all workspaces available for the user
3. List documents/folders available in a particular workspace[selected by user]
4. Provide option to search documents/folders based on attributes [Title, FileName, Created Date etc]
I am able to achieve requirement 1 using Authentication webservice
Requirement 3 can be achieved using DocumentManagement
For requirement 2, using DocumentManagement webservice I am able to list the Enterprise and Personal workspace. Projects also can be considered as workspace. I am unable to filter for objects which are of type Project. I assume that we have to use the SearchService but unable to identify the method
For requirement 4, I would like to list the attributes which are available for all objects. In Sharepoint we have a concept of Content Types. Is Content Type concept available in livelink also? If yes, how to list the same?
Please advise.
Thanks and Regards
Rajaneesh JM
We have an application which is already integrated with Documentum and Sharepoint. Now I am supposed to integrate with Livelink. Below is the requirements to be achieved during the integration.
1. Login to livelink with valid username/password using webservices
2. List all workspaces available for the user
3. List documents/folders available in a particular workspace[selected by user]
4. Provide option to search documents/folders based on attributes [Title, FileName, Created Date etc]
I am able to achieve requirement 1 using Authentication webservice
Requirement 3 can be achieved using DocumentManagement
For requirement 2, using DocumentManagement webservice I am able to list the Enterprise and Personal workspace. Projects also can be considered as workspace. I am unable to filter for objects which are of type Project. I assume that we have to use the SearchService but unable to identify the method
For requirement 4, I would like to list the attributes which are available for all objects. In Sharepoint we have a concept of Content Types. Is Content Type concept available in livelink also? If yes, how to list the same?
Please advise.
Thanks and Regards
Rajaneesh JM