Uses of Class
com.primavera.integration.common.cr.DocumentDetail
Packages that use DocumentDetail
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Content repository helper classes
-
Uses of DocumentDetail in com.primavera.integration.client
Methods in com.primavera.integration.client that return DocumentDetailModifier and TypeMethodDescriptionDistributedSession.getUCMDocumentDetail(String uuid) LocalSession.getUCMDocumentDetail(String uuid) abstract DocumentDetailSession.getUCMDocumentDetail(String uuid) Gets the most recent version of a content repository document.DistributedSession.getUCMDocumentsRecentVersion(List<String> uuids) LocalSession.getUCMDocumentsRecentVersion(List<String> uuids) abstract DocumentDetail[]Session.getUCMDocumentsRecentVersion(List<String> uuids) Gets the most recent version of each document. -
Uses of DocumentDetail in com.primavera.integration.client.bo.cr
Methods in com.primavera.integration.client.bo.cr that return DocumentDetailModifier and TypeMethodDescriptionContentRepositoryManager.getActivityRecentUCMDocumentVersions(ObjectId objId) Gets the most recent version of each UCM document associated with an Activity.ContentRepositoryManager.getUCMDocumentDetail(String uuid) Gets the most recent version of a UCM document.