Uses of Class
com.docusign.esign.model.Workflow
-
Packages that use Workflow Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of Workflow in com.docusign.esign.api
Methods in com.docusign.esign.api that return Workflow Modifier and Type Method Description WorkflowEnvelopesApi. getEnvelopeWorkflowDefinition(String accountId, String envelopeId)Returns the workflow definition for an envelope..WorkflowEnvelopesApi. getTemplateWorkflowDefinition(String accountId, String templateId)Returns the workflow definition for a template..WorkflowEnvelopesApi. updateEnvelopeWorkflowDefinition(String accountId, String envelopeId, Workflow workflow)Updates the envelope workflow definition for an envelope..WorkflowEnvelopesApi. updateTemplateWorkflowDefinition(String accountId, String templateId, Workflow workflow)Updates the workflow definition for a template..Methods in com.docusign.esign.api that return types with arguments of type Workflow Modifier and Type Method Description ApiResponse<Workflow>EnvelopesApi. getEnvelopeWorkflowDefinitionWithHttpInfo(String accountId, String envelopeId)Returns the workflow definition for an envelope.ApiResponse<Workflow>EnvelopesApi. getTemplateWorkflowDefinitionWithHttpInfo(String accountId, String templateId)Returns the workflow definition for a template.ApiResponse<Workflow>EnvelopesApi. updateEnvelopeWorkflowDefinitionWithHttpInfo(String accountId, String envelopeId, Workflow workflow)Updates the envelope workflow definition for an envelope.ApiResponse<Workflow>EnvelopesApi. updateTemplateWorkflowDefinitionWithHttpInfo(String accountId, String templateId, Workflow workflow)Updates the workflow definition for a template.Methods in com.docusign.esign.api with parameters of type Workflow Modifier and Type Method Description WorkflowEnvelopesApi. updateEnvelopeWorkflowDefinition(String accountId, String envelopeId, Workflow workflow)Updates the envelope workflow definition for an envelope..ApiResponse<Workflow>EnvelopesApi. updateEnvelopeWorkflowDefinitionWithHttpInfo(String accountId, String envelopeId, Workflow workflow)Updates the envelope workflow definition for an envelope.WorkflowEnvelopesApi. updateTemplateWorkflowDefinition(String accountId, String templateId, Workflow workflow)Updates the workflow definition for a template..ApiResponse<Workflow>EnvelopesApi. updateTemplateWorkflowDefinitionWithHttpInfo(String accountId, String templateId, Workflow workflow)Updates the workflow definition for a template. -
Uses of Workflow in com.docusign.esign.model
Methods in com.docusign.esign.model that return Workflow Modifier and Type Method Description WorkflowWorkflow. addWorkflowStepsItem(WorkflowStep workflowStepsItem)addWorkflowStepsItem.WorkflowWorkflow. currentWorkflowStepId(String currentWorkflowStepId)currentWorkflowStepId.WorkflowEnvelope. getWorkflow().WorkflowEnvelopeDefinition. getWorkflow()Describes the workflow for this envelope..WorkflowEnvelopeTemplate. getWorkflow().WorkflowWorkflow. overwriteUpdateMode(String overwriteUpdateMode)overwriteUpdateMode.WorkflowWorkflow. resumeDate(String resumeDate)resumeDate.WorkflowWorkflow. scheduledSending(ScheduledSending scheduledSending)scheduledSending.WorkflowWorkflow. workflowStatus(String workflowStatus)workflowStatus.WorkflowWorkflow. workflowSteps(List<WorkflowStep> workflowSteps)workflowSteps.Methods in com.docusign.esign.model with parameters of type Workflow Modifier and Type Method Description voidEnvelope. setWorkflow(Workflow workflow)setWorkflow.voidEnvelopeDefinition. setWorkflow(Workflow workflow)setWorkflow.voidEnvelopeTemplate. setWorkflow(Workflow workflow)setWorkflow.EnvelopeEnvelope. workflow(Workflow workflow)workflow.EnvelopeDefinitionEnvelopeDefinition. workflow(Workflow workflow)workflow.EnvelopeTemplateEnvelopeTemplate. workflow(Workflow workflow)workflow.
-