Primavera Integration API 6.1

Uses of Class
com.primavera.integration.collab.DocumentId

Packages that use DocumentId
com.primavera.integration.collab Collaboration classes for document management 
 

Uses of DocumentId in com.primavera.integration.collab
 

Methods in com.primavera.integration.collab that return DocumentId
 DocumentId DocumentProperties.getId()
          Returns the DocumentId of the document described by these properties.
 

Methods in com.primavera.integration.collab with parameters of type DocumentId
 DocumentProperties DocumentManager.assignDocumentSecurityPolicy(DocumentId documentId, DocumentManagementSecurityPolicy policy)
          Assign a security policy to a document.
 VersionProperties DocumentManager.checkOutLatestVersion(DocumentId documentId, File content)
          Checks out the latest version of a document and puts the document content into the object provided.
 VersionProperties DocumentManager.checkOutLatestVersion(DocumentId documentId, OutputStream content)
          Checks out the latest version of a document and puts the document content into the object provided.
 DocumentProperties DocumentManager.convertDocumentFromPrivateToProject(Document pmDocument, FolderId destination, DocumentId privateDocumentId)
          Converts an existing private collaboration document to a Project Management collaboration document.
 DocumentProperties DocumentManager.convertDocumentFromPrivateToProject(ObjectId documentObjectId, FolderId destination, DocumentId privateDocumentId)
          Converts an existing private collaboration document to a Project Management collaboration document, linking the collaboration document to an existing Project Management document.
 DocumentProperties DocumentManager.convertDocumentFromProjectToPrivate(DocumentId documentId)
          Converts an existing project collaboration document to a private collaboration document.
 void DocumentManager.deleteDocument(DocumentId documentId)
          Deletes a document.
 VersionProperties DocumentManager.downloadLatestVersion(DocumentId documentId, File content)
          Downloads the latest version of a document without checking out.
 VersionProperties DocumentManager.downloadLatestVersion(DocumentId documentId, OutputStream content)
          Downloads the latest version of a document without checking out.
 boolean DocumentManager.isDocumentCheckedOut(DocumentId documentId)
          Determines if any version of a document is checked out.
 VersionProperties[] DocumentManager.loadCheckedOutVersions(DocumentId documentId)
          Provides information about any versions of a document that are checked out.
 DocumentProperties DocumentManager.loadDocument(DocumentId documentId)
          Loads the properties of the document based on the collaboration id of the document.
 FolderProperties DocumentManager.loadFolder(DocumentId documentId)
          Gets the properties of the folder containing the document.
 HistoryEventProperties[] DocumentManager.loadHistoryEvents(DocumentId documentId)
          Loads all the history objects associated with the document.
 VersionProperties DocumentManager.loadLatestVersion(DocumentId documentId)
          Gets the latest version of the document.
 VersionProperties[] DocumentManager.loadVersions(DocumentId documentId)
          Loads versions of a document.
 DocumentProperties DocumentManager.moveDocument(DocumentId targetDocumentId, FolderId destinationFolderId)
          Moves a document from its current folder to another NOTE: moving a document from one folder to another alters the DocumentId value.
 DocumentProperties DocumentManager.renamePrivateDocument(DocumentId targetDocumentId, String newName)
          Renames the document.
 


Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.