Package io.dialob.common
Class Permissions
- java.lang.Object
-
- io.dialob.common.Permissions
-
public final class Permissions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringALL_TENANTSstatic StringAUDITstatic StringCOMPOSER_VIEWstatic StringFORMS_DELETEstatic StringFORMS_GETstatic StringFORMS_POSTstatic StringFORMS_PUTstatic StringMANAGER_VIEWstatic StringQUESTIONNAIRES_DELETEstatic StringQUESTIONNAIRES_GETstatic StringQUESTIONNAIRES_POSTstatic StringQUESTIONNAIRES_PUT
-
-
-
Field Detail
-
QUESTIONNAIRES_GET
public static final String QUESTIONNAIRES_GET
- See Also:
- Constant Field Values
-
QUESTIONNAIRES_PUT
public static final String QUESTIONNAIRES_PUT
- See Also:
- Constant Field Values
-
QUESTIONNAIRES_POST
public static final String QUESTIONNAIRES_POST
- See Also:
- Constant Field Values
-
QUESTIONNAIRES_DELETE
public static final String QUESTIONNAIRES_DELETE
- See Also:
- Constant Field Values
-
FORMS_GET
public static final String FORMS_GET
- See Also:
- Constant Field Values
-
FORMS_PUT
public static final String FORMS_PUT
- See Also:
- Constant Field Values
-
FORMS_DELETE
public static final String FORMS_DELETE
- See Also:
- Constant Field Values
-
FORMS_POST
public static final String FORMS_POST
- See Also:
- Constant Field Values
-
AUDIT
public static final String AUDIT
- See Also:
- Constant Field Values
-
ALL_TENANTS
public static final String ALL_TENANTS
- See Also:
- Constant Field Values
-
COMPOSER_VIEW
public static final String COMPOSER_VIEW
- See Also:
- Constant Field Values
-
MANAGER_VIEW
public static final String MANAGER_VIEW
- See Also:
- Constant Field Values
-
-