Package com.flowable.core.idm.api
Interface PresenceStates
-
public interface PresenceStates
Known presence states for the user.- Author:
- Filip Hrisafov
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
- See Also:
- Constant Field Values
-
AWAY
static final String AWAY
- See Also:
- Constant Field Values
-
OFFLINE
static final String OFFLINE
- See Also:
- Constant Field Values
-
OUT_OF_OFFICE
static final String OUT_OF_OFFICE
- See Also:
- Constant Field Values
-
SNOOZED
static final String SNOOZED
- See Also:
- Constant Field Values
-
UNKNOWN
static final String UNKNOWN
- See Also:
- Constant Field Values
-
-