Package com.flowable.platform.common
Interface Scopes
- 
public interface ScopesKnown scopes for Flowable- Author:
 - Filip Hrisafov
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCONVERSATIONstatic StringUSERstatic StringUSER_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
 
 
 - 
 
 -