public interface BaseWizard
| Modifier and Type | Method and Description |
|---|---|
void |
addDigitalSignature(String uuid) |
void |
addGroup(String uuid,
String group) |
void |
addShowWizardCategories(String uuid) |
void |
addShowWizardKeywords(String uuid) |
void |
addShowWizardOCRDataCapture(String uuid) |
void |
addWorkflow(String uuid,
String workflow) |
void |
deleteAll() |
List<WizardNode> |
findByUser() |
void |
removeDigitalSignature(String uuid) |
void |
removeGroup(String uuid,
String group) |
void |
removeShowWizardCategories(String uuid) |
void |
removeShowWizardKeywords(String uuid) |
void |
removeShowWizardOCRDataCapture(String uuid) |
void |
removeWorkflow(String uuid,
String workflow) |
void |
setAutostart(String uuid) |
List<WizardNode> findByUser() throws DatabaseException, UnknownException, WebserviceException
void deleteAll()
throws DatabaseException,
UnknownException,
WebserviceException
void addDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException
void removeDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException
void addShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
void removeShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
void addShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
void removeShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
void addShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException
void removeShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException
void addGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
void removeGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
void addWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException
void removeWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException
void setAutostart(String uuid) throws DatabaseException, UnknownException, WebserviceException
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.