public interface BOPrinter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
void |
print(commonj.sdo.ChangeSummary changeSummary,
java.io.OutputStream out)
Print ChangeSummary content to specified output stream.
|
void |
print(commonj.sdo.DataObject dataObject,
java.io.OutputStream out)
Print Business Object content to specified output stream.
|
void |
print(commonj.sdo.Type type,
java.io.OutputStream out)
Print Business Object type to specified output stream.
|
static final java.lang.String COPYRIGHT
void print(commonj.sdo.DataObject dataObject, java.io.OutputStream out) throws java.io.IOException
dataObject
- the Business Object to be printed outout
- the output streamjava.io.IOException
void print(commonj.sdo.Type type, java.io.OutputStream out) throws java.io.IOException
type
- the Business Object type to be printed out.out
- the output streamjava.io.IOException
void print(commonj.sdo.ChangeSummary changeSummary, java.io.OutputStream out) throws java.io.IOException
changeSummary
- the Change Summary to be printed out.out
- the output streamjava.io.IOException