|
Primavera Integration API 6.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionId | |
---|---|
com.primavera.integration.collab | Collaboration classes for document management |
Uses of VersionId in com.primavera.integration.collab |
---|
Methods in com.primavera.integration.collab that return VersionId | |
---|---|
VersionId |
VersionProperties.getId()
Returns the VersionId of the version described by these properties |
Methods in com.primavera.integration.collab with parameters of type VersionId | |
---|---|
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. |
void |
DocumentManager.deleteVersion(VersionId versionId)
Deletes a version of a project or private document. |
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.loadVersion(VersionId versionId)
Loads the properties of the version. |
VersionProperties |
DocumentManager.undoCheckOut(VersionId versionId)
Removes the checkout of a version. |
|
Primavera Integration API 6.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |