|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerAttributeDefinition
A definition of an attribute, provided by the server's data model. This provides the basic information about an object's attribute, allowing a client to handle the object's attribute "inteligently" based on the data model.
| Method Summary | |
|---|---|
java.lang.String |
getId()Gets the identifier of the attribute. |
java.lang.String |
getTitle()Gets the title of the attribute. |
Type |
getType()Gets the Type of the value of this attribute. |
Validator |
getValidator()Gets the Validator for the value of this attribute. |
boolean |
isSearchable()Determines whether the attribute can be searched. |
| Method Detail |
|---|
java.lang.String getTitle()
String representing the title of the attribute.java.lang.String getId()
Type getType()
TypeValidator getValidator()
boolean isSearchable()
true if the attribute can be used in searches, otherwise fase.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||