Uses of Class
com.saperion.ngc.exception.DocumentIdentificationException
Packages that use DocumentIdentificationException
Package
Description
Package for main iForm components.
Package for mailing.
Package for document model classes.
Package for navigation model classes.
Package for navigation model interfaces.
Package for resultset model classes.
Package for resultset component classes.
Package for resultset rendering modes.
Package for client utility classes.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.iformMethods in com.saperion.ngc.iform that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionIndexMaskDocument.getDocumentId()Returns the ID of the document if the document was already archived.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.mailMethods in com.saperion.ngc.mail that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionMailUtil.getSourceFormats(DocumentId documentId) Returns a map with theSourceFormats of the elements of the document identified by the specified ID.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptioncom.saperion.intf.SaPropertyValue[]DocClassicConnectorService.getDocumentMetadataFromArchive(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.com.saperion.intf.SaPropertyValue[]DocumentService.getDocumentMetadataFromArchive(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.DocClassicConnectorService.getRevisionInfo(DocumentId id) Reads the properties of the specified revision.DocumentService.getRevisionInfo(DocumentId id) Reads the properties of the specified revision.voidDocClassicConnectorService.setDocumentRead(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.voidDocumentService.setDocumentRead(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.voidDocClassicConnectorService.setDocumentUnread(DocumentId id) Sets the specified document's state to 'unread' without creating a new revision.voidDocumentService.setDocumentUnread(DocumentId id) Sets the specified document's state to 'unread' without creating a new revision.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.model.resultsetMethods in com.saperion.ngc.model.resultset that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionResultProperties.getDocId()Deprecated.will be replaced with getDocumentIdResultProperties.getDocumentId()Returns a new DocumentId containing the object ID of the document represented by this result.QueryClassicConnectorService.getResultForId(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified id.QueryService.getResultForId(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified id.QueryService.getResultPropertiesForRevision(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified revisionId.voidQueryClassicConnectorService.updateRow(ResultProperties documentInfo) voidQueryService.updateRow(ResultProperties documentInfo) Updates the row in the previous query-result.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.resultsetMethods in com.saperion.ngc.resultset that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionItemAnalyzer.analyzeItem(ResultProperties props) Analyze the item.ItemAnalyzer.analyzeItem(ResultProperties props, DocumentId docId) Analyze the item.ItemAnalyzer.analyzeItem(ResultProperties props, jakarta.servlet.http.HttpSession session) Analyze the item.ItemAnalyzer.analyzeItems(List<ResultProperties> items) Analyzes the items.WorkflowItemAnalyzer.analyzeWorkflowItem(ResultProperties item) Analyzes the worklfow item.WorkflowItemAnalyzer.analyzeWorkflowItems(List<ResultProperties> items) Analyze the workflow items.ResultSetMode.createListitem(ResultProperties properties) Creates a listitem.Constructors in com.saperion.ngc.resultset that throw DocumentIdentificationExceptionModifierConstructorDescriptionDraggableListItem(ResultProperties properties, ResultSetViewImpl view) Constructs a new DraggableListItem.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.resultset.modesMethods in com.saperion.ngc.resultset.modes that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionComplexResultSetMode.createListitem(ResultProperties properties) Creates a listitem.LookupResultSetMode.createListitem(ResultProperties properties) Creates a listitem.SimpleResultSetMode.createListitem(ResultProperties properties) Creates a listitem.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.utilMethods in com.saperion.ngc.util that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionstatic StringWatermarkUtil.getWatermarkFile(String hDoc, boolean currentRevision, DocumentService docService) Gets the watermark file property of a document which is set in the WATERMARKFILE field in the document's metadata.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.viewer.hylandviewerMethods in com.saperion.ngc.viewer.hylandviewer that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionHylandViewerUtil.getUpdatedDocumentId(DocumentId docId) Get the updated document id.booleanHylandViewerUtil.isEditable(jakarta.servlet.http.HttpServletRequest request, ResultProperties documentInfo) Check whether a document is editable.