Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
com.saperion.workflow |
This package contains the interfaces for workflow-related services.
|
Modifier and Type | Method and Description |
---|---|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderByPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folder which matches to the given path.
|
SaDocumentInfo |
SaClassicConnector.getFolderByPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folder which matches to the given path.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders)
Returns a list with the children of the given node.
|
List<SaDocumentInfo> |
SaClassicConnector.getFolderChildren(String folderTableDDC,
String folderId,
int depth,
SaQueryInfo filter,
int allowedMaxNrOfChildFolders)
Returns a list with the children of the given node.
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.getFolderFromPath(String folderTableDDC,
String startNodeId,
String folderPath)
Returns the folders which match to the given path.
|
List<SaDocumentInfo> |
SaClassicConnector.getFolderFromPath(String folderTableDDC,
String startFolderId,
String folderPath)
Returns the folders which match to the given path.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderInfo(String folderTableDDC,
String folderId)
Deprecated.
|
SaDocumentInfo |
SaClassicConnector.getFolderInfo(String folderTableDDC,
String folderId)
Deprecated.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Returns the folder information object for the given folder.
|
SaDocumentInfo |
SaClassicConnector.getFolderInfo(String folderTableDDC,
String folderId,
boolean forceLoadVariables)
Returns the folder information object for the given folder.
|
SaDocumentInfo |
SaClassicConnectorImpl.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given folder.
|
SaDocumentInfo |
SaClassicConnector.getFolderParent(String folderTableDDC,
String folderId)
Returns the parent of the given folder.
|
List<SaPropertyValue[]> |
SaClassicConnectorImpl.search(String hqlQuery)
Deprecated.
use
SaClassicConnectorImpl.searchHQL(SaQueryInfo) instead |
List<SaPropertyValue[]> |
SaClassicConnector.search(String hqlQuery)
Deprecated.
Use searchHQL() instead. Will be removed with version 8.0
|
List<SaDocumentInfo> |
SaClassicConnectorImpl.searchHQL(SaQueryInfo hqlQuery)
Performs a search with the given hql query (hibernate query language).
|
List<SaDocumentInfo> |
SaClassicConnector.searchHQL(SaQueryInfo hqlQuery)
Performs a search with the given hql query (hibernate query language).
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.InboxListItemType |
RmiClientWorkflowInboxService.getInbox(com.lexmark.saperion.workflow.InboxReferenceType reference) |
com.lexmark.saperion.workflow.InboxListItemType |
RmiClientWorkflowInboxService.getPersonalInbox() |
List<com.lexmark.saperion.workflow.TaskListItemType> |
RmiClientWorkflowInboxService.getTaskList(com.lexmark.saperion.workflow.InboxReferenceType reference) |
List<com.lexmark.saperion.workflow.InboxListItemType> |
RmiClientWorkflowInboxService.listInboxes() |
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
RmiClientWorkflowProcessService.listRunningProcesses() |
com.lexmark.saperion.workflow.WorkflowProcessType |
RmiClientWorkflowProcessService.loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.InboxListItemType |
WorkflowInboxService.getInbox(com.lexmark.saperion.workflow.InboxReferenceType reference)
Returns the inbox with the specified ID.
|
com.lexmark.saperion.workflow.InboxListItemType |
WorkflowInboxService.getPersonalInbox()
Returns the personal inbox of the current user.
|
List<com.lexmark.saperion.workflow.TaskListItemType> |
WorkflowInboxService.getTaskList(com.lexmark.saperion.workflow.InboxReferenceType reference)
Returns a list of
tasks that are contained in the referenced
workflow inbox. |
List<com.lexmark.saperion.workflow.InboxListItemType> |
WorkflowInboxService.listInboxes()
Returns a list of information about all inboxes of the current user.
|
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
WorkflowProcessService.listRunningProcesses()
This method returns the ids of the currently running processes.
|
com.lexmark.saperion.workflow.WorkflowProcessType |
WorkflowProcessService.loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference)
Loads the details of a workflow process with the given reference.
|
Copyright © 2016 SAPERION AG. All rights reserved.