| 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)
Copy record record.
|
Record |
BaseRecord.createRecord(String uuid,
String name,
String title,
long nodeClass)
Create record record.
|
Record |
BaseRecord.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties)
Create record from template record.
|
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Extended record copy record.
|
Record |
BaseRecord.getRecordProperties(String uuid)
Gets record properties.
|
Record |
BaseRecord.renameRecord(String uuid,
String newName)
Rename record.
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
BaseRecord.getRecordChildren(String uuid)
Gets record children.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
RecordImpl.copyRecord(String uuid,
String dstId,
String newName) |
Record |
RecordImpl.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
Record |
RecordImpl.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Record |
RecordImpl.getRecordProperties(String uuid) |
Record |
RecordImpl.renameRecord(String uuid,
String newName) |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
RecordImpl.getRecordChildren(String uuid) |
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.