Primavera Integration API 6.1

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

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

Uses of FolderId in com.primavera.integration.collab
 

Methods in com.primavera.integration.collab that return FolderId
 FolderId FolderProperties.getId()
          Returns the FolderId of the folder described by these properties
 

Methods in com.primavera.integration.collab with parameters of type FolderId
 FolderProperties DocumentManager.assignFolderSecurityPolicy(FolderId folderId, DocumentManagementSecurityPolicy policy)
          Assign a security policy to a folder.
 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.
 FolderProperties DocumentManager.createFolder(FolderId parentFolderId, String folderName)
          Creates a subfolder under the parent folder.
 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.
 void DocumentManager.deleteFolder(FolderId folderId)
          Deletes a folder.
 FolderProperties[] DocumentManager.loadChildFolders(FolderId folderId)
          Loads all the subfolders of a given folder.
 DocumentProperties[] DocumentManager.loadDocuments(FolderId folderId)
          Loads all the properties of all the documents in the folder.
 FolderProperties DocumentManager.loadFolder(FolderId folderId)
          Gets the properties of the folder specified.
 FolderProperties DocumentManager.loadParentFolder(FolderId folderId)
          Loads the properties of the parent folder.
 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.
 FolderProperties DocumentManager.moveFolder(FolderId targetFolderId, FolderId destinationFolderId)
          Moves a folder from one location to another.
 FolderProperties DocumentManager.renameFolder(FolderId targetFolderId, String newName)
          Renames the folder.
 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.