Methods in com.primavera.integration.collab with parameters of type CheckInOptions |
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. |