Class AixFlowActionPoint3
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.bgerp.action.base.BaseAction
org.bgerp.plugin.ai.aixflow.action.AixFlowActionPoint3
-
Field Summary
FieldsFields inherited from class org.bgerp.action.base.BaseAction
l, log, MAPPER, PATH_JSP_ADMIN, PATH_JSP_OPEN, PATH_JSP_USER, PATH_JSP_USERMOB, setupFields inherited from class org.apache.struts.actions.DispatchAction
clazz, methods, typesFields inherited from class org.apache.struts.actions.BaseAction
messagesFields inherited from class org.apache.struts.action.Action
servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionForwardcheckDiarizationTaskStatus(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardcheckN8nTaskStatus(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardcleanupAixFlowResults(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwarddeleteFileAixflow(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwarddownloadFileAixflow(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardgetAixflowFiles(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardgetAixFlowResults(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardgetN8nConfig(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardsaveAixFlowResult(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardsaveDiarizationResult(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardsendFileToN8n(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardsendTextForDiarization(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardunspecified(DynActionForm form, ConnectionSet conSet) Default action method if no parameter 'action' passed.org.apache.struts.action.ActionForwardupdateDatabaseSchema(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwarduploadFile(DynActionForm form, ConnectionSet conSet) Methods inherited from class org.bgerp.action.base.BaseAction
checkModified, dispatchMethod, getParameter, html, html, json, json, permissionCheck, restoreRequestParams, unspecified, updatePersonalizationMethods inherited from class org.apache.struts.actions.DispatchAction
cancelled, execute, getMethod, getMethodName, unspecifiedMethods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
Field Details
-
FILE_AIXFLOW
-
-
Constructor Details
-
AixFlowActionPoint3
public AixFlowActionPoint3()
-
-
Method Details
-
unspecified
public org.apache.struts.action.ActionForward unspecified(DynActionForm form, ConnectionSet conSet) throws Exception Description copied from class:BaseActionDefault action method if no parameter 'action' passed. Overwrite and implement.- Overrides:
unspecifiedin classBaseAction- Parameters:
form-conSet-- Returns:
- Throws:
Exception
-
uploadFile
public org.apache.struts.action.ActionForward uploadFile(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
downloadFileAixflow
public org.apache.struts.action.ActionForward downloadFileAixflow(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
deleteFileAixflow
public org.apache.struts.action.ActionForward deleteFileAixflow(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
sendFileToN8n
public org.apache.struts.action.ActionForward sendFileToN8n(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
checkN8nTaskStatus
public org.apache.struts.action.ActionForward checkN8nTaskStatus(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
getN8nConfig
public org.apache.struts.action.ActionForward getN8nConfig(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
getAixFlowResults
public org.apache.struts.action.ActionForward getAixFlowResults(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
getAixflowFiles
public org.apache.struts.action.ActionForward getAixflowFiles(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
saveAixFlowResult
public org.apache.struts.action.ActionForward saveAixFlowResult(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
cleanupAixFlowResults
public org.apache.struts.action.ActionForward cleanupAixFlowResults(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
updateDatabaseSchema
public org.apache.struts.action.ActionForward updateDatabaseSchema(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
sendTextForDiarization
public org.apache.struts.action.ActionForward sendTextForDiarization(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
checkDiarizationTaskStatus
public org.apache.struts.action.ActionForward checkDiarizationTaskStatus(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
saveDiarizationResult
public org.apache.struts.action.ActionForward saveDiarizationResult(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-