| Package | Description |
|---|---|
| com.openkm.sdk4j.bean | |
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Version |
Node.getActualVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setActualVersion(Version actualVersion) |
| Modifier and Type | Method and Description |
|---|---|
Version |
BaseDocument.checkin(String uuid,
InputStream is,
String comment)
Check in the document to create a new version.
|
Version |
BaseDocument.checkin(String uuid,
InputStream is,
String comment,
int increment)
Check in the document to create a new version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
BaseNode.getVersionHistory(String uuid)
Gets version history.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
OKMWebservices.checkin(String uuid,
InputStream is,
String comment)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.checkin(String, InputStream, String) |
Version |
DocumentImpl.checkin(String uuid,
InputStream is,
String comment) |
Version |
OKMWebservices.checkin(String uuid,
InputStream is,
String comment,
int increment)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.checkin(String, InputStream, String, int) |
Version |
DocumentImpl.checkin(String uuid,
InputStream is,
String comment,
int increment) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
OKMWebservices.getVersionHistory(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
NodeImpl.getVersionHistory(String) |
List<Version> |
NodeImpl.getVersionHistory(String uuid) |
Copyright © 2023 Open Knowledge Management System S.L.. All Rights Reserved.