Package com.openkm.sdk4j.definition
Interface BaseWizard
- All Known Implementing Classes:
WizardImpl
public interface BaseWizard
BaseWizard
- Author:
- sochoa
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDigitalSignature(String uuid, int order) Add digital signature.voidAdd group.voidaddShowWizardCategories(String uuid, int order) Add show wizard categories.voidaddShowWizardKeywords(String uuid, int order) Add show wizard keywords.voidaddShowWizardOCRDataCapture(String uuid, int order) Add show wizard ocr data capture.voidaddWorkflow(String uuid, String workflow, int order) Add workflow.voidcancelPostponedNode(String uuid) Cancel postponed node.voidDelete all.voiddeleteByNode(String uuid) Delete by node.Find all by user list.Find by user list.findByUserAndUuid(String uuid) Find by user and uuid wizard node.booleanhasWizardByUserAndNode(String uuid) Has wizard by user and node boolean.voidpostponeNode(String uuid, Calendar date) Postpone node.voidremoveDigitalSignature(String uuid) Remove digital signature.voidremoveGroup(String uuid, String group) Remove group.voidRemove show wizard categories.voidRemove show wizard keywords.voidRemove show wizard ocr data capture.voidremoveWorkflow(String uuid, String workflow) Remove workflow.voidsetAutostart(String uuid) Sets autostart.
-
Method Details
-
findByUser
Find by user list.- Returns:
- the list
- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
findAllByUser
Find all by user list.- Returns:
- the list
- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
findByUserAndUuid
WizardNode findByUserAndUuid(String uuid) throws DatabaseException, UnknownException, WebserviceException Find by user and uuid wizard node.- Parameters:
uuid- the uuid- Returns:
- the wizard node
- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
hasWizardByUserAndNode
boolean hasWizardByUserAndNode(String uuid) throws DatabaseException, UnknownException, WebserviceException Has wizard by user and node boolean.- Parameters:
uuid- the uuid- Returns:
- the boolean
- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
deleteAll
Delete all.- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
postponeNode
void postponeNode(String uuid, Calendar date) throws DatabaseException, UnknownException, WebserviceException Postpone node.- Parameters:
uuid- the uuiddate- the date- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
cancelPostponedNode
void cancelPostponedNode(String uuid) throws DatabaseException, UnknownException, WebserviceException Cancel postponed node.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
deleteByNode
Delete by node.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
addDigitalSignature
void addDigitalSignature(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException Add digital signature.- Parameters:
uuid- the uuidorder- the order of the action- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
removeDigitalSignature
void removeDigitalSignature(String uuid) throws DatabaseException, UnknownException, WebserviceException Remove digital signature.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
addShowWizardCategories
void addShowWizardCategories(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException Add show wizard categories.- Parameters:
uuid- the uuidorder- the order of the action- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
removeShowWizardCategories
void removeShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException Remove show wizard categories.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
addShowWizardKeywords
void addShowWizardKeywords(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException Add show wizard keywords.- Parameters:
uuid- the uuidorder- the order of the action- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
removeShowWizardKeywords
void removeShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException Remove show wizard keywords.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
addShowWizardOCRDataCapture
void addShowWizardOCRDataCapture(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException Add show wizard ocr data capture.- Parameters:
uuid- the uuidorder- the order of the action- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
removeShowWizardOCRDataCapture
void removeShowWizardOCRDataCapture(String uuid) throws DatabaseException, UnknownException, WebserviceException Remove show wizard ocr data capture.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
addGroup
void addGroup(String uuid, String group, int order) throws DatabaseException, UnknownException, WebserviceException Add group.- Parameters:
uuid- the uuidgroup- the grouporder- the order of the action- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
removeGroup
void removeGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException Remove group.- Parameters:
uuid- the uuidgroup- the group- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
addWorkflow
void addWorkflow(String uuid, String workflow, int order) throws DatabaseException, UnknownException, WebserviceException Add workflow.- Parameters:
uuid- the uuidworkflow- the workfloworder- the order of the action- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
removeWorkflow
void removeWorkflow(String uuid, String workflow) throws DatabaseException, UnknownException, WebserviceException Remove workflow.- Parameters:
uuid- the uuidworkflow- the workflow- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
setAutostart
Sets autostart.- Parameters:
uuid- the uuid- Throws:
DatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-