|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PluginContext.Utils
This interface provides various services.
Method Summary | |
---|---|
AttributeType |
getAttributeType(java.lang.String name) Returns the attribute type associated to the specified lowercase name or OID. |
boolean |
isAttributeOfSyntax(java.lang.String name, java.lang.String syntaxOID) Returns true if the attribute type associated to the specified name has the specified syntax OID; false otherwise. |
Method Detail |
---|
AttributeType getAttributeType(java.lang.String name)
name
- lowercase name or OID of the attribute type to retrieve.boolean isAttributeOfSyntax(java.lang.String name, java.lang.String syntaxOID)
true
if the attribute type associated to the specified name has the specified syntax OID; false
otherwise.name
- lowercase name or OID of the attribute type to retrieve.syntaxOID
- the OID of the syntax to evaluate.true
if the attribute type associated to the specified name has the specified syntax OID; false
otherwise.
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |