-
- All Implemented Interfaces:
-
org.bonitasoft.engine.connector.Connector
public class SlackConnector extends AbstractConnector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSlackConnector.Companion
-
Field Summary
Fields Modifier and Type Field Description private final APIAccessorapiAccessor
-
Constructor Summary
Constructors Constructor Description SlackConnector()
-
Method Summary
Modifier and Type Method Description UnitvalidateInputParameters()final ObjectgetOutputParameter(String name)UnitexecuteBusinessLogic()final ChatPostMessageRequestcreatePostMessageRequest()final SlackcreateSlackClient()-
Methods inherited from class org.bonitasoft.connectors.SlackConnector
connect, disconnect, execute, getAPIAccessor, getExecutionContext, getInputParameter, getInputParameter, getOutputParameters, setAPIAccessor, setExecutionContext, setInputParameters, setOutputParameter -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
validateInputParameters
Unit validateInputParameters()
-
getOutputParameter
final Object getOutputParameter(String name)
-
executeBusinessLogic
Unit executeBusinessLogic()
-
createPostMessageRequest
final ChatPostMessageRequest createPostMessageRequest()
-
createSlackClient
final Slack createSlackClient()
-
-
-
-