[Expand]
Inherited Methods |
From class
com.priint.comet.renderer.io.providers.TmpCopyFromString
|
From class
com.priint.comet.renderer.io.providers.TmpCopyAccessProvider
void
|
afterClose(OpenedDocument document, long fileSystemPropagationDelayMillis, long fileSystemPropagationProbeMillis)
Cleans up after document processing has finished
Called, after a document has been closed by the renderer.
|
Options
|
getDocumentOptions()
Gets the default options to add, when an operation is applied to a document utilizing this DocumentAccessProvider
|
Class<? extends DocumentType>
|
getDocumentType()
Gets the type of the document referred by this DocumentAccessProvider
Gets the type of the document referred by this DocumentAccessProvider,
e.g.
|
String
|
getDocumentUID()
Gets the document UID
Gets the document UID as passed to the renderer.
|
void
|
makeSureTheTemporaryDocumentIsVisibleInTheFileSystem(Configuration configuration, Path temporaryDocumentCopyPath)
|
|
From class
com.priint.comet.renderer.io.providers.builder.DocumentAccessProviderX
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.priint.comet.renderer.io.DocumentAccessProvider
abstract
void
|
afterClose(OpenedDocument document, long fileSystemPropagationDelayMillis, long fileSystemPropagationProbeMillis)
Cleans up after document processing has finished
Called, after a document has been closed by the renderer.
|
abstract
void
|
beforeOpen(Configuration configuration)
Prepares the document for processing with a renderer
Called before document is opened by a renderer.
|
abstract
static
DocumentAccessProvider.DocumentAccessProviderBuilder
|
builder()
|
abstract
String
|
getConnectionName()
|
abstract
Options
|
getDocumentOptions()
Gets the default options to add, when an operation is applied to a document utilizing this DocumentAccessProvider
|
abstract
Class<? extends DocumentType>
|
getDocumentType()
Gets the type of the document referred by this DocumentAccessProvider
Gets the type of the document referred by this DocumentAccessProvider,
e.g.
|
abstract
String
|
getDocumentUID()
Gets the document UID
Gets the document UID as passed to the renderer.
|
|