Package de.elo.ix.client
Class AclItemC
java.lang.Object
de.elo.ix.client.AclItemC
- All Implemented Interfaces:
java.io.Serializable
public class AclItemC
extends java.lang.Object
implements java.io.Serializable
Types of ACL items.
- See Also:
AclItem, Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AclItem[]ACL_EVERYONEACL items for group "Everyone" with full access.protected java.lang.StringACL_EVERYONE_RAWString representation of an ACL entry for group "Everyone" with full access.static intTYPE_GROUPACL item for group.static intTYPE_INHERITACL item to inherit rights.static intTYPE_KEYDeprecated.static intTYPE_OWNERACL item to set rights for the owner.static intTYPE_PARTICIPANTSACL item to set rights for the workflow participants.static intTYPE_USERACL item for user. -
Constructor Summary
Constructors Constructor Description AclItemC() -
Method Summary
Modifier and Type Method Description AclItem[]getACL_EVERYONE()java.lang.StringgetACL_EVERYONE_RAW()intgetTYPE_GROUP()intgetTYPE_INHERIT()intgetTYPE_KEY()intgetTYPE_OWNER()intgetTYPE_PARTICIPANTS()intgetTYPE_USER()voidsetACL_EVERYONE(AclItem[] acl_everyone)voidsetACL_EVERYONE_RAW(java.lang.String acl_everyone_raw)voidsetTYPE_GROUP(int TYPE_GROUP)voidsetTYPE_INHERIT(int TYPE_INHERIT)voidsetTYPE_KEY(int TYPE_KEY)voidsetTYPE_OWNER(int TYPE_OWNER)voidsetTYPE_PARTICIPANTS(int TYPE_PARTICIPANTS)voidsetTYPE_USER(int TYPE_USER)
-
Field Details
-
TYPE_GROUP
public static final int TYPE_GROUPACL item for group.- See Also:
- Constant Field Values
-
TYPE_USER
public static final int TYPE_USERACL item for user.- See Also:
- Constant Field Values
-
TYPE_KEY
@Deprecated public static final int TYPE_KEYDeprecated.ACL item for key.- See Also:
- Constant Field Values
-
TYPE_INHERIT
public static final int TYPE_INHERITACL item to inherit rights.- See Also:
- Constant Field Values
-
TYPE_OWNER
public static final int TYPE_OWNERACL item to set rights for the owner.- See Also:
- Constant Field Values
-
TYPE_PARTICIPANTS
public static final int TYPE_PARTICIPANTSACL item to set rights for the workflow participants. Only used for workflows.- Since:
- 11.00.000.023
- See Also:
- Constant Field Values
-
ACL_EVERYONE_RAW
protected java.lang.String ACL_EVERYONE_RAWString representation of an ACL entry for group "Everyone" with full access.- Since:
- 7.00.000.013
-
ACL_EVERYONE
ACL items for group "Everyone" with full access.- Since:
- 7.00.000.013
-
-
Constructor Details
-
AclItemC
public AclItemC()
-
-
Method Details
-
getTYPE_GROUP
public int getTYPE_GROUP() -
setTYPE_GROUP
public void setTYPE_GROUP(int TYPE_GROUP) -
getTYPE_INHERIT
public int getTYPE_INHERIT() -
setTYPE_INHERIT
public void setTYPE_INHERIT(int TYPE_INHERIT) -
getTYPE_KEY
public int getTYPE_KEY() -
setTYPE_KEY
public void setTYPE_KEY(int TYPE_KEY) -
getTYPE_PARTICIPANTS
public int getTYPE_PARTICIPANTS() -
setTYPE_PARTICIPANTS
public void setTYPE_PARTICIPANTS(int TYPE_PARTICIPANTS) -
getTYPE_OWNER
public int getTYPE_OWNER() -
setTYPE_OWNER
public void setTYPE_OWNER(int TYPE_OWNER) -
getTYPE_USER
public int getTYPE_USER() -
setTYPE_USER
public void setTYPE_USER(int TYPE_USER) -
getACL_EVERYONE_RAW
public java.lang.String getACL_EVERYONE_RAW() -
setACL_EVERYONE_RAW
public void setACL_EVERYONE_RAW(java.lang.String acl_everyone_raw) -
getACL_EVERYONE
-
setACL_EVERYONE
-