Uses of Class
com.fluig.sdk.api.workflow.CancelInstanceVO
-
Packages that use CancelInstanceVO Package Description com.fluig.sdk.api.workflow com.fluig.sdk.service -
-
Uses of CancelInstanceVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type CancelInstanceVO Modifier and Type Method Description List<CancelInstanceVO>CancelInstancesVO. getCancelInstanceList()Method parameters in com.fluig.sdk.api.workflow with type arguments of type CancelInstanceVO Modifier and Type Method Description voidCancelInstancesVO. setCancelInstanceList(List<CancelInstanceVO> cancelInstanceList) -
Uses of CancelInstanceVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service with parameters of type CancelInstanceVO Modifier and Type Method Description CancelInstanceResultVOWorkflowAPIService. cancelInstance(CancelInstanceVO cancelInstanceVO)
-