Uses of Class
com.fluig.sdk.api.workflow.CancelInstanceResultVO
-
Packages that use CancelInstanceResultVO Package Description com.fluig.sdk.api.workflow com.fluig.sdk.service -
-
Uses of CancelInstanceResultVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type CancelInstanceResultVO Modifier and Type Method Description List<CancelInstanceResultVO>CancelInstancesResultVO. getCancelInstanceResults()Method parameters in com.fluig.sdk.api.workflow with type arguments of type CancelInstanceResultVO Modifier and Type Method Description voidCancelInstancesResultVO. setCancelInstanceResults(List<CancelInstanceResultVO> cancelInstanceResults) -
Uses of CancelInstanceResultVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return CancelInstanceResultVO Modifier and Type Method Description CancelInstanceResultVOWorkflowAPIService. cancelInstance(CancelInstanceVO cancelInstanceVO)
-