Package de.elo.ix.client
Class FindByAcl
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindByAcl
- All Implemented Interfaces:
Serializable
Find objects by ACL
- Since:
- 7.00.000.011
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]
Find objects that are protected by one of this ACLs.protected boolean
Return a list of unique ACL entries.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
getAcls()
boolean
void
void
setDistinctAcl
(boolean distinctAcl) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
distinctAcl
protected boolean distinctAclReturn a list of unique ACL entries. The ACL entries are wrapped in arbitary Sord objects which are returned in FindResult.sords. This functionality can be combinded with a FindChildren object to return all ACLs used in a sub tree.- See Also:
-
acls
Find objects that are protected by one of this ACLs. For access checking, the order of the ACL items is irrelevant. That means, two ACL lists with the same items in different order are equal. But for this search option, the order of the items are relevant. Thus, the ACLs in the database must exactly match the given values. Wildcard * is supported, if only one ACL is supplied. This member is ignored, ifdistinctAcl
is true.
-
-
Constructor Details
-
FindByAcl
public FindByAcl() -
FindByAcl
-
-
Method Details