Package com.flowable.action.api.intents
Class BaseIntent
java.lang.Object
com.flowable.action.api.intents.BaseIntent
- All Implemented Interfaces:
Intent
public class BaseIntent extends java.lang.Object implements Intent
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
type
Fields inherited from interface com.flowable.action.api.intents.Intent
CONFIRMATION_MESSAGE, ERROR_MESSAGE, NOOP, REFRESH_CONVERSATION, SELECT_CONVERSATION
-
Constructor Summary
Constructors Constructor Description BaseIntent(java.lang.String type)
-
Method Summary
Modifier and Type Method Description java.lang.String
getType()
-
Field Details
-
type
protected java.lang.String type
-
-
Constructor Details
-
BaseIntent
public BaseIntent(java.lang.String type)
-
-
Method Details