Uses of Class
com.saperion.exception.wf.SaWorkflowException
Packages that use SaWorkflowException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package contains the classes for the workflow exceptions.
This package contains the utility classes for the LARIX RMI Server.
-
Uses of SaWorkflowException in com.saperion.connector
Methods in com.saperion.connector that throw SaWorkflowExceptionModifier and TypeMethodDescriptionvoid
SaClassicConnectorImpl.addComment
(String comment, String taskUID, int level) Adds a comment to the task.void
SaClassicConnectorImpl.addHistory
(String description, String taskUID) Adds a history entry to the task.SaClassicConnectorImpl.executeCommand
(ContextInfo contextInfo) Performs the given command.SaClassicConnectorImpl.getCommentInfos
(String taskId) Reads the comments for the given task.SaClassicConnectorImpl.getCompleteHistoryInfos
(String docId) Reads the history and comments for the given document.SaClassicConnectorImpl.getHistoryInfos
(String taskId) Reads the history for the given task.SaClassicConnectorImpl.getWorkflowDefinitions()
Reads all available workflow definitions.SaClassicConnectorImpl.getWorkflowDefinitions
(String ddcName) Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC.SaClassicConnectorImpl.loadLocalize
(String language) Load localize. -
Uses of SaWorkflowException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaWorkflowExceptionModifier and TypeMethodDescriptionvoid
AbstractWfRMIClientCommand.addComment
(String comment, String taskUID, int level) void
SaRMIClientCommand.addComment
(String comment, String taskUID, int level) void
AbstractWfRMIClientCommand.addHistory
(String description, String taskUID) void
SaRMIClientCommand.addHistory
(String description, String taskUID) AbstractWfRMIClientCommand.executeCommand
(ContextInfo contextInfo) Performs the given command.SaRMIClientCommand.executeCommand
(ContextInfo contextInfo) Performs the given command.AbstractWfRMIClientCommand.getCommentInfos
(String taskUID) Reads the comments for the given task.SaRMIClientCommand.getCommentInfos
(String taskUID) Reads the comments for the given task.AbstractWfRMIClientCommand.getCompleteHistoryInfos
(String docUID) Reads the history for the given task.SaRMIClientCommand.getCompleteHistoryInfos
(String docUID) Reads the history for the given task.AbstractWfRMIClientCommand.getHistoryInfos
(String taskUID) Reads the history for the given task.SaRMIClientCommand.getHistoryInfos
(String taskUID) Reads the history for the given task.AbstractWfRMIClientCommand.getWorkflowDefinitions()
Reads all available workflow definitions.SaRMIClientCommand.getWorkflowDefinitions()
Reads all available workflow definitions. -
Uses of SaWorkflowException in com.saperion.connector.wf
Methods in com.saperion.connector.wf that throw SaWorkflowExceptionModifier and TypeMethodDescriptionvoid
SaWFTask.addComment
(String comment, int level) Adds a comment to the workflow.void
SaWFTaskImpl.addComment
(String commentString, int level) Adds a comment to the workflow.void
SaWFTask.addHistory
(String description) Adds a history entry.void
SaWFTaskImpl.addHistory
(String descriptionString) Adds a history entry.void
SaWFTask.executeActivate()
Set inactive process to active.void
SaWFTaskImpl.executeActivate()
Set inactive process to active.void
SaWFTask.executeApprove
(ActorInfo nextActor) Approve step.void
SaWFTaskImpl.executeApprove
(ActorInfo nextActor) Approve step.void
SaWFTask.executeAssignToMe()
Get task from absent user, the current user acts as substitute for.void
SaWFTaskImpl.executeAssignToMe()
Get task from absent user, the current user acts as substitute for.void
SaWFTask.executeChangeOwner
(ActorInfo newOwner) Change process owner.void
SaWFTaskImpl.executeChangeOwner
(ActorInfo newOwner) Change process owner.void
SaWFTask.executeCommand
(CommandInfo command, String definition, ActorInfo nextActor, String comment, Date escalationDate, int activity) Performs the given command.void
SaWFTaskImpl.executeCommand
(CommandInfo command, String processName, ActorInfo nextActor, String commentString, Date escalationDate, int activity) Performs the given command.void
SaWFTask.executeDelegate
(ActorInfo delegatee) Delegate to user.void
SaWFTaskImpl.executeDelegate
(ActorInfo delegatee) Delegate to user.void
SaWFTask.executeEscalation
(Date escalationDate) Escalate step.void
SaWFTaskImpl.executeEscalation
(Date escalationDate) Escalate step.void
SaWFTask.executeForward
(int transitionId, ActorInfo nextActor) Forward step.void
SaWFTask.executeForward
(int transitionId, ActorInfo nextActor, String reason) Forward step.void
SaWFTaskImpl.executeForward
(int transitionId, ActorInfo nextActor) Forward step.void
SaWFTaskImpl.executeForward
(int transitionId, ActorInfo nextActor, String reason) Forward step.void
SaWFTask.executeHold
(Date holdDate) Set step to hold.void
SaWFTaskImpl.executeHold
(Date holdDate) Set step to hold.void
SaWFTask.executeInactivate()
Set step to inactive.void
SaWFTaskImpl.executeInactivate()
Set step to inactive.void
SaWFTask.executeNotResponsible
(String comment) Not responsible for this step.void
SaWFTaskImpl.executeNotResponsible
(String commentString) Not responsible for this step.void
SaWFTask.executePutBack()
Put step back to inbox.void
SaWFTaskImpl.executePutBack()
Put step back to inbox.void
SaWFTask.executeReassign()
Reassign task to original user after it has been taken as a substitute.void
SaWFTaskImpl.executeReassign()
Reassign task to original user after it has been taken as a substitute.void
SaWFTask.executeReject
(ActorInfo nextActor) Reject step.void
SaWFTaskImpl.executeReject
(ActorInfo nextActor) Reject step.void
SaWFTask.executeRemove
(String comment) Remove step.void
SaWFTaskImpl.executeRemove
(String removeComment) Remove step.void
SaWFTask.executeRemoveNotice()
Remove notice.void
SaWFTaskImpl.executeRemoveNotice()
Remove notice.void
SaWFTask.executeResetHold()
Resets hold.void
SaWFTaskImpl.executeResetHold()
Resets hold.void
SaWFTask.executeRework
(ActorInfo nextActor) Rework step.void
SaWFTaskImpl.executeRework
(ActorInfo nextActor) Rework step.void
SaWFTask.executeSetActivity
(int activity) Set next activity.void
SaWFTaskImpl.executeSetActivity
(int activity) Set next activity.SaWFConnector.executeStartProcess
(String definition, ActorInfo nextActor, String comment, String attachmentUID) Start new process.SaWFConnectorImpl.executeStartProcess
(String definition, ActorInfo nextActor, String comment, String attachmentUID) Start new process.void
SaWFTask.executeTake()
Take step from task list.void
SaWFTaskImpl.executeTake()
Take step from task list.void
SaWFTask.executeTerminate()
Terminate process.void
SaWFTaskImpl.executeTerminate()
Terminate process.SaWFTask.getAttachmentContent
(int element) Reads the content of the attachment.SaWFTaskImpl.getAttachmentContent
(int element) Reads the content of the attachment.SaWFTask.getCommandInfos()
Reads all possible transitions for this task.SaWFTask.getCommandInfos
(boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaWFTaskImpl.getCommandInfos()
Reads all possible transitions for this task.SaWFTaskImpl.getCommandInfos
(boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaWFTask.getComments()
Reads the comments.SaWFTaskImpl.getComments()
Reads the comments.List<HistoryInfo[]>
SaWFConnector.getDocHistories
(String documentHdoc) Gets the document's process histories.List<HistoryInfo[]>
SaWFConnectorImpl.getDocHistories
(String documentHdoc) Gets the document's process histories.SaWFConnector.getDocHistoriesXML
(String documentHdoc) Gets the document's process histories as XML.SaWFConnector.getDocHistoriesXML
(String documentHdoc, String language) Gets the document's process histories as XML.SaWFConnectorImpl.getDocHistoriesXML
(String documentHdoc) Gets the document's process histories as XML.SaWFConnectorImpl.getDocHistoriesXML
(String documentHdoc, String language) Gets the document's process histories as XML.SaWFConnector.getDocHistoriesXML2
(String documentHdoc, String language) Gets the the second variant of document's process histories as XML.SaWFConnector.getDocHistoriesXML2
(String documentHdoc, String language, boolean isAscending) Gets the the second variant of document's process histories as XML with ascending/descending switch.SaWFConnectorImpl.getDocHistoriesXML2
(String documentHdoc, String language) Gets the the second variant of document's process histories as XML.SaWFConnectorImpl.getDocHistoriesXML2
(String documentHdoc, String language, boolean isAscending) Gets the the second variant of document's process histories as XML with ascending/descending switch.SaWFTask.getHistory()
Reads the process history.SaWFTaskImpl.getHistory()
Reads the process history.SaWFTask.getHistoryXML()
Reads the process history as XML.SaWFTask.getHistoryXML
(String language) Reads the process history as XML.SaWFTaskImpl.getHistoryXML()
Reads the process history as XML.SaWFTaskImpl.getHistoryXML
(String language) Reads the process history as XML.SaWFTask.getHistoryXML2
(String language) Reads the second variant of process history as XML.SaWFTask.getHistoryXML2
(String language, boolean isAscending) Reads the second variant of process history as XML with ascending / descending switch.SaWFTaskImpl.getHistoryXML2
(String language) Reads the second variant of process history as XML.SaWFTaskImpl.getHistoryXML2
(String language, boolean isAscending) Reads the second variant of process history as XML with ascending / descending switch.SaWFConnector.getParentTask
(String taskId) Get parent task direct by ID.SaWFConnectorImpl.getParentTask
(String taskId) Get parent task direct by ID.SaWFConnector.getProcessDefinitions()
Reads all available process definitions.SaWFConnector.getProcessDefinitions
(String ddcName) Returns the process definitions that are allowed to be used for documents contained in the specified DDC.SaWFConnectorImpl.getProcessDefinitions()
Reads all available process definitions.SaWFConnectorImpl.getProcessDefinitions
(String ddcName) Returns the process definitions that are allowed to be used for documents contained in the specified DDC.boolean
SaWFTask.getSync()
Reads the sync status.boolean
SaWFTaskImpl.getSync()
Reads the sync status.Creates a task object from the given task information.Get task direct by ID.Creates a task object from the given task information.Get task direct by ID.SaWFTask.getTaskInfo()
Reads the task info object of this task.SaWFTaskImpl.getTaskInfo()
Reads the task info object of this task.boolean
SaWFTask.getTrusted()
Reads the trusted status.boolean
SaWFTaskImpl.getTrusted()
Reads the trusted status.int
SaWFTask.getWorkingTime()
int
SaWFTaskImpl.getWorkingTime()
SaWFTask.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTaskImpl.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTask.readSelectableUsersForTransition
(int transition) Obtains the next tasksTaskUserSelection
for the given transition.SaWFTaskImpl.readSelectableUsersForTransition
(int transition) Obtains the next tasksTaskUserSelection
for the given transition.void
Sets the actor to be used as alias for the next action.void
Sets the actor to be used as alias for the next action.void
SaWFTask.setAliasActor
(ActorInfo aliasActor) Deprecated.this method actually sets the next actor by overwriting the nextActor field.void
SaWFTaskImpl.setAliasActor
(ActorInfo aliasActor) Sets the alias actor.void
SaWFTask.setSync
(boolean isSync) Set sync parameter.void
SaWFTaskImpl.setSync
(boolean isSync) Set sync parameter.void
SaWFTask.setTrusted
(boolean isTrusted) Set trusted parameter.void
SaWFTaskImpl.setTrusted
(boolean isTrusted) Set trusted parameter.void
SaWFTask.setWorkingTime
(int workingTime) void
SaWFTaskImpl.setWorkingTime
(int time) SaWFTask.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.SaWFTaskImpl.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.void
SaWFTask.updateTask
(Properties values) Updates the user defined fields of this task.void
SaWFTaskImpl.updateTask
(Properties values) Updates the user defined fields of this task.Constructors in com.saperion.connector.wf that throw SaWorkflowExceptionModifierConstructorDescriptionSaWFTaskImpl
(SaClassicConnectorImpl connector, TaskInfo taskInfo, String user) Constructor. -
Uses of SaWorkflowException in com.saperion.exception.wf
Subclasses of SaWorkflowException in com.saperion.exception.wfModifier and TypeClassDescriptionclass
Indicates that an exception occurred while refreshing a workflow. -
Uses of SaWorkflowException in com.saperion.util
Methods in com.saperion.util that throw SaWorkflowExceptionModifier and TypeMethodDescriptionHistoryToXML.historyToXML
(HistoryInfo[] history, String language) HistoryToXML.historyToXML2
(HistoryInfo[] history, CommentInfo[] comments, String language, boolean isAscending)