| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Record |
BaseRecord.copyRecord(String uuid,
String dstId,
String newName) |
Record |
BaseRecord.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
BaseRecord.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Record |
BaseNode.getElectronicRecordInPath(String uuid) |
Record |
BaseRecord.getRecordProperties(String uuid) |
Record |
BaseRecord.renameRecord(String uuid,
String newName) |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
BaseRecord.getRecordChildren(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
Record |
RecordImpl.copyRecord(String uuid,
String dstId,
String newName) |
Record |
OKMWebservices.copyRecord(String uuid,
String dstId,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.copyRecord(String, String, String) |
Record |
RecordImpl.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
OKMWebservices.createRecord(String uuid,
String name,
String title,
long nodeClass)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.createRecord(String, String, String, long) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Record |
OKMWebservices.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.createRecordFromTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, Map) |
Record |
RecordImpl.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Record |
OKMWebservices.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security)
Deprecated.
As of sdk4j 3.8, replaced by
com.openkm.sdk4j.impl.RecordImpl#extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Record |
NodeImpl.getElectronicRecordInPath(String uuid) |
Record |
OKMWebservices.getElectronicRecordInPath(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
NodeImpl.getElectronicRecordInPath(String) |
Record |
RecordImpl.getRecordProperties(String uuid) |
Record |
OKMWebservices.getRecordProperties(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.getRecordProperties(String) |
Record |
RecordImpl.renameRecord(String uuid,
String newName) |
Record |
OKMWebservices.renameRecord(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.renameRecord(String, String) |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
RecordImpl.getRecordChildren(String uuid) |
List<Record> |
OKMWebservices.getRecordChildren(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.getRecordChildren(String) |
Copyright © 2020 Open Knowledge Management System S.L.. All Rights Reserved.