Uses of Class
org.apache.directory.fortress.core.model.Hier.Op
-
Packages that use Hier.Op Package Description org.apache.directory.fortress.core.ldap This package uses Apache Directory LDAP API⢠to provide ldap data access.org.apache.directory.fortress.core.model The data entities in this package comprise the fortress data model. -
-
Uses of Hier.Op in org.apache.directory.fortress.core.ldap
Methods in org.apache.directory.fortress.core.ldap with parameters of type Hier.Op Modifier and Type Method Description protected void
LdapDataProvider. loadRelationshipAttrs(List<Relationship> list, List<org.apache.directory.api.ldap.model.entry.Modification> mods, String attrName, Hier.Op op)
Given a collection ofRelationship
s, convert to raw data name-value format and load into ldap modification set in preparation for ldap modify. -
Uses of Hier.Op in org.apache.directory.fortress.core.model
Fields in org.apache.directory.fortress.core.model declared as Hier.Op Modifier and Type Field Description Hier.Op
Hier. op
The operationMethods in org.apache.directory.fortress.core.model that return Hier.Op Modifier and Type Method Description Hier.Op
Hier. getOp()
Return the operation to execute on behalf of this entity.static Hier.Op
Hier.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static Hier.Op[]
Hier.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.fortress.core.model with parameters of type Hier.Op Modifier and Type Method Description void
Hier. setOp(Hier.Op op)
The the operation for which this entity is bound for.
-