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.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
IndexMaskDocument.getDocumentId()
Returns the ID of the document if the document was already archived.
|
Modifier and Type | Method and Description |
---|---|
static Map<com.saperion.connector.formats.SourceFormat,Integer> |
MailUtil.getSourceFormats(DocumentId documentId)
Returns a map with the
SourceFormat s of the elements of the document identified
by the specified ID. |
Modifier and Type | Method and Description |
---|---|
com.saperion.intf.SaPropertyValue[] |
DocumentService.getDocumentMetadataFromArchive(DocumentId id,
boolean currentRevision)
Returns the metadata of the document as read from the archive.
|
com.saperion.intf.SaPropertyValue[] |
DocClassicConnectorService.getDocumentMetadataFromArchive(DocumentId id,
boolean currentRevision)
Returns the metadata of the document as read from the archive.
|
ResultProperties |
DocumentService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
ResultProperties |
DocClassicConnectorService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
void |
DocumentService.setDocumentRead(DocumentId id)
Sets the specified document's state to 'read' without creating a new revision.
|
void |
DocClassicConnectorService.setDocumentRead(DocumentId id)
Sets the specified document's state to 'read' without creating a new revision.
|
void |
DocumentService.setDocumentUnread(DocumentId id)
Sets the specified document's state to 'unread' without creating a new revision.
|
void |
DocClassicConnectorService.setDocumentUnread(DocumentId id)
Sets the specified document's state to 'unread' without creating a new revision.
|
Modifier and Type | Method and Description |
---|---|
FolderId |
ClassicConnectorFolderInfo.getFolderId() |
NavigationTree |
NavigationService.getNavigationTree(String folderDDC,
com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.
|
NavigationTree |
NavigationClassicConnectorService.getNavigationTree(String folderDDC,
com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.
|
Modifier and Type | Method and Description |
---|---|
FolderId |
FolderInfo.getFolderId() |
Modifier and Type | Method and Description |
---|---|
String |
ResultProperties.getDocId()
Deprecated.
will be replaced with getDocumentId
|
DocumentId |
ResultProperties.getDocumentId()
Returns a new DocumentId containing the object ID of the document represented by this result.
|
ResultProperties |
QueryService.getResultForId(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the
specified id.
|
ResultProperties |
QueryClassicConnectorService.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 |
QueryService.updateRow(ResultProperties documentInfo)
Updates the row in the previous query-result.
|
void |
QueryClassicConnectorService.updateRow(ResultProperties documentInfo) |
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props)
Analyze the item.
|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props,
DocumentId docId)
Analyze the item.
|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItems(List<ResultProperties> items)
Analyzes the items.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItems(List<ResultProperties> items)
Analyze the workflow items.
|
DraggableListItem |
ResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
Constructor and Description |
---|
DraggableListItem(ResultProperties properties,
ResultSetViewImpl view)
Constructs a new DraggableListItem.
|
Modifier and Type | Method and Description |
---|---|
DraggableListItem |
SimpleResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
LookupResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
ComplexResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.