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.documentPagesList of the document's elements.Methods in com.saperion.ngc.dialogs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionstatic booleanAbstractStructureDialog.isDeletable(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info) Indicates if the given element can be deleted by this dialog.static booleanAbstractStructureDialog.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 voidAbstractStructureDialog.setDocumentPages(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages) static voidCheckinDialog.show(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the CheckinDialog.static voidCheckinDialog.show(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment) Shows the CheckinDialog.static voidEditStructureDialog.show(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment) Shows the EditStructureDialog.static voidShareBaseCheckInDialog.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 TypeClassDescriptionclassHolds 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()Method parameters in com.saperion.ngc.model.document with type arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfoModifier and TypeMethodDescriptionDocClassicConnectorService.getPageListStream(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements) DocumentService.getPageListStream(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements) -
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 StringSAPViewerMailUrl.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 TypeMethodDescriptionvoidStructureList.addStructureItem(DocumentId documentId, DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean canDownload) Adds the structure item.voidViewerComponent.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.voidDocumentView.handleLinkElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo linkElement) Handles the viewing of a linked element.voidDocumentViewImpl.handleLinkElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo linkElement) Handles the viewing of a linked element.voidSapDocumentViewImpl.handleLinkElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo linkElement) Handles the viewing of a linked element.voidDocumentAnalyzer.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 TypeMethodDescriptionvoidViewerJspUtil.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 voidAbstractDocumentView.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 InputStreamAbstractDocumentView.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.booleanDocumentViewPresenter.hasAclAnnotationsInEveryDocument(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId) Checks for ACL in all sub-structure elements in a documentprotected voidAbstractDocumentView.makeViewerBean(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, boolean currentRevision) Creates a new viewer control-bean or updates the existing one.abstract voidAbstractDocumentView.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.voidDocumentView.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.voidDocumentView.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision) Opens the specified url and displays the document.final voidDocumentViewImpl.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.voidDocumentViewImpl.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision) Opens the specified url and displays the document.final voidSapDocumentViewImpl.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element) Opens the specified url and displays the document.voidSapDocumentViewImpl.openDocument(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision) Opens the specified url and displays the document.voidOpenDocumentBean.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, ResultSetViewImpl view, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList, InputStream pageStream) Instantiates a new open document bean.OpenDocumentBean(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 TypeMethodDescriptionvoidHylandViewerImpl.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 TypeMethodDescriptionvoidPdfjsViewerImpl.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 TypeMethodDescriptionvoidMediaViewerImpl.displayDocument(String documentUrl, String annotationsUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo, DocumentId documentId) Displays a document.voidSimpleViewerImpl.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 TypeMethodDescriptionbooleanVirtualViewerUtil.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 TypeMethodDescriptionvoidVirtualViewerHTML5.displayDocument(String documentUrl, String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId)