|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E22563-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcp.migrate.modeler.BCModelerWriter
public class BCModelerWriter
Writer to save the model objects in a repository.
| Constructor Summary | |
|---|---|
BCModelerWriter()
Constructs a writer. |
|
| Method Summary | |
|---|---|
void |
flush()
Writes all buffered objects. |
void |
write(java.util.List<oracle.jbo.mom.PersistableDefObject> objs)
Writes and saves a list of persistable def objects. |
void |
write(oracle.jbo.mom.PersistableDefObject obj)
Writes and saves a persistable def object. |
void |
writeToBuffer(oracle.jbo.mom.PersistableDefObject obj)
Writes an object to the buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BCModelerWriter()
| Method Detail |
|---|
public void write(java.util.List<oracle.jbo.mom.PersistableDefObject> objs)
objs - the list of persistable def objects
java.lang.NullPointerException - if any of the given object is nullpublic void write(oracle.jbo.mom.PersistableDefObject obj)
obj - the persistable def object
java.lang.NullPointerException - if the given object is nullpublic void writeToBuffer(oracle.jbo.mom.PersistableDefObject obj)
flush().
obj - the object
java.lang.IllegalArgumentException - if the given object is nullflush()public void flush()
|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E22563-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||