public class WizardImpl extends ClientImpl implements BaseWizard, Serializable
| Constructor and Description |
|---|
WizardImpl(String host)
WizardImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(String uuid,
String group,
int order)
Add group.
|
void |
addShowWizardCategories(String uuid,
int order)
Add show wizard categories.
|
void |
addShowWizardKeywords(String uuid,
int order)
Add show wizard keywords.
|
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 |
removeGroup(String uuid,
String group)
Remove group.
|
void |
removeShowWizardCategories(String uuid)
Remove show wizard categories.
|
void |
removeShowWizardKeywords(String uuid)
Remove show wizard keywords.
|
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 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, 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 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 setAutostart(String uuid) throws DatabaseException, UnknownException, WebserviceException
BaseWizardsetAutostart in interface BaseWizarduuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionCopyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.