Primavera Integration API 6.1

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

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

Uses of DocumentProperties in com.primavera.integration.collab
 

Methods in com.primavera.integration.collab that return DocumentProperties
 DocumentProperties DocumentManager.assignDocumentSecurityPolicy(DocumentId documentId, DocumentManagementSecurityPolicy policy)
          Assign a security policy to a document.
 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.
 DocumentProperties DocumentManager.convertDocumentFromProjectToPrivate(ObjectId documentObjectId)
          Converts an existing project collaboration document to a private collaboration document.
 DocumentProperties DocumentManager.createProjectDocument(Document pmDocument, FolderId locationFolderId, File contents)
          Creates a ProjectManagment document and uploads the file associated with the document.
 DocumentProperties DocumentManager.createProjectDocument(Document pmDocument, FolderId locationFolderId, String fileName, InputStream content, long streamLength)
          Creates a ProjectManagment document and uploads the file associated with the document.
 DocumentProperties DocumentManager.loadDocument(DocumentId documentId)
          Loads the properties of the document based on the collaboration id of the document.
 DocumentProperties DocumentManager.loadDocument(ObjectId docObjId)
          Loads the properties of the document based on the ObjectId from the Project Management Database.
 DocumentProperties[] DocumentManager.loadDocuments(FolderId folderId)
          Loads all the properties of all the documents in the folder.
 DocumentProperties[] DocumentManager.loadPrivateDocuments()
          Gets all private documents for the current user.
 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.
 DocumentProperties DocumentManager.uploadPrivateDocument(String description, File content)
          Creates a private document, accessible only the user.
 DocumentProperties DocumentManager.uploadPrivateDocument(String title, String description, InputStream content, long streamLength)
          Creates a private document, accessible only the user.
 DocumentProperties DocumentManager.uploadProjectDocument(ObjectId docObjId, FolderId locationFolderId, File content)
          Uploads a file into the document management repository for an existing Document in the Project Management database.
 DocumentProperties DocumentManager.uploadProjectDocument(ObjectId docObjId, FolderId locationFolderId, String fileName, InputStream content, long streamLength)
          Uploads a file into the document management repository for an existing Document in the Project Management database.
 


Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.