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.iform
Methods 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.mail
Methods in com.saperion.ngc.mail that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionMailUtil.getSourceFormats
(DocumentId documentId) Returns a map with theSourceFormat
s of the elements of the document identified by the specified ID. -
Uses of DocumentIdentificationException in com.saperion.ngc.model.document
Methods 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.void
DocClassicConnectorService.setDocumentRead
(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.void
DocumentService.setDocumentRead
(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.void
DocClassicConnectorService.setDocumentUnread
(DocumentId id) Sets the specified document's state to 'unread' without creating a new revision.void
DocumentService.setDocumentUnread
(DocumentId id) Sets the specified document's state to 'unread' without creating a new revision. -
Uses of DocumentIdentificationException in com.saperion.ngc.model.resultset
Methods 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.void
QueryClassicConnectorService.updateRow
(ResultProperties documentInfo) void
QueryService.updateRow
(ResultProperties documentInfo) Updates the row in the previous query-result. -
Uses of DocumentIdentificationException in com.saperion.ngc.resultset
Methods 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.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.modes
Methods 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.util
Methods in com.saperion.ngc.util that throw DocumentIdentificationExceptionModifier and TypeMethodDescriptionstatic String
WatermarkUtil.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.