public interface BaseWizard
| Modifier and Type | Method and Description |
|---|---|
void |
addDigitalSignature(String uuid)
Add digital signature.
|
void |
addGroup(String uuid,
String group)
Add group.
|
void |
addShowWizardCategories(String uuid)
Add show wizard categories.
|
void |
addShowWizardKeywords(String uuid)
Add show wizard keywords.
|
void |
addShowWizardOCRDataCapture(String uuid)
Add show wizard ocr data capture.
|
void |
addWorkflow(String uuid,
String workflow)
Add workflow.
|
void |
deleteAll()
Delete all.
|
List<WizardNode> |
findByUser()
Find by user list.
|
WizardNode |
findByUserAndUuid(String uuid)
Find by user and uuid wizard node.
|
boolean |
hasWizardByUserAndNode(String uuid)
Has wizard by user and node boolean.
|
void |
removeDigitalSignature(String uuid)
Remove digital signature.
|
void |
removeGroup(String uuid,
String group)
Remove group.
|
void |
removeShowWizardCategories(String uuid)
Remove show wizard categories.
|
void |
removeShowWizardKeywords(String uuid)
Remove show wizard keywords.
|
void |
removeShowWizardOCRDataCapture(String uuid)
Remove show wizard ocr data capture.
|
void |
removeWorkflow(String uuid,
String workflow)
Remove workflow.
|
void |
setAutostart(String uuid)
Sets autostart.
|
List<WizardNode> findByUser() throws DatabaseException, UnknownException, WebserviceException
DatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionWizardNode findByUserAndUuid(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionboolean hasWizardByUserAndNode(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid deleteAll()
throws DatabaseException,
UnknownException,
WebserviceException
DatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidgroup - the groupDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidgroup - the groupDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidworkflow - the workflowDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidworkflow - the workflowDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid setAutostart(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionCopyright © 2022 Open Knowledge Management System S.L.. All Rights Reserved.