Package com.flowable.platform.common
Interface Scopes
-
public interface Scopes
Known scopes for Flowable- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONVERSATION
static String
USER
static String
USER_ACCOUNT
-
-
-
Field Detail
-
USER
static final String USER
- See Also:
- Constant Field Values
-
USER_ACCOUNT
static final String USER_ACCOUNT
- See Also:
- Constant Field Values
-
CONVERSATION
static final String CONVERSATION
- See Also:
- Constant Field Values
-
-