Package com.openkm.sdk4j.bean
Class Permission
- java.lang.Object
-
- com.openkm.sdk4j.bean.Permission
-
- All Implemented Interfaces:
Serializable
public class Permission extends Object implements Serializable
- Author:
- pavila
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intALL_GRANTSstatic intCOMPACT_HISTORYstatic intDELETEstatic intDOWNLOADstatic intMOVEstatic intNONEstatic intPROPERTY_GROUPstatic intREADstatic intSECURITYstatic intSTART_WORKFLOWstatic intWRITE
-
Constructor Summary
Constructors Constructor Description Permission()
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
READ
public static final int READ
- See Also:
- Constant Field Values
-
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
-
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
-
SECURITY
public static final int SECURITY
- See Also:
- Constant Field Values
-
MOVE
public static final int MOVE
- See Also:
- Constant Field Values
-
DOWNLOAD
public static final int DOWNLOAD
- See Also:
- Constant Field Values
-
START_WORKFLOW
public static final int START_WORKFLOW
- See Also:
- Constant Field Values
-
COMPACT_HISTORY
public static final int COMPACT_HISTORY
- See Also:
- Constant Field Values
-
PROPERTY_GROUP
public static final int PROPERTY_GROUP
- See Also:
- Constant Field Values
-
ALL_GRANTS
public static final int ALL_GRANTS
- See Also:
- Constant Field Values
-
-