Primavera Integration API 6.1

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

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

Uses of VersionProperties in com.primavera.integration.collab
 

Methods in com.primavera.integration.collab that return VersionProperties
 VersionProperties DocumentManager.checkIn(VersionId versionId, CheckInOptions options, File content)
          Checks in a checked out document with the content.
 VersionProperties DocumentManager.checkIn(VersionId versionId, CheckInOptions options, InputStream content, long streamLength)
          Deprecated. As of release 5.0, use use DocumentManager.checkIn(VersionId, CheckInOptions, String, InputStream, long)
 VersionProperties DocumentManager.checkIn(VersionId versionId, CheckInOptions options, String contentPathAndName, InputStream content, long streamLength)
          Checks in a checked out document with the content.
 VersionProperties DocumentManager.checkOut(VersionId versionId, File content)
          Checks out a version of a document and puts the document content into the object provided.
 VersionProperties DocumentManager.checkOut(VersionId versionId, OutputStream content)
          Checks out a version of a document and puts the document content into the object provided.
 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.
 VersionProperties DocumentManager.download(VersionId versionId, File content)
          Downloads a version of a document without checking out.
 VersionProperties DocumentManager.download(VersionId versionId, OutputStream content)
          Downloads a version of a document without checking out.
 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.
 VersionProperties[] DocumentManager.loadCheckedOutVersions(DocumentId documentId)
          Provides information about any versions of a document that are checked out.
 VersionProperties DocumentManager.loadLatestVersion(DocumentId documentId)
          Gets the latest version of the document.
 VersionProperties DocumentManager.loadVersion(VersionId versionId)
          Loads the properties of the version.
 VersionProperties[] DocumentManager.loadVersions(DocumentId documentId)
          Loads versions of a document.
 VersionProperties DocumentManager.undoCheckOut(VersionId versionId)
          Removes the checkout of a version.
 


Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.