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. documentPages
List of the document's elements.Methods in com.saperion.ngc.dialogs with parameters of type DocumentArchiveMetaInfo.ElementArchiveMetaInfo Modifier and Type Method Description static 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.ElementArchiveMetaInfo Modifier and Type Method Description protected void
AbstractStructureDialog. setDocumentPages(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages)
static void
CheckinDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener)
Shows the CheckinDialog.static void
CheckinDialog. 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 void
EditStructureDialog. 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 void
ShareBaseCheckInDialog. 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 class
ClassicConnectorPageArchiveMetaInfo
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.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.InputStream
DocClassicConnectorService. getPageListStream(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements)
java.io.InputStream
DocumentService. 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.String
SAPViewerMailUrl. 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.ElementArchiveMetaInfo
OpenDocumentBean. getCurrentMetaInfo()
Gets the current element info.protected DocumentArchiveMetaInfo.ElementArchiveMetaInfo
AbstractDocumentView. getElementMetaInfo(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentTitles, int element)
Gets information about a specific element.DocumentArchiveMetaInfo.ElementArchiveMetaInfo
DocumentAnalyzer.StructureInfos. getFirstViewableElement()
Gets the first viewable element.DocumentArchiveMetaInfo.ElementArchiveMetaInfo
RememberDocumentBean. 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 void
StructureList. addStructureItem(DocumentId documentId, DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean canDownload)
Adds the structure item.void
ViewerComponent. displayDocument(java.lang.String documentUrl, java.lang.String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId)
Displays a document.java.lang.String
ViewerJspUtil. getFileName(DocumentArchiveMetaInfo.ElementArchiveMetaInfo element)
Returns the file name for the specified element.java.lang.String
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.ElementArchiveMetaInfo Modifier and Type Method Description void
ViewerJspUtil. collectDocumentsWithoutSize(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements)
Collects all Elements of a given list of elements that have no file size.static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. 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.StructureInfos
DocumentAnalyzer. externalGetStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, javax.servlet.http.HttpSession session)
Gets information about a document's structure.protected void
AbstractDocumentView. fillStructureView(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> infos, DocumentId documentId)
Fills the structure list with available documents to show in the viewer component.protected DocumentArchiveMetaInfo.ElementArchiveMetaInfo
AbstractDocumentView. getElementMetaInfo(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentTitles, int element)
Gets information about a specific element.protected java.io.InputStream
AbstractDocumentView. getPageListStream(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements)
static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. getStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement)
Gets information about a document's structure.static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. getStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, java.util.Set<java.lang.String> supportedFormats)
Gets information about a document's structure.boolean
DocumentViewPresenter. hasAclAnnotationsInEveryDocument(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId)
Checks for ACL in all sub-structure elements in a documentprotected void
AbstractDocumentView. makeViewerBean(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, boolean currentRevision)
Creates a new viewer control-bean or updates the existing one.abstract void
AbstractDocumentView. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)
Opens the specified url and displays the document.void
DocumentView. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)
Opens the specified url and displays the document.void
DocumentView. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision)
Opens the specified url and displays the document.void
DocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)
Opens the specified url and displays the document.void
DocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision)
Opens the specified url and displays the document.void
SapDocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element)
Opens the specified url and displays the document.void
SapDocumentViewImpl. openDocument(DocumentId documentId, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements, int element, boolean currentRevision)
Opens the specified url and displays the document.void
OpenDocumentBean. 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 void
HylandViewerImpl. 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 void
PdfjsViewerImpl. 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 void
MediaViewerImpl. displayDocument(java.lang.String documentUrl, java.lang.String annotationsUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo, DocumentId documentId)
Displays a document.void
SimpleViewerImpl. 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 boolean
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.ElementArchiveMetaInfo Modifier and Type Method Description void
VirtualViewerHTML5. displayDocument(java.lang.String documentUrl, java.lang.String annotationUrl, DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo, DocumentId documentId)
-