com.ibm.websphere.bo
Interface BOPrinter
- public interface BOPrinter
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
print(commonj.sdo.ChangeSummary changeSummary,java.io.OutputStream out)
Print ChangeSummary content to specified output stream.
|
|
print(commonj.sdo.DataObject dataObject,java.io.OutputStream out)
Print Business Object content to specified output stream.
|
|
print(commonj.sdo.Type type,java.io.OutputStream out)
Print Business Object type to specified output stream.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
- void print(commonj.sdo.DataObject dataObject,
- java.io.OutputStream out)
- throws java.io.IOException
Print Business Object content to specified output stream.
Parameters:
dataObject
- the Business Object to be printed out out
- the output stream Throws:
java.io.IOException
- void print(commonj.sdo.Type type,
- java.io.OutputStream out)
- throws java.io.IOException
Print Business Object type to specified output stream.
Parameters:
type
- the Business Object type to be printed out. out
- the output stream Throws:
java.io.IOException
- void print(commonj.sdo.ChangeSummary changeSummary,
- java.io.OutputStream out)
- throws java.io.IOException
Print ChangeSummary content to specified output stream.
Parameters:
changeSummary
- the Change Summary to be printed out. out
- the output stream Throws:
java.io.IOException