public abstract class DummyContentHandler
extends com.snowbound.snapserv.servlet.ContentHandlerResult
implements com.snowbound.clientcontentserver.BasicContentHandlerInterface
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
DOCUMENT_ID_TO_RELOAD, ERROR_MESSAGE, KEY_ALL_ANNOTATIONS_HASH, KEY_ANNOTATION_CONTENT, KEY_ANNOTATION_CREATED_DATE, KEY_ANNOTATION_DELETABLE, KEY_ANNOTATION_DISPLAY_NAME, KEY_ANNOTATION_ID, KEY_ANNOTATION_IMAGE_DOCUMENT_ID, KEY_ANNOTATION_NAMES, KEY_ANNOTATION_OWNER, KEY_ANNOTATION_PERMISSION, KEY_ANNOTATION_PROPERTIES, KEY_ANNOTATION_SESSION_ID, KEY_AVAILABLE_DISPLAY_NAMES, KEY_AVAILABLE_DOCUMENT_IDS, KEY_BOOKMARK_CONTENT, KEY_CLIENT_INSTANCE_ID, KEY_CLIENT_PREFERENCES_XML, KEY_CURRENT_USER_NAME, KEY_DOCUMENT_CONTENT, KEY_DOCUMENT_CONTENT_ELEMENTS, KEY_DOCUMENT_DISPLAY_NAME, KEY_DOCUMENT_FILE, KEY_DOCUMENT_ID, KEY_DOCUMENT_INPUT_STREAM, KEY_DOCUMENT_SPARSE_ELEMENTS, KEY_DOCUMENT_SPARSE_PAGE_INDEX, KEY_DOCUMENT_SPARSE_RETURN_PAGE_COUNT, KEY_DOCUMENT_SPARSE_TOTAL_PAGE_COUNT, KEY_EVENT, KEY_EVENT_EXPORT_FORMAT_NAME, KEY_EVENT_PAGE_REQUESTED_NUMBER, KEY_EVENT_PRINT_PAGE_NUMBERS, KEY_EVENT_ROTATE_DEGREES, KEY_EVENT_ROTATE_PAGE, KEY_EVENT_SAVE_ANNOTATION_LAYER_NAME_BASE, KEY_EXTERNAL_REFERENCE_CONTENT_ELEMENTS, KEY_METADATA_HASHTABLE, KEY_NOTES_CONTENT, KEY_NOTES_PERMISSIONS, KEY_NOTES_TEMPLATES, KEY_PUBLISH_STATUS, KEY_RETRIEVED_EXTERNAL_REFERENCES, KEY_USE_OF_CACHE_ALLOWED, KEY_USERS_AND_GROUPS, KEY_WATERMARK_CONTENT, VALUE_EVENT_CLOSE_DOCUMENT, VALUE_EVENT_DOCUMENT_RETRIEVED_FROM_CACHE, VALUE_EVENT_EXPORT, VALUE_EVENT_PAGE_REQUESTED, VALUE_EVENT_PRINT, VALUE_EVENT_ROTATE_DEGREES, VALUE_EVENT_ROTATE_PAGE, VALUE_EVENT_SAVE_ANNOTATION, VALUE_EVENT_SAVE_DOCUMENT, VALUE_FALSE, VALUE_PUBLISH_ERROR, VALUE_PUBLISH_SUCCESS, VALUE_TRUE, VOID
Constructor and Description |
---|
DummyContentHandler() |
Modifier and Type | Method and Description |
---|---|
com.snowbound.snapserv.servlet.ContentHandlerResult |
createDocument(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
deleteAnnotation(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
eventNotification(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getAnnotationContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getAnnotationNames(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getAnnotationProperties(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getAvailableDocumentIds(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getBookmarkContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getDocumentContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
getWatermarkContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
saveAnnotationContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
saveBookmarkContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
saveDocumentComponents(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
saveDocumentComponentsAs(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
saveDocumentContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
com.snowbound.snapserv.servlet.ContentHandlerResult |
sendDocumentContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) |
getAnnotationContent, getAnnotationNames, getAnnotationProperties, getAvailableDisplayNames, getAvailableDocumentIds, getBookmarkContent, getClientPreferencesXML, getDocumentContent, getDocumentContentElements, getDocumentFile, getDocumentSparseElements, getDocumentStream, getNotesContent, getNotesPermissionLevel, getNotesTemplates, getWatermarkContent, hasDocumentContent, isError
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public com.snowbound.snapserv.servlet.ContentHandlerResult getDocumentContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getDocumentContent
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult eventNotification(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
eventNotification
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult getAnnotationNames(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getAnnotationNames
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult getAnnotationContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getAnnotationContent
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult getAnnotationProperties(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getAnnotationProperties
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult deleteAnnotation(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
deleteAnnotation
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult getBookmarkContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getBookmarkContent
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult getWatermarkContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getWatermarkContent
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult sendDocumentContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
sendDocumentContent
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult getAvailableDocumentIds(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
getAvailableDocumentIds
in interface com.snowbound.clientcontentserver.BasicContentHandlerInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult saveDocumentContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
saveDocumentContent
in interface com.snowbound.clientcontentserver.FlexSnapSISaverInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult saveBookmarkContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
saveBookmarkContent
in interface com.snowbound.clientcontentserver.FlexSnapSISaverInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult saveDocumentComponents(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
saveDocumentComponents
in interface com.snowbound.clientcontentserver.FlexSnapSISaverInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult createDocument(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
createDocument
in interface com.snowbound.clientcontentserver.FlexSnapSISaverInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult saveDocumentComponentsAs(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
saveDocumentComponentsAs
in interface com.snowbound.clientcontentserver.FlexSnapSISaverInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
public com.snowbound.snapserv.servlet.ContentHandlerResult saveAnnotationContent(com.snowbound.clientcontentserver.BasicContentHandlerInput basicContentHandlerInput) throws com.snowbound.snapserv.servlet.FlexSnapSIAPIException
saveAnnotationContent
in interface com.snowbound.clientcontentserver.FlexSnapSISaverInterface
com.snowbound.snapserv.servlet.FlexSnapSIAPIException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.