Package | Description |
---|---|
com.saperion.ngc.model.document |
Package for document model classes.
|
com.saperion.ngc.model.navigation |
Package for navigation model classes.
|
com.saperion.ngc.model.resultset |
Package for resultset model classes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
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.
|
DocumentVersionInfo |
DocumentService.getDocumentVersion(String versionId)
Returns the metadata of the specified version.
|
DocumentVersionInfo |
DocClassicConnectorService.getDocumentVersion(String versionId)
Returns the metadata of the specified version.
|
ResultProperties |
DocumentService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
ResultProperties |
DocClassicConnectorService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
Modifier and Type | Method and Description |
---|---|
FolderId |
NavigationService.addFavoriteFolder(String name,
Properties props,
String content)
Adds a new node to the favorite folder with the given name, properties and content.
|
FolderId |
NavigationClassicConnectorService.addFavoriteFolder(String name,
Properties props,
String content)
Adds a new node to the favorite folder with the given name, properties and content.
|
NavigationNode |
NavigationService.addFolder(NavigationNode node,
String childName,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties)
Adds a folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationClassicConnectorService.addFolder(NavigationNode node,
String childName,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties)
Adds a folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationService.addLinkFolder(NavigationNode node,
String childName,
FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationClassicConnectorService.addLinkFolder(NavigationNode node,
String childName,
FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new
child.
|
void |
NavigationService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
void |
NavigationClassicConnectorService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
NavigationNode |
NavigationService.addWebpartFolder(NavigationNode node,
String childName,
String destination)
Adds a webpart folder with the given name to the node and returns the result containing the
new child.
|
NavigationNode |
NavigationClassicConnectorService.addWebpartFolder(NavigationNode node,
String childName,
String destination)
Adds a webpart folder with the given name to the node and returns the result containing the
new child.
|
NavigationNode |
NavigationService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
NavigationNode |
NavigationClassicConnectorService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
void |
NavigationService.deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.
|
void |
NavigationClassicConnectorService.deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.
|
FolderNode |
NavigationService.getFolderById(FolderId id)
Search a folder by id.
|
FolderNode |
NavigationClassicConnectorService.getFolderById(FolderId id)
Search a folder by id.
|
FolderNode |
NavigationService.getFolderByPath(String ddc,
String path)
Search a folder by path.
|
FolderNode |
NavigationClassicConnectorService.getFolderByPath(String ddc,
String path)
Search a folder by path.
|
List<FolderInfo> |
NavigationService.getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.
|
List<FolderInfo> |
NavigationClassicConnectorService.getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.
|
FolderClass |
NavigationService.getFolderClass(String className)
Returns the folder class with the specified name or null if no such class exists.
|
FolderClass |
NavigationClassicConnectorService.getFolderClass(String className)
Returns the folder class with the specified name or null if no such class exists.
|
FolderInfo |
NavigationService.getFolderInfo(FolderId id)
Retrieves information about the specified folder.
|
FolderInfo |
NavigationClassicConnectorService.getFolderInfo(FolderId id)
Retrieves information about the specified folder.
|
NavigationTree |
NavigationService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at
|
NavigationTree |
NavigationClassicConnectorService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at
|
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.
|
NavigationNode |
NavigationService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationClassicConnectorService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationClassicConnectorService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
void |
NavigationService.updateFolder(FolderId id,
Properties nameValuePairs)
Updates the properties of a folder.
|
void |
NavigationClassicConnectorService.updateFolder(FolderId id,
Properties nameValuePairs)
Updates the properties of a folder.
|
Modifier and Type | Method and Description |
---|---|
ModelResult |
QueryService.executeQuery(com.saperion.rmi.SaQueryInfo queryInfo)
Execute query.
|
ModelResult |
QueryClassicConnectorService.executeQuery(com.saperion.rmi.SaQueryInfo query)
Execute query.
|
DocumentDatabaseMetaInfo |
QueryService.getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)
Loads the attachment for the specified
TaskInfo . |
DocumentDatabaseMetaInfo |
QueryClassicConnectorService.getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)
Loads the attachment for the specified
TaskInfo . |
int |
QueryService.getHitCount(com.saperion.rmi.SaQueryInfo info)
Returns the number of hits for the specified query.
|
int |
QueryClassicConnectorService.getHitCount(com.saperion.rmi.SaQueryInfo info)
Returns the number of hits for the specified query.
|
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 © 2020 Hyland Software Germany GmbH. All rights reserved.