| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Document |
BaseDocument.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Document |
BaseDocument.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
Folder |
BaseFolder.createFolderFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Folder |
BaseFolder.createFolderFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
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.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
InputStream |
BaseReport.executeReport(long rpId,
Map<String,String> params,
String format) |
InputStream |
BaseReport.executeReport(long rpId,
Map<String,String> params,
String format,
String uuid) |
List<QueryResult> |
BaseSearch.find(QueryParams queryParams,
String propertiesPlugin) |
List<QueryResult> |
BaseSearch.findByQuery(String query,
String propertiesPlugin) |
ResultSet |
BaseSearch.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
BaseSearch.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin) |
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBaseByQueryPaginated(String query,
int offset,
int limit) |
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit) |
List<DashboardNodeResult> |
BaseDashboard.findUserSearches(long ncId) |
List<QueryResult> |
BaseSearch.findWithMetadata(QueryParams params,
String propertiesPlugin,
List<String> groups) |
ResultSet |
BaseSearch.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups) |
List<PropertyGroup> |
BasePropertyGroup.getAllPropertyGroups() |
Map<String,String> |
BaseRepository.getAvailableLocales(String locale) |
Map<String,List<FormElement>> |
BaseWorkflow.getProcessDefinitionForms(long pdId) |
PropertyGroup |
BasePropertyGroup.getPropertyGroup(String grpName) |
List<FormElement> |
BasePropertyGroup.getPropertyGroupByVersionForm(String uuid,
String grpName,
String versionName) |
List<FormElement> |
BasePropertyGroup.getPropertyGroupForm(String grpName) |
List<FormElement> |
BasePropertyGroup.getPropertyGroupForm(String uuid,
String grpName) |
Map<String,String> |
BasePropertyGroup.getPropertyGroupProperties(String uuid,
String grpName) |
Map<String,String> |
BasePropertyGroup.getPropertyGroupPropertiesByVersion(String uuid,
String grpName,
String versionName) |
List<PropertyGroup> |
BasePropertyGroup.getPropertyGroups(String uuid) |
List<PropertyGroup> |
BasePropertyGroup.getPropertyGroupsByVersion(String uuid,
String versionName) |
List<String> |
BasePropertyGroup.getPropertyGroupSuggestions(String uuid,
String grpName,
String propName) |
String |
BasePropertyGroup.getRegisteredPropertyGroupDefinition() |
Report |
BaseReport.getReport(long rpId) |
List<Report> |
BaseReport.getReports(boolean active) |
boolean |
BasePropertyGroup.hasPropertyGroup(String uuid,
String grpName) |
void |
BaseWorkflow.registerProcessDefinition(InputStream is) |
void |
BasePropertyGroup.registerPropertyGroupDefinition(InputStream is,
String name) |
Document |
BaseReport.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName) |
Document |
BaseReport.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName,
String uuid) |
void |
BasePropertyGroup.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties) |
void |
BaseDocument.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Document |
OKMWebservices.createDocumentFromTemplate(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.13, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Document |
DocumentImpl.createDocumentFromTemplate(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.13, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Document |
OKMWebservices.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Document |
DocumentImpl.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
Folder |
FolderImpl.createFolderFromTemplate(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.13, replaced by
FolderImpl.createFolderFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Folder |
OKMWebservices.createFolderFromTemplate(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.13, replaced by
FolderImpl.createFolderFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Folder |
FolderImpl.createFolderFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
Folder |
OKMWebservices.createFolderFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.createFolderFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Record |
RecordImpl.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.13, replaced by
RecordImpl.createRecordFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
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.13, replaced by
RecordImpl.createRecordFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
Record |
OKMWebservices.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.createRecordFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
InputStream |
ReportImpl.executeReport(long rpId,
Map<String,String> params,
String format)
Deprecated.
As of sdk4j 3.14, replaced by
ReportImpl.executeReport(long, Map, String, String) |
InputStream |
OKMWebservices.executeReport(long rpId,
Map<String,String> params,
String format)
Deprecated.
As of sdk4j 3.14, replaced by
com.openkm.sdk4j.impl.ReportImpl#executeReport(long, Map, String, String, String, String) |
InputStream |
ReportImpl.executeReport(long rpId,
Map<String,String> params,
String format,
String uuid) |
InputStream |
OKMWebservices.executeReport(long rpId,
Map<String,String> params,
String format,
String uuid)
Deprecated.
As of sdk4j 3.14, replaced by
ReportImpl.executeReport(long, Map, String, String) |
List<QueryResult> |
SearchImpl.find(QueryParams queryParams,
String propertiesPlugin) |
List<QueryResult> |
OKMWebservices.find(QueryParams queryParams,
String propertiesPlugin)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.find(QueryParams, String) |
List<QueryResult> |
SearchImpl.findByQuery(String query,
String propertiesPlugin) |
List<QueryResult> |
OKMWebservices.findByQuery(String query,
String propertiesPlugin)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findByQuery(String, String) |
ResultSet |
SearchImpl.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
OKMWebservices.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findByQueryPaginated(String, int, int, String) |
ResultSet |
SearchImpl.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
OKMWebservices.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findPaginated(QueryParams, int, int, String) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBaseByQueryPaginated(String query,
int offset,
int limit) |
SimpleNodeBaseResultSet |
OKMWebservices.findSimpleNodeBaseByQueryPaginated(String query,
int offset,
int limit)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findSimpleNodeBaseByQueryPaginated(String, int, int) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit) |
SimpleNodeBaseResultSet |
OKMWebservices.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findSimpleNodeBasePaginated(QueryParams, int, int) |
List<DashboardNodeResult> |
OKMWebservices.findUserSearches(long qpId)
Deprecated.
As of sdk4j 3.8, replaced by
DashboardImpl.findUserSearches(long) |
List<DashboardNodeResult> |
DashboardImpl.findUserSearches(long qpId) |
List<QueryResult> |
SearchImpl.findWithMetadata(QueryParams queryParams,
String propertiesPlugin,
List<String> groups) |
List<QueryResult> |
OKMWebservices.findWithMetadata(QueryParams queryParams,
String propertiesPlugin,
List<String> groups)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findWithMetadata(QueryParams, String, List) |
ResultSet |
SearchImpl.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups) |
ResultSet |
OKMWebservices.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.findWithMetadataPaginated(QueryParams, int, int, String, List) |
List<PropertyGroup> |
OKMWebservices.getAllPropertyGroups()
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getAllPropertyGroups() |
List<PropertyGroup> |
PropertyGroupImpl.getAllPropertyGroups() |
Map<String,List<FormElement>> |
WorkflowImpl.getProcessDefinitionForms(long pdId) |
Map<String,List<FormElement>> |
OKMWebservices.getProcessDefinitionForms(long pdId)
Deprecated.
As of sdk4j 3.8, replaced by
WorkflowImpl.getProcessDefinitionForms(long) |
PropertyGroup |
OKMWebservices.getPropertyGroup(String grpName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroup(String) |
PropertyGroup |
PropertyGroupImpl.getPropertyGroup(String grpName) |
List<FormElement> |
OKMWebservices.getPropertyGroupByVersionForm(String uuid,
String grpName,
String versionName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupByVersionForm(String, String, String) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupByVersionForm(String uuid,
String grpName,
String versionName) |
List<FormElement> |
OKMWebservices.getPropertyGroupForm(String grpName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupForm(String) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupForm(String grpName) |
List<FormElement> |
OKMWebservices.getPropertyGroupForm(String uuid,
String grpName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupForm(String, String) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupForm(String uuid,
String grpName) |
Map<String,String> |
OKMWebservices.getPropertyGroupProperties(String uuid,
String grpName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupProperties(String, String) |
Map<String,String> |
PropertyGroupImpl.getPropertyGroupProperties(String uuid,
String grpName) |
Map<String,String> |
OKMWebservices.getPropertyGroupPropertiesByVersion(String uuid,
String grpName,
String versionName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupPropertiesByVersion(String, String, String) |
Map<String,String> |
PropertyGroupImpl.getPropertyGroupPropertiesByVersion(String uuid,
String grpName,
String versionName) |
List<PropertyGroup> |
OKMWebservices.getPropertyGroups(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroups(String) |
List<PropertyGroup> |
PropertyGroupImpl.getPropertyGroups(String uuid) |
List<PropertyGroup> |
OKMWebservices.getPropertyGroupsByVersion(String uuid,
String versionName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupsByVersion(String, String) |
List<PropertyGroup> |
PropertyGroupImpl.getPropertyGroupsByVersion(String uuid,
String versionName) |
List<String> |
OKMWebservices.getPropertyGroupSuggestions(String uuid,
String grpName,
String propName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getPropertyGroupSuggestions(String, String, String) |
List<String> |
PropertyGroupImpl.getPropertyGroupSuggestions(String uuid,
String grpName,
String propName) |
String |
OKMWebservices.getRegisteredPropertyGroupDefinition()
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.getRegisteredPropertyGroupDefinition() |
String |
PropertyGroupImpl.getRegisteredPropertyGroupDefinition() |
Report |
ReportImpl.getReport(long rpId) |
Report |
OKMWebservices.getReport(long rpId)
Deprecated.
As of sdk4j 3.8, replaced by
ReportImpl.getReport(long) |
List<Report> |
ReportImpl.getReports(boolean active) |
List<Report> |
OKMWebservices.getReports(boolean active)
Deprecated.
As of sdk4j 3.8, replaced by
ReportImpl.getReports(boolean) |
boolean |
OKMWebservices.hasPropertyGroup(String uuid,
String grpName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.hasPropertyGroup(String, String) |
boolean |
PropertyGroupImpl.hasPropertyGroup(String uuid,
String grpName) |
void |
WorkflowImpl.registerProcessDefinition(InputStream is) |
void |
OKMWebservices.registerProcessDefinition(InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
WorkflowImpl.registerProcessDefinition(InputStream) |
void |
OKMWebservices.registerPropertyGroupDefinition(InputStream is,
String name)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.registerPropertyGroupDefinition(InputStream, String) |
void |
PropertyGroupImpl.registerPropertyGroupDefinition(InputStream is,
String name) |
Document |
ReportImpl.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName)
Deprecated.
As of sdk4j 3.14, replaced by
ReportImpl.saveReport(long, Map, String, String, String, String) |
Document |
OKMWebservices.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName)
Deprecated.
As of sdk4j 3.14, replaced by
ReportImpl.saveReport(long, Map, String, String, String, String) |
Document |
ReportImpl.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName,
String uuid) |
Document |
OKMWebservices.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName,
String uuid)
Deprecated.
As of sdk4j 3.14, replaced by
ReportImpl.saveReport(long, Map, String, String, String, String) |
void |
OKMWebservices.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.setPropertyGroupProperties(String, String, Map) |
void |
PropertyGroupImpl.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties) |
void |
OKMWebservices.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.updateDocumentFromTemplate(String, String, Map) |
void |
DocumentImpl.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.