Uses of Class
com.saperion.ngc.exception.WorkflowException
Packages that use WorkflowException
Package
Description
Package for resultset model classes.
Package for workflow model classes.
Package for resultset component classes.
-
Uses of WorkflowException in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that throw WorkflowExceptionModifier and TypeMethodDescriptionfinal ModelResult
QueryClassicConnectorService.executeQuery
(com.saperion.rmi.SaQueryInfo query) Execute query.QueryService.executeQuery
(com.saperion.rmi.SaQueryInfo queryInfo) Execute query.QueryClassicConnectorService.getInboxTaskProperties
(String taskId) QueryService.getInboxTaskProperties
(String taskId) Returns the metadata for a task with the specified ID. -
Uses of WorkflowException in com.saperion.ngc.model.workflow
Methods in com.saperion.ngc.model.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptioncom.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.addComment
(String taskId, String comment) Execute add comment.com.saperion.connector.wf.WorkflowResult
WorkflowService.addComment
(String taskId, String comment) Execute add comment.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.addHistory
(String taskId, String description) Execute set history.com.saperion.connector.wf.WorkflowResult
WorkflowService.addHistory
(String taskId, String description) Execute set history.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeActivate
(String taskId) Execute activate.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeActivate
(String taskId) Execute activate.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeApprove
(String taskId, String nextUser) Execute delegate.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeApprove
(String taskId, String nextUser) Execute delegate.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeAssignToMe
(String taskId) Execute AssignToMe.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeAssignToMe
(String taskId) Execute AssignToMe.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeChangeOwner
(String taskId, String newOwner) Execute change owner.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeChangeOwner
(String taskId, String newOwner) Execute change owner.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeCommand
(WorkflowActionBean workflowAction) Execute the given command.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeCommand
(WorkflowActionBean workflowAction) Execute the given command.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeDelegate
(String taskId, String delegatee) Execute delegate.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeDelegate
(String taskId, String delegatee) Execute delegate.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeEscalation
(String taskId, Date date) Execute escalate.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeEscalation
(String taskId, Date date) Execute escalate.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeForward
(String taskId, String nextUser, int transition) Execute forward.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeForward
(String taskId, String nextUser, int transition) Execute forward.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeHold
(String taskId, Date date) Execute hold.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeHold
(String taskId, Date date) Execute hold.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeInactivate
(String taskId) Execute inactivate.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeInactivate
(String taskId) Execute inactivate.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeNotResponsible
(String taskId, String comment) Execute not responsible.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeNotResponsible
(String taskId, String comment) Execute not responsible.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executePutBack
(String taskId) Execute putback.com.saperion.connector.wf.WorkflowResult
WorkflowService.executePutBack
(String taskId) Execute putback.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeReassign
(String taskId) Execute reassign.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeReassign
(String taskId) Execute reassign.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeReject
(String taskId, String nextUser) Execute reject.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeReject
(String taskId, String nextUser) Execute reject.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeRemove
(String taskId, String comment) Execute remove.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeRemove
(String taskId, String comment) Execute remove.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeRemoveNotice
(String taskId) Execute remove notice.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeRemoveNotice
(String taskId) Execute remove notice.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeResetHold
(String taskId) Execute reset hold.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeResetHold
(String taskId) Execute reset hold.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeRework
(String taskId, String nextUser) Execute rework.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeRework
(String taskId, String nextUser) Execute rework.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeSetActivity
(String taskId, int activity) Execute set activity.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeSetActivity
(String taskId, int activity) Execute set activity.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeTake
(String taskId) Execute take.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeTake
(String taskId) Execute take.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.executeTerminate
(String taskId) Execute terminate.com.saperion.connector.wf.WorkflowResult
WorkflowService.executeTerminate
(String taskId) Execute terminate.List<com.saperion.intf.wf.CommentInfo>
WorkflowConnectorService.getComments
(com.saperion.intf.wf.TaskInfo taskInfo) Retrieves the comments for the specified task.List<com.saperion.intf.wf.CommentInfo>
WorkflowService.getComments
(com.saperion.intf.wf.TaskInfo task) Retrieves the comments for the specified task.WorkflowConnectorService.getDefinitions()
Reads the available workflow definitions.List<com.saperion.wf.ProcessDefinitionDescriptor>
WorkflowConnectorService.getDefinitions
(String ddcName) Reads the available workflow definitions for the specified DDC.WorkflowService.getDefinitions()
Reads the available workflow definitions.List<com.saperion.wf.ProcessDefinitionDescriptor>
WorkflowService.getDefinitions
(String ddcName) Reads the available workflow definitions for the specified DDC.List<com.saperion.intf.wf.HistoryInfo[]>
WorkflowConnectorService.getDocHistories
(String docHdoc) Reads history information for a given document.List<com.saperion.intf.wf.HistoryInfo[]>
WorkflowService.getDocHistories
(String docHdoc) Reads history information for a given document.com.saperion.intf.wf.WorkflowMember
WorkflowConnectorService.getMember
(com.saperion.intf.wf.WorkflowMember member, int depth, String filter) Reads direct workflow member.com.saperion.intf.wf.WorkflowMember
Reads direct workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowConnectorService.getMembers()
Reads workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowService.getMembers()
Reads workflow member.com.saperion.connector.wf.SaWFTask
Load the task object.com.saperion.connector.wf.SaWFTask
Load the task object.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.setComment
(String taskId, String comment) Execute set comment.com.saperion.connector.wf.WorkflowResult
WorkflowService.setComment
(String taskId, String comment) Execute set comment.com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.startWorkflow
(String definition, String actor, String comment, String attachmentUID) Execute start workflow.com.saperion.connector.wf.WorkflowResult
WorkflowService.startWorkflow
(String definition, String actor, String comment, String attachmentUID) Execute start workflow. -
Uses of WorkflowException in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that throw WorkflowExceptionModifier and TypeMethodDescriptionWorkflowItemAnalyzer.analyzeWorkflowItem
(ResultProperties item) Analyzes the worklfow item.WorkflowItemAnalyzer.analyzeWorkflowItems
(List<ResultProperties> items) Analyze the workflow items.