Uses of Interface
com.saperion.ngc.model.document.intf.DocumentArchiveMetaInfo.ElementArchiveMetaInfo
Packages that use DocumentArchiveMetaInfo.ElementArchiveMetaInfo
Package
Description
Package for client dialog classes.
Package for mailing.
Package for document model classes.
Package for document model intefaces.
Package for resultset component classes.
Package for standalone SAP viewer.
Package for viewer component classes.
Package for PDFJS-viewer component classes.
Package for simple viewer component classes.
Package for virtual viewer component classes.
Package for virtual viewer HTML5 component classes.
-
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.dialogs
Fields in com.saperion.ngc.dialogs with type parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeFieldDescriptionAbstractStructureDialog.documentPages
List of the document's elements.Methods in com.saperion.ngc.dialogs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionstatic boolean
AbstractStructureDialog.isDeletable
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info) Indicates if the given element can be deleted by this dialog.static boolean
AbstractStructureDialog.isUploadable
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info) Indicates if the given element can be updloaded by this dialog.Method parameters in com.saperion.ngc.dialogs with type arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionprotected void
AbstractStructureDialog.setDocumentPages
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages) static void
CheckinDialog.show
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the CheckinDialog.static void
CheckinDialog.show
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment) Shows the CheckinDialog.static void
EditStructureDialog.show
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment) Shows the EditStructureDialog.static void
ShareBaseCheckInDialog.show
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment, Map<String, Integer> mapForShareBaseDocIDs) Shows the CheckinDialog.Constructors in com.saperion.ngc.dialogs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifierConstructorDescriptionStructureItem
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean forCheckin) Creates a new CheckinItem. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.mail
Methods in com.saperion.ngc.mail that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionMailUtil.getElementInfos
(DocumentId documentId) Gets a list of information for the elements of the given document. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.model.document
Classes in com.saperion.ngc.model.document that implement DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeClassDescriptionclass
Holds the meta information about a page of a document that is stored in the archive and obtained by the classic connector.Methods in com.saperion.ngc.model.document that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionClassicConnectorDocumentArchiveMetaInfo.getElementInfos()
MultipageTiffDocumentArchiveMetaInfo.getElementInfos()
-
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.model.document.intf
Methods in com.saperion.ngc.model.document.intf that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionResultSetPresenter.getDocumentPages
(DocumentId id, boolean currentRevision) Returns the amount of pages for the specified document. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.sapviewer
Method parameters in com.saperion.ngc.sapviewer with type arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionstatic String
SAPViewerMailUrl.getAppletMailingURL
(jakarta.servlet.http.HttpServletRequest request, DocumentId docId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, String text, String subject) Creates a mailing URL. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionOpenDocumentBean.getCurrentMetaInfo()
Gets the current element info.AbstractDocumentView.getElementMetaInfo
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentTitles, int element) Gets information about a specific element.DocumentAnalyzer.StructureInfos.getFirstViewableElement()
Gets the first viewable element.RememberDocumentBean.getPageMetaInfo()
Gets the page meta info.Methods in com.saperion.ngc.viewer that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoMethods in com.saperion.ngc.viewer with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionvoid
StructureList.addStructureItem
(DocumentId documentId, DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean canDownload) Adds the structure item.void
ViewerComponent.displayDocument
(String documentUrl, String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId) Displays a document.ViewerJspUtil.getFileName
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo element) Returns the file name for the specified element.ViewerJspUtil.getFileNameWithPageNr
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo element) Returns the file name for the specified element.void
DocumentView.handleLinkElement
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo linkElement) Handles the viewing of a linked element.void
DocumentViewImpl.handleLinkElement
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo linkElement) Handles the viewing of a linked element.void
SapDocumentViewImpl.handleLinkElement
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo linkElement) Handles the viewing of a linked element.void
DocumentAnalyzer.StructureInfos.setFirstViewableElement
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo viewableElement) Sets the first viewable element.Method parameters in com.saperion.ngc.viewer with type arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionvoid
ViewerJspUtil.collectDocumentsWithoutSize
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements) Collects all Elements of a given list of elements that have no file size.DocumentAnalyzer.externalGetStructureInfos
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, jakarta.servlet.http.HttpSession session) Gets information about a document's structure.DocumentAnalyzer.externalGetStructureInfos
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, Set<String> supportedFormats, jakarta.servlet.http.HttpSession session) Gets information about a document's structure.protected void
AbstractDocumentView.fillStructureView
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> infos, DocumentId documentId) Fills the structure list with available documents to show in the viewer component.AbstractDocumentView.getElementMetaInfo
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentTitles, int element) Gets information about a specific element.protected InputStream
AbstractDocumentView.getPageListStream
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements) DocumentAnalyzer.getStructureInfos
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement) Gets information about a document's structure.DocumentAnalyzer.getStructureInfos
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, Set<String> supportedFormats) Gets information about a document's structure.boolean
DocumentViewPresenter.hasAclAnnotationsInEveryDocument
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId) Checks for ACL in all sub-structure elements in a documentprotected void
AbstractDocumentView.makeViewerBean
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, boolean currentRevision) Creates a new viewer control-bean or updates the existing one.abstract void
AbstractDocumentView.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.void
DocumentView.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.void
DocumentView.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision) Opens the specified url and displays the document.final void
DocumentViewImpl.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.void
DocumentViewImpl.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision) Opens the specified url and displays the document.final void
SapDocumentViewImpl.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.void
SapDocumentViewImpl.openDocument
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision) Opens the specified url and displays the document.void
OpenDocumentBean.setElements
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList) Sets the elements.Constructors in com.saperion.ngc.viewer with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifierConstructorDescriptionRememberDocumentBean
(DocumentId docId, int elementNr, DocumentArchiveMetaInfo.ElementArchiveMetaInfo metaInfo, long size, boolean sizeIgnored) Creates a new DocumentHelper Object that holds information about a document like its docId.Constructor parameters in com.saperion.ngc.viewer with type arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifierConstructorDescriptionOpenDocumentBean
(DocumentId documentId, boolean currentRevision, boolean editMode, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList, InputStream pageStream) Instantiates a new open document bean. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionvoid
HylandViewerImpl.displayDocument
(String documentUrl, String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId) -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer.pdfjs
Methods in com.saperion.ngc.viewer.pdfjs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionvoid
PdfjsViewerImpl.displayDocument
(String documentUrl, String annotationsUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo, DocumentId documentId) Displays a document. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer.simple
Methods in com.saperion.ngc.viewer.simple with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionvoid
MediaViewerImpl.displayDocument
(String documentUrl, String annotationsUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo, DocumentId documentId) Displays a document.void
SimpleViewerImpl.displayDocument
(String documentUrl, String annotationsUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo, DocumentId documentId) Displays a document. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionboolean
VirtualViewerUtil.isSupportedFormat
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementInfo) Checks if is supported format. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer.virtualviewer.html5
Methods in com.saperion.ngc.viewer.virtualviewer.html5 with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionvoid
VirtualViewerHTML5.displayDocument
(String documentUrl, String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId)