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.iform
Methods in com.saperion.ngc.iform that throw DocumentIdentificationException Modifier and Type Method Description DocumentId
IndexMaskDocument. 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 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 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 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.ResultProperties
DocClassicConnectorService. getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.ResultProperties
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.navigation
Methods in com.saperion.ngc.model.navigation that throw DocumentIdentificationException Modifier and Type Method Description FolderId
ClassicConnectorFolderInfo. getFolderId()
NavigationTree
NavigationClassicConnectorService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.NavigationTree
NavigationService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree. -
Uses of DocumentIdentificationException in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that throw DocumentIdentificationException Modifier and Type Method Description FolderId
FolderInfo. getFolderId()
-
Uses of DocumentIdentificationException in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that throw DocumentIdentificationException Modifier and Type Method Description java.lang.String
ResultProperties. getDocId()
Deprecated.will be replaced with getDocumentIdDocumentId
ResultProperties. getDocumentId()
Returns a new DocumentId containing the object ID of the document represented by this result.ResultProperties
QueryClassicConnectorService. getResultForId(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the specified id.ResultProperties
QueryService. getResultForId(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the specified id.ResultProperties
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 DocumentIdentificationException Modifier and Type Method Description ItemAnalyzeResult
ItemAnalyzer. analyzeItem(ResultProperties props)
Analyze the item.ItemAnalyzeResult
ItemAnalyzer. analyzeItem(ResultProperties props, DocumentId docId)
Analyze the item.ItemAnalyzeResult
ItemAnalyzer. analyzeItem(ResultProperties props, javax.servlet.http.HttpSession session)
Analyze the item.ItemAnalyzeResult
ItemAnalyzer. analyzeItems(java.util.List<ResultProperties> items)
Analyzes the items.WorkflowItemAnalyzeResult
WorkflowItemAnalyzer. analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.WorkflowItemAnalyzeResult
WorkflowItemAnalyzer. analyzeWorkflowItems(java.util.List<ResultProperties> items)
Analyze the workflow items.DraggableListItem
ResultSetMode. 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.modes
Methods in com.saperion.ngc.resultset.modes that throw DocumentIdentificationException Modifier and Type Method Description DraggableListItem
ComplexResultSetMode. createListitem(ResultProperties properties)
Creates a listitem.DraggableListItem
LookupResultSetMode. createListitem(ResultProperties properties)
Creates a listitem.DraggableListItem
SimpleResultSetMode. createListitem(ResultProperties properties)
Creates a listitem. -
Uses of DocumentIdentificationException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that throw DocumentIdentificationException Modifier and Type Method Description static java.lang.String
WatermarkUtil. 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.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that throw DocumentIdentificationException Modifier and Type Method Description DocumentId
HylandViewerUtil. getUpdatedDocumentId(DocumentId docId)
Get the updated document id.boolean
HylandViewerUtil. isEditable(javax.servlet.http.HttpServletRequest request, ResultProperties documentInfo)
Check whether a document is editable.
-