Uses of Class
com.saperion.ngc.exception.DocumentIdentificationException
- 
Packages that use DocumentIdentificationException Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.mail Package for mailing.com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.model.navigation Package for navigation model classes.com.saperion.ngc.model.navigation.intf Package for navigation model interfaces.com.saperion.ngc.model.resultset Package for resultset model classes.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.resultset.modes Package for resultset rendering modes.com.saperion.ngc.util Package for client utility classes.com.saperion.ngc.viewer.hylandviewer 
- 
- 
Uses of DocumentIdentificationException in com.saperion.ngc.iformMethods in com.saperion.ngc.iform that throw DocumentIdentificationException Modifier and Type Method Description DocumentIdIndexMaskDocument. 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 DocumentIdentificationException Modifier and Type Method Description static java.util.Map<com.saperion.connector.formats.SourceFormat,java.lang.Integer>MailUtil. 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 DocumentIdentificationException Modifier and Type Method Description com.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.ResultPropertiesDocClassicConnectorService. getRevisionInfo(DocumentId id)Reads the properties of the specified revision.ResultPropertiesDocumentService. 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.navigationMethods in com.saperion.ngc.model.navigation that throw DocumentIdentificationException Modifier and Type Method Description FolderIdClassicConnectorFolderInfo. getFolderId()NavigationTreeNavigationClassicConnectorService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)Returns the navigation tree.NavigationTreeNavigationService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)Returns the navigation tree.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.model.navigation.intfMethods in com.saperion.ngc.model.navigation.intf that throw DocumentIdentificationException Modifier and Type Method Description FolderIdFolderInfo. getFolderId()
- 
Uses of DocumentIdentificationException in com.saperion.ngc.model.resultsetMethods in com.saperion.ngc.model.resultset that throw DocumentIdentificationException Modifier and Type Method Description java.lang.StringResultProperties. getDocId()Deprecated.will be replaced with getDocumentIdDocumentIdResultProperties. getDocumentId()Returns a new DocumentId containing the object ID of the document represented by this result.ResultPropertiesQueryClassicConnectorService. getResultForId(DocumentId id)Returns the ResultProperties contained in the result list of the last search with the specified id.ResultPropertiesQueryService. getResultForId(DocumentId id)Returns the ResultProperties contained in the result list of the last search with the specified id.ResultPropertiesQueryService. 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 DocumentIdentificationException Modifier and Type Method Description ItemAnalyzeResultItemAnalyzer. analyzeItem(ResultProperties props)Analyze the item.ItemAnalyzeResultItemAnalyzer. analyzeItem(ResultProperties props, DocumentId docId)Analyze the item.ItemAnalyzeResultItemAnalyzer. analyzeItem(ResultProperties props, javax.servlet.http.HttpSession session)Analyze the item.ItemAnalyzeResultItemAnalyzer. analyzeItems(java.util.List<ResultProperties> items)Analyzes the items.WorkflowItemAnalyzeResultWorkflowItemAnalyzer. analyzeWorkflowItem(ResultProperties item)Analyzes the worklfow item.WorkflowItemAnalyzeResultWorkflowItemAnalyzer. analyzeWorkflowItems(java.util.List<ResultProperties> items)Analyze the workflow items.DraggableListItemResultSetMode. createListitem(ResultProperties properties)Creates a listitem.Constructors in com.saperion.ngc.resultset that throw DocumentIdentificationException Constructor Description DraggableListItem(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 DocumentIdentificationException Modifier and Type Method Description DraggableListItemComplexResultSetMode. createListitem(ResultProperties properties)Creates a listitem.DraggableListItemLookupResultSetMode. createListitem(ResultProperties properties)Creates a listitem.DraggableListItemSimpleResultSetMode. createListitem(ResultProperties properties)Creates a listitem.
- 
Uses of DocumentIdentificationException in com.saperion.ngc.utilMethods in com.saperion.ngc.util that throw DocumentIdentificationException Modifier and Type Method Description static java.lang.StringWatermarkUtil. getWatermarkFile(java.lang.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 DocumentIdentificationException Modifier and Type Method Description DocumentIdHylandViewerUtil. getUpdatedDocumentId(DocumentId docId)Get the updated document id.booleanHylandViewerUtil. isEditable(javax.servlet.http.HttpServletRequest request, ResultProperties documentInfo)Check whether a document is editable.
 
-