public class WizardImpl extends ClientImpl implements BaseWizard, Serializable
| Constructor and Description |
|---|
WizardImpl(String host)
WizardImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDigitalSignature(String uuid)
Add digital signature.
|
void |
addDigitalSignature(String uuid,
int order)
Add digital signature.
|
void |
addGroup(String uuid,
String group)
Add group.
|
void |
addGroup(String uuid,
String group,
int order)
Add group.
|
void |
addShowWizardCategories(String uuid)
Add show wizard categories.
|
void |
addShowWizardCategories(String uuid,
int order)
Add show wizard categories.
|
void |
addShowWizardKeywords(String uuid)
Add show wizard keywords.
|
void |
addShowWizardKeywords(String uuid,
int order)
Add show wizard keywords.
|
void |
addShowWizardOCRDataCapture(String uuid)
Add show wizard ocr data capture.
|
void |
addShowWizardOCRDataCapture(String uuid,
int order)
Add show wizard ocr data capture.
|
void |
addWorkflow(String uuid,
String workflow)
Add workflow.
|
void |
addWorkflow(String uuid,
String workflow,
int order)
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 |
setAuthorizationToken(String authorizationToken)
setAuthenticationToken
|
void |
setAutostart(String uuid)
Sets autostart.
|
getClient, resource, resource, resourcepublic WizardImpl(String host)
public void setAuthorizationToken(String authorizationToken)
public List<WizardNode> findByUser() throws DatabaseException, UnknownException, WebserviceException
BaseWizardfindByUser in interface BaseWizardDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic WizardNode findByUserAndUuid(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardfindByUserAndUuid in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic boolean hasWizardByUserAndNode(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardhasWizardByUserAndNode in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void deleteAll()
throws DatabaseException,
UnknownException,
WebserviceException
BaseWizarddeleteAll in interface BaseWizardDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddDigitalSignature in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addDigitalSignature(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddDigitalSignature in interface BaseWizarduuid - the uuidorder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void removeDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardremoveDigitalSignature in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddShowWizardCategories in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addShowWizardCategories(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddShowWizardCategories in interface BaseWizarduuid - the uuidorder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void removeShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardremoveShowWizardCategories in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddShowWizardKeywords in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addShowWizardKeywords(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddShowWizardKeywords in interface BaseWizarduuid - the uuidorder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void removeShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardremoveShowWizardKeywords in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddShowWizardOCRDataCapture in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addShowWizardOCRDataCapture(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddShowWizardOCRDataCapture in interface BaseWizarduuid - the uuidorder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void removeShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardremoveShowWizardOCRDataCapture in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddGroup in interface BaseWizarduuid - the uuidgroup - the groupDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addGroup(String uuid, String group, int order) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddGroup in interface BaseWizarduuid - the uuidgroup - the grouporder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void removeGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
BaseWizardremoveGroup in interface BaseWizarduuid - the uuidgroup - the groupDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddWorkflow in interface BaseWizarduuid - the uuidworkflow - the workflowDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void addWorkflow(String uuid, String workflow, int order) throws DatabaseException, UnknownException, WebserviceException
BaseWizardaddWorkflow in interface BaseWizarduuid - the uuidworkflow - the workfloworder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void removeWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException
BaseWizardremoveWorkflow in interface BaseWizarduuid - the uuidworkflow - the workflowDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionpublic void setAutostart(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardsetAutostart in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionCopyright © 2023 Open Knowledge Management System S.L.. All Rights Reserved.