Class UserCapabilities
- java.lang.Object
-
- org.alfresco.rest.rm.community.model.user.UserCapabilities
-
public class UserCapabilities extends Object
Constants for RM user capabilities- Since:
- 2.7
- Author:
- Rodica Sutu
-
-
Field Summary
Fields Modifier and Type Field Description static StringDECLARE_RECORDS_CAPThe id of the declare records capability.static StringVIEW_RECORDS_CAPThe id of the view records capability.
-
Constructor Summary
Constructors Constructor Description UserCapabilities()
-
-
-
Field Detail
-
VIEW_RECORDS_CAP
public static final String VIEW_RECORDS_CAP
The id of the view records capability.- See Also:
- Constant Field Values
-
DECLARE_RECORDS_CAP
public static final String DECLARE_RECORDS_CAP
The id of the declare records capability.- See Also:
- Constant Field Values
-
-