Uses of Class
org.apache.directory.api.ldap.aci.MicroOperation
-
Packages that use MicroOperation Package Description org.apache.directory.api.ldap.aci -
-
Uses of MicroOperation in org.apache.directory.api.ldap.aci
Methods in org.apache.directory.api.ldap.aci that return MicroOperation Modifier and Type Method Description MicroOperationGrantAndDenial. getMicroOperation()Gets theMicroOperationrelated with this grant or denial.static MicroOperationMicroOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MicroOperation[]MicroOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.aci that return types with arguments of type MicroOperation Modifier and Type Method Description Collection<MicroOperation>ACITuple. getMicroOperations()Gets the collection ofMicroOperations this tuple relates.protected static Collection<MicroOperation>ACIItem. toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)Converts a collection ofGrantAndDenials into a collection ofMicroOperations.
-