| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Document |
BaseDocument.createDocumentFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties)
Create document from template document.
|
Folder |
BaseFolder.createFolderFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties)
Create folder from template folder.
|
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.
|
void |
BaseDocument.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties)
Update from template
|
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentImpl.createDocumentFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties) |
Folder |
FolderImpl.createFolderFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
void |
DocumentImpl.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.