|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.idmobj.vo.IDMRootObject
public abstract class IDMRootObject
Base class for all IDM domain objects used for CRUD operations, T2P operations and other object level operations. Only T2P operations ie export/import are partially implemented in this class; it is the job of the subclasses to fully implement this functionality in a manner appropriate to the intended use of that class.
| Constructor Summary | |
|---|---|
IDMRootObject() |
|
| Method Summary | |
|---|---|
abstract MigrationVO |
exportObj() |
abstract boolean |
importObj(MigrationVO data) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IDMRootObject()
| Method Detail |
|---|
public abstract MigrationVO exportObj()
exportObj in interface MigrationObjIntf
public abstract boolean importObj(MigrationVO data)
throws java.lang.Exception
importObj in interface MigrationObjIntfjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||