Package com.flowable.core.idm.api
Interface UserStates
-
public interface UserStates
This interface contains the available states for aPlatformUser
object. The states are limited by the ones the platform provides, however, the sub states can be defined in a custom way as needed, but they always link to one of the available user states.- Author:
- Micha Kiener
-
-
Field Detail
-
ACTIVE
static final String ACTIVE
- See Also:
- Constant Field Values
-
INACTIVE
static final String INACTIVE
- See Also:
- Constant Field Values
-
-