Uses of Interface
com.saperion.ngc.model.document.intf.DocumentArchiveMetaInfo.ElementArchiveMetaInfo
-
Packages that use DocumentArchiveMetaInfo.ElementArchiveMetaInfo Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.mail Package for mailing.com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.model.document.intf Package for document model intefaces.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.sapviewer Package for standalone SAP viewer.com.saperion.ngc.viewer Package for viewer component classes.com.saperion.ngc.viewer.hylandviewer com.saperion.ngc.viewer.pdfjs Package for PDFJS-viewer component classes.com.saperion.ngc.viewer.simple Package for simple viewer component classes.com.saperion.ngc.viewer.virtualviewer Package for virtual viewer component classes.com.saperion.ngc.viewer.virtualviewer.html5 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.ElementArchiveMetaInfo Modifier and Type Field Description protected java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>AbstractStructureDialog. documentPagesList of the document's elements.Methods in com.saperion.ngc.dialogs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description static 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.ElementArchiveMetaInfo Modifier and Type Method Description protected voidAbstractStructureDialog. setDocumentPages(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages)static voidCheckinDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener)Shows the CheckinDialog.static voidCheckinDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, java.lang.String defaultComment)Shows the CheckinDialog.static voidEditStructureDialog. show(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, java.lang.String defaultComment)Shows the EditStructureDialog.static voidShareBaseCheckInDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, java.lang.String defaultComment, java.util.Map<java.lang.String,java.lang.Integer> mapForShareBaseDocIDs)Shows the CheckinDialog.Constructors in com.saperion.ngc.dialogs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Constructor Description StructureItem(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.ElementArchiveMetaInfo Modifier and Type Method Description static java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>MailUtil. 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.ElementArchiveMetaInfo Modifier and Type Class Description classClassicConnectorPageArchiveMetaInfoHolds 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.ElementArchiveMetaInfo Modifier and Type Method Description java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>ClassicConnectorDocumentArchiveMetaInfo. getElementInfos()java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>MultipageTiffDocumentArchiveMetaInfo. getElementInfos()Method parameters in com.saperion.ngc.model.document with type arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description java.io.InputStreamDocClassicConnectorService. getPageListStream(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements)java.io.InputStreamDocumentService. getPageListStream(DocumentId documentId, java.util.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 Modifier and Type Method Description java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>DocumentArchiveMetaInfo. getElementInfos() -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>ResultSetPresenter. 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.ElementArchiveMetaInfo Modifier and Type Method Description static java.lang.StringSAPViewerMailUrl. getAppletMailingURL(javax.servlet.http.HttpServletRequest request, DocumentId docId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, java.lang.String text, java.lang.String subject)Creates a mailing URL. -
Uses of DocumentArchiveMetaInfo.ElementArchiveMetaInfo in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfo.ElementArchiveMetaInfoOpenDocumentBean. getCurrentMetaInfo()Gets the current element info.protected DocumentArchiveMetaInfo.ElementArchiveMetaInfoAbstractDocumentView. getElementMetaInfo(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentTitles, int element)Gets information about a specific element.DocumentArchiveMetaInfo.ElementArchiveMetaInfoDocumentAnalyzer.StructureInfos. getFirstViewableElement()Gets the first viewable element.DocumentArchiveMetaInfo.ElementArchiveMetaInfoRememberDocumentBean. getPageMetaInfo()Gets the page meta info.Methods in com.saperion.ngc.viewer that return types with arguments of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>OpenDocumentBean. getElements()Gets the elements.Methods in com.saperion.ngc.viewer with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description voidStructureList. addStructureItem(DocumentId documentId, DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean canDownload)Adds the structure item.voidViewerComponent. displayDocument(java.lang.String documentUrl, java.lang.String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId)Displays a document.java.lang.StringViewerJspUtil. getFileName(DocumentArchiveMetaInfo.ElementArchiveMetaInfo element)Returns the file name for the specified element.java.lang.StringViewerJspUtil. 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.ElementArchiveMetaInfo Modifier and Type Method Description voidViewerJspUtil. collectDocumentsWithoutSize(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements)Collects all Elements of a given list of elements that have no file size.static DocumentAnalyzer.StructureInfosDocumentAnalyzer. externalGetStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, java.util.Set<java.lang.String> supportedFormats, javax.servlet.http.HttpSession session)Gets information about a document's structure.static DocumentAnalyzer.StructureInfosDocumentAnalyzer. externalGetStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, javax.servlet.http.HttpSession session)Gets information about a document's structure.protected voidAbstractDocumentView. fillStructureView(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> infos, DocumentId documentId)Fills the structure list with available documents to show in the viewer component.protected DocumentArchiveMetaInfo.ElementArchiveMetaInfoAbstractDocumentView. getElementMetaInfo(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentTitles, int element)Gets information about a specific element.protected java.io.InputStreamAbstractDocumentView. getPageListStream(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements)static DocumentAnalyzer.StructureInfosDocumentAnalyzer. getStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement)Gets information about a document's structure.static DocumentAnalyzer.StructureInfosDocumentAnalyzer. getStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, java.util.Set<java.lang.String> supportedFormats)Gets information about a document's structure.booleanDocumentViewPresenter. hasAclAnnotationsInEveryDocument(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId)Checks for ACL in all sub-structure elements in a documentprotected voidAbstractDocumentView. makeViewerBean(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, boolean currentRevision)Creates a new viewer control-bean or updates the existing one.abstract voidAbstractDocumentView. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)Opens the specified url and displays the document.voidDocumentView. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)Opens the specified url and displays the document.voidDocumentView. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision)Opens the specified url and displays the document.voidDocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)Opens the specified url and displays the document.voidDocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision)Opens the specified url and displays the document.voidSapDocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)Opens the specified url and displays the document.voidSapDocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision)Opens the specified url and displays the document.voidOpenDocumentBean. setElements(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList)Sets the elements.Constructors in com.saperion.ngc.viewer with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Constructor Description RememberDocumentBean(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.ElementArchiveMetaInfo Constructor Description OpenDocumentBean(DocumentId documentId, boolean currentRevision, boolean editMode, ResultSetViewImpl view, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList, java.io.InputStream pageStream)Instantiates a new open document bean.OpenDocumentBean(DocumentId documentId, boolean currentRevision, boolean editMode, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList, java.io.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.ElementArchiveMetaInfo Modifier and Type Method Description voidHylandViewerImpl. displayDocument(java.lang.String documentUrl, java.lang.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.ElementArchiveMetaInfo Modifier and Type Method Description voidPdfjsViewerImpl. displayDocument(java.lang.String documentUrl, java.lang.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.ElementArchiveMetaInfo Modifier and Type Method Description voidMediaViewerImpl. displayDocument(java.lang.String documentUrl, java.lang.String annotationsUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo, DocumentId documentId)Displays a document.voidSimpleViewerImpl. displayDocument(java.lang.String documentUrl, java.lang.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.ElementArchiveMetaInfo Modifier and Type Method Description booleanVirtualViewerUtil. 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.ElementArchiveMetaInfo Modifier and Type Method Description voidVirtualViewerHTML5. displayDocument(java.lang.String documentUrl, java.lang.String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId)
-