Package de.elo.ix.client
Class AclAccessInfo
java.lang.Object
de.elo.ix.client.AclAccessInfo
- All Implemented Interfaces:
Serializable
This class contains the option for the methode getAclAccess
- Since:
- 8.00.032.004
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAcl()
AclItem[]
getObjId()
void
void
setAclItems
(AclItem[] aclItems) void
void
setParentId
(String parentId) toString()
-
Field Details
-
acl
-
aclItems
-
objId
-
parentId
Parent's ID of the current object. (Useful to get the inherited ACLs of objects which haven't any ID yet, i.e. the ones being just added in archive.)- Since:
- 8.00.032.010
-
-
Constructor Details
-
AclAccessInfo
public AclAccessInfo() -
AclAccessInfo
-
-
Method Details