Uses of Class
com.saperion.wf.ExecutionResult
-
Packages that use ExecutionResult Package Description com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.rmi.serverexception.wf This package contains the exception classes for RMI client workflow components. -
-
Uses of ExecutionResult in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return ExecutionResult Modifier and Type Method Description ExecutionResultWorkflowResult. getExecutionResult()ExecutionResultWorkflowResultImpl. getExecutionResult()Methods in com.saperion.connector.wf with parameters of type ExecutionResult Modifier and Type Method Description voidWorkflowResult. setExecutionResult(ExecutionResult result)voidWorkflowResultImpl. setExecutionResult(ExecutionResult result) -
Uses of ExecutionResult in com.saperion.rmi.serverexception.wf
Methods in com.saperion.rmi.serverexception.wf that return ExecutionResult Modifier and Type Method Description ExecutionResultSaRMIWorkflowException. getExecutionResult()Constructors in com.saperion.rmi.serverexception.wf with parameters of type ExecutionResult Constructor Description SaRMIWorkflowException(java.lang.String s, ExecutionResult result)constructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.
-