Skip navigation links


oracle.iam.idmobj.vo
Class IDMRootObject

java.lang.Object
  extended by oracle.iam.idmobj.vo.IDMRootObject

All Implemented Interfaces:
MigrationObjIntf
Direct Known Subclasses:
CRBObject, JarObject, PluginObject

public abstract class IDMRootObject
extends java.lang.Object
implements MigrationObjIntf

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

IDMRootObject

public IDMRootObject()

Method Detail

exportObj

public abstract MigrationVO exportObj()
Specified by:
exportObj in interface MigrationObjIntf

importObj

public abstract boolean importObj(MigrationVO data)
                           throws java.lang.Exception
Specified by:
importObj in interface MigrationObjIntf
Throws:
java.lang.Exception

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.