Package com.storedobject.office
Class ODT<T>
java.lang.Object
com.storedobject.office.ODT<T>
- All Implemented Interfaces:
Executable
,ContentProducer
,ContentType
,Closeable
,AutoCloseable
,Runnable
- Direct Known Subclasses:
IteratorODTReport
,ODTReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
final void
debug()
final InputStream
final String
final String
final TransactionManager
final boolean
void
void
produce()
void
reportingIteratorValue
(T value) void
final void
setIterator
(Iterator<T> iterator) final void
setRawOutput
(boolean rawOutput) void
setTemplate
(Id templateId) void
setTemplate
(StreamData template) final void
setTransactionManager
(TransactionManager transactionManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.core.ContentProducer
abort, execute, extractContent, getEntity, getError, getStreamData, getStreamDataProvider, getSystemEntity, saveTo, saveTo, saveTo, saveTo
Methods inherited from interface com.storedobject.core.ContentType
getLink, getMimeType, isAudio, isHTML, isImage, isLink, isMedia, isPDF, isText, isVideo
Methods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
ODT
public ODT() -
ODT
-
ODT
-
ODT
-
ODT
-
-
Method Details
-
getDevice
-
setTemplate
-
setTemplate
-
setRawOutput
public final void setRawOutput(boolean rawOutput) -
isRawOutput
public final boolean isRawOutput() -
getContent
- Specified by:
getContent
in interfaceContentProducer
- Throws:
IOException
-
getContentType
- Specified by:
getContentType
in interfaceContentType
-
getFileExtension
- Specified by:
getFileExtension
in interfaceContentProducer
-
getFileName
- Specified by:
getFileName
in interfaceContentProducer
-
setTransactionManager
- Specified by:
setTransactionManager
in interfaceContentProducer
-
getTransactionManager
- Specified by:
getTransactionManager
in interfaceContentProducer
-
getException
-
debug
public final void debug() -
setIterator
-
reportingIteratorValue
-
produce
public void produce()- Specified by:
produce
in interfaceContentProducer
-
log
-
getFiller
-
setFiller
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-