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.resultsetMethods in com.saperion.ngc.model.resultset that throw WorkflowExceptionModifier and TypeMethodDescriptionfinal ModelResultQueryClassicConnectorService.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.workflowMethods in com.saperion.ngc.model.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptioncom.saperion.connector.wf.WorkflowResultWorkflowConnectorService.addComment(String taskId, String comment) Execute add comment.com.saperion.connector.wf.WorkflowResultWorkflowService.addComment(String taskId, String comment) Execute add comment.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.addHistory(String taskId, String description) Execute set history.com.saperion.connector.wf.WorkflowResultWorkflowService.addHistory(String taskId, String description) Execute set history.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeActivate(String taskId) Execute activate.com.saperion.connector.wf.WorkflowResultWorkflowService.executeActivate(String taskId) Execute activate.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeApprove(String taskId, String nextUser) Execute delegate.com.saperion.connector.wf.WorkflowResultWorkflowService.executeApprove(String taskId, String nextUser) Execute delegate.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeAssignToMe(String taskId) Execute AssignToMe.com.saperion.connector.wf.WorkflowResultWorkflowService.executeAssignToMe(String taskId) Execute AssignToMe.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeChangeOwner(String taskId, String newOwner) Execute change owner.com.saperion.connector.wf.WorkflowResultWorkflowService.executeChangeOwner(String taskId, String newOwner) Execute change owner.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeCommand(WorkflowActionBean workflowAction) Execute the given command.com.saperion.connector.wf.WorkflowResultWorkflowService.executeCommand(WorkflowActionBean workflowAction) Execute the given command.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeDelegate(String taskId, String delegatee) Execute delegate.com.saperion.connector.wf.WorkflowResultWorkflowService.executeDelegate(String taskId, String delegatee) Execute delegate.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeEscalation(String taskId, Date date) Execute escalate.com.saperion.connector.wf.WorkflowResultWorkflowService.executeEscalation(String taskId, Date date) Execute escalate.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeForward(String taskId, String nextUser, int transition) Execute forward.com.saperion.connector.wf.WorkflowResultWorkflowService.executeForward(String taskId, String nextUser, int transition) Execute forward.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeHold(String taskId, Date date) Execute hold.com.saperion.connector.wf.WorkflowResultWorkflowService.executeHold(String taskId, Date date) Execute hold.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeInactivate(String taskId) Execute inactivate.com.saperion.connector.wf.WorkflowResultWorkflowService.executeInactivate(String taskId) Execute inactivate.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeNotResponsible(String taskId, String comment) Execute not responsible.com.saperion.connector.wf.WorkflowResultWorkflowService.executeNotResponsible(String taskId, String comment) Execute not responsible.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executePutBack(String taskId) Execute putback.com.saperion.connector.wf.WorkflowResultWorkflowService.executePutBack(String taskId) Execute putback.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeReassign(String taskId) Execute reassign.com.saperion.connector.wf.WorkflowResultWorkflowService.executeReassign(String taskId) Execute reassign.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeReject(String taskId, String nextUser) Execute reject.com.saperion.connector.wf.WorkflowResultWorkflowService.executeReject(String taskId, String nextUser) Execute reject.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeRemove(String taskId, String comment) Execute remove.com.saperion.connector.wf.WorkflowResultWorkflowService.executeRemove(String taskId, String comment) Execute remove.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeRemoveNotice(String taskId) Execute remove notice.com.saperion.connector.wf.WorkflowResultWorkflowService.executeRemoveNotice(String taskId) Execute remove notice.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeResetHold(String taskId) Execute reset hold.com.saperion.connector.wf.WorkflowResultWorkflowService.executeResetHold(String taskId) Execute reset hold.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeRework(String taskId, String nextUser) Execute rework.com.saperion.connector.wf.WorkflowResultWorkflowService.executeRework(String taskId, String nextUser) Execute rework.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeSetActivity(String taskId, int activity) Execute set activity.com.saperion.connector.wf.WorkflowResultWorkflowService.executeSetActivity(String taskId, int activity) Execute set activity.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeTake(String taskId) Execute take.com.saperion.connector.wf.WorkflowResultWorkflowService.executeTake(String taskId) Execute take.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.executeTerminate(String taskId) Execute terminate.com.saperion.connector.wf.WorkflowResultWorkflowService.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.WorkflowMemberWorkflowConnectorService.getMember(com.saperion.intf.wf.WorkflowMember member, int depth, String filter) Reads direct workflow member.com.saperion.intf.wf.WorkflowMemberReads direct workflow member.com.saperion.intf.wf.WorkflowMemberWorkflowConnectorService.getMembers()Reads workflow member.com.saperion.intf.wf.WorkflowMemberWorkflowService.getMembers()Reads workflow member.com.saperion.connector.wf.SaWFTaskLoad the task object.com.saperion.connector.wf.SaWFTaskLoad the task object.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.setComment(String taskId, String comment) Execute set comment.com.saperion.connector.wf.WorkflowResultWorkflowService.setComment(String taskId, String comment) Execute set comment.com.saperion.connector.wf.WorkflowResultWorkflowConnectorService.startWorkflow(String definition, String actor, String comment, String attachmentUID) Execute start workflow.com.saperion.connector.wf.WorkflowResultWorkflowService.startWorkflow(String definition, String actor, String comment, String attachmentUID) Execute start workflow.
- 
Uses of WorkflowException in com.saperion.ngc.resultsetMethods 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.