Package com.opentext.ia.sdk.sip
Class InfoArchivePackagingInformationAssembler
- java.lang.Object
-
- com.opentext.ia.sdk.sip.PrintWriterAssembler<PackagingInformation>
-
- com.opentext.ia.sdk.sip.InfoArchivePackagingInformationAssembler
-
- All Implemented Interfaces:
Assembler<PackagingInformation>
public class InfoArchivePackagingInformationAssembler extends PrintWriterAssembler<PackagingInformation>
Convert PackagingInformation into a format accepted by InfoArchive.
-
-
Constructor Summary
Constructors Constructor Description InfoArchivePackagingInformationAssembler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
add(PackagingInformation packagingInformation, java.io.PrintWriter writer)
Add a domain object.protected void
end(java.io.PrintWriter writer)
End the assembly process.protected void
start(java.io.PrintWriter writer)
Start the assembly process.-
Methods inherited from class com.opentext.ia.sdk.sip.PrintWriterAssembler
add, end, getMetrics, start
-
-
-
-
Method Detail
-
start
protected void start(java.io.PrintWriter writer)
Description copied from class:PrintWriterAssembler
Start the assembly process.- Specified by:
start
in classPrintWriterAssembler<PackagingInformation>
- Parameters:
writer
- Where to write output
-
add
protected void add(PackagingInformation packagingInformation, java.io.PrintWriter writer)
Description copied from class:PrintWriterAssembler
Add a domain object.- Specified by:
add
in classPrintWriterAssembler<PackagingInformation>
- Parameters:
packagingInformation
- The domain object to addwriter
- Where to write output
-
end
protected void end(java.io.PrintWriter writer)
Description copied from class:PrintWriterAssembler
End the assembly process.- Specified by:
end
in classPrintWriterAssembler<PackagingInformation>
- Parameters:
writer
- Where to write output
-
-