|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.config.AttributeRef
public class AttributeRef
Class for defining the Attribute references by the entity. This includes properties like name of the attribute that is being referred by the entity, whether the attribute is fetched by default in read and search methods, and the attribute filter type.
| Nested Class Summary | |
|---|---|
static class |
AttributeRef.FilterTypeAttribute filter type. |
| Constructor Summary | |
|---|---|
AttributeRef(java.lang.String name)Constructs the Attribute reference. |
|
AttributeRef(java.lang.String name, boolean defaultFetch, AttributeRef.FilterType filterType)Constructs the Attribute reference |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)Checks if the given object is equals to this one |
AttributeRef.FilterType |
getFilterType()Gets the attribute filter type. |
java.lang.String |
getName()Gets attribute name |
boolean |
isDefaultFetch()Gets the defaultFetch value. |
void |
setDefaultFetch(boolean defaultFetch)Sets the defaultFetch value |
void |
setFilterType(AttributeRef.FilterType filterType)Sets the attribute filter type |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRef(java.lang.String name,
boolean defaultFetch,
AttributeRef.FilterType filterType)
name - Name of the attributedefaultFetch - Fetch this attribute in read and search methods by default ?filterType - Valid filter typepublic AttributeRef(java.lang.String name)
AttributeRef.FilterType.DYNAMIC and for defaultFetch is true.
name - Name of the attribute| Method Detail |
|---|
public java.lang.String getName()
public void setDefaultFetch(boolean defaultFetch)
defaultFetch - true if the attribute to be fetched by default in read/search methods ; false otherwisepublic boolean isDefaultFetch()
public void setFilterType(AttributeRef.FilterType filterType)
filterType - valid filter typepublic AttributeRef.FilterType getFilterType()
AttributeRef.FilterType.DYNAMICpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||