Uses of Class
com.docusign.maestro.model.ProgressInstance
-
Packages that use ProgressInstance Package Description com.docusign.maestro.model -
-
Uses of ProgressInstance in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return ProgressInstance Modifier and Type Method Description ProgressInstanceProgressInstance. completedSteps(BigDecimal completedSteps)completedSteps.ProgressInstanceProgressInstance. currentCompletedStepName(String currentCompletedStepName)currentCompletedStepName.ProgressInstanceWorkflowInstance. getProgress()Get progress.ProgressInstanceProgressInstance. totalSteps(BigDecimal totalSteps)totalSteps.Methods in com.docusign.maestro.model with parameters of type ProgressInstance Modifier and Type Method Description WorkflowInstanceWorkflowInstance. progress(ProgressInstance progress)progress.voidWorkflowInstance. setProgress(ProgressInstance progress)setProgress.
-