| Package | Description |
|---|---|
| com.openkm.sdk4j | |
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
OKMWebservice10.addGroup(String nodeId,
String grpName)
addGroup
|
Version |
OKMWebservice10.checkin(String docId,
InputStream is,
String comment)
checkin
|
void |
OKMWebservice10.copyAttributes(String nodeId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
OKMWebservice10.copyDocument(String docId,
String dstId)
createSimple
|
void |
OKMWebservice10.copyFolder(String fldId,
String dstId) |
void |
OKMWebservice10.copyMail(String mailId,
String dstId,
String newName) |
Document |
OKMWebservice10.createDocument(Document doc,
InputStream is)
create
|
Document |
OKMWebservice10.createDocumentSimple(String docPath,
InputStream is)
createSimple
|
Folder |
OKMWebservice10.createFolder(Folder fld)
createFolder
|
Folder |
OKMWebservice10.createFolderSimple(String fldPath)
createFolderSimple
|
Mail |
OKMWebservice10.createMail(Mail mail) |
void |
OKMWebservice10.createMissingFolders(String fldPath) |
void |
OKMWebservice10.deleteMail(String mailId) |
void |
OKMWebservice10.extendedDocumentCopy(String docId,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
OKMWebservice10.extendedFolderCopy(String fldId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
OKMWebservice10.extendedMailCopy(String mailId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
Map<String,String> |
OKMWebservice10.getPropertyGroupPropertiesSimple(String nodeId,
String grpName) |
Mail |
OKMWebservice10.importEml(String dstId,
InputStream is) |
Mail |
OKMWebservice10.importMsg(String dstId,
InputStream is) |
void |
OKMWebservice10.moveDocument(String docId,
String dstId)
move
|
void |
OKMWebservice10.setPropertyGroupProperties(String nodeId,
String grpName,
List<FormElement> feList)
setPropertyGroupProperties
|
void |
OKMWebservice10.setPropertyGroupPropertiesSimple(String nodeId,
String grpName,
Map<String,String> properties)
setPropertyGroupPropertiesSimple
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasePropertyGroup.addGroup(String nodeId,
String grpName) |
Version |
BaseDocument.checkin(String docId,
InputStream is,
String comment) |
void |
BaseRepository.copyAttributes(String nodeId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
BaseDocument.copyDocument(String docId,
String dstId) |
void |
BaseFolder.copyFolder(String fldId,
String dstId) |
void |
BaseMail.copyMail(String mailId,
String dstId,
String newName) |
Document |
BaseDocument.createDocument(Document doc,
InputStream is) |
Document |
BaseDocument.createDocumentSimple(String docPath,
InputStream is) |
Folder |
BaseFolder.createFolder(Folder fld) |
Folder |
BaseFolder.createFolderSimple(String fldPath) |
Mail |
BaseMail.createMail(Mail mail) |
void |
BaseFolder.createMissingFolders(String fldPath) |
void |
BaseMail.deleteMail(String mailId) |
void |
BaseDocument.extendedDocumentCopy(String docId,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
BaseFolder.extendedFolderCopy(String fldId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
BaseMail.extendedMailCopy(String mailId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
Map<String,String> |
BasePropertyGroup.getPropertyGroupPropertiesSimple(String nodeId,
String grpName) |
Mail |
BaseMail.importEml(String dstId,
InputStream is) |
Mail |
BaseMail.importMsg(String dstId,
InputStream is) |
void |
BaseDocument.moveDocument(String docId,
String dstId) |
void |
BasePropertyGroup.setPropertyGroupProperties(String nodeId,
String grpName,
List<FormElement> ofeList) |
void |
BasePropertyGroup.setPropertyGroupPropertiesSimple(String nodeId,
String grpName,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyGroupImpl.addGroup(String nodeId,
String grpName)
addGroup
|
Version |
DocumentImpl.checkin(String docId,
InputStream is,
String comment)
checkin
|
void |
RepositoryImpl.copyAttributes(String nodeId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
DocumentImpl.copyDocument(String docId,
String dstId)
copy
|
void |
FolderImpl.copyFolder(String fldId,
String dstId) |
void |
MailImpl.copyMail(String mailId,
String dstId,
String newName) |
Document |
DocumentImpl.createDocument(Document doc,
InputStream is)
create
|
Document |
DocumentImpl.createDocumentSimple(String docPath,
InputStream is)
createSimple
|
Folder |
FolderImpl.createFolder(Folder fld)
create
|
Folder |
FolderImpl.createFolderSimple(String fldPath)
createSimple
|
Mail |
MailImpl.createMail(Mail mail) |
void |
FolderImpl.createMissingFolders(String fldPath) |
void |
MailImpl.deleteMail(String mailId) |
void |
DocumentImpl.extendedDocumentCopy(String docId,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
FolderImpl.extendedFolderCopy(String fldId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
MailImpl.extendedMailCopy(String mailId,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
Map<String,String> |
PropertyGroupImpl.getPropertyGroupPropertiesSimple(String nodeId,
String grpName) |
Mail |
MailImpl.importEml(String dstId,
InputStream is) |
Mail |
MailImpl.importMsg(String dstId,
InputStream is) |
void |
DocumentImpl.moveDocument(String docId,
String dstId)
move
|
void |
PropertyGroupImpl.setPropertyGroupProperties(String nodeId,
String grpName,
List<FormElement> feList)
setProperties
|
void |
PropertyGroupImpl.setPropertyGroupPropertiesSimple(String nodeId,
String grpName,
Map<String,String> properties)
setPropertiesSimple
|
Copyright © 2020 Open Knowledge Management System S.L.. All Rights Reserved.