|
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.EntityCapabilities
public class EntityCapabilities
Class containing different capabilities supported by generic Entity. EntityManager.getCapabilities() returns this object containing the details of what capabilities are suported by the Entity.
| Constructor Summary | |
|---|---|
EntityCapabilities() |
|
| Method Summary | |
|---|---|
boolean |
isCreateCapable()Gets Entity create capability |
boolean |
isDeleteCapable()Gets Entity delete capability |
boolean |
isSearchCapable()Gets Entity search capability |
boolean |
isUpdateCapable()Gets Entity update capability |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityCapabilities()
| Method Detail |
|---|
public boolean isCreateCapable()
public boolean isUpdateCapable()
public boolean isDeleteCapable()
public boolean isSearchCapable()
|
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 | ||||||||