Uses of Class
com.docusign.esign.model.WorkflowStep
-
Packages that use WorkflowStep Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of WorkflowStep in com.docusign.esign.api
Methods in com.docusign.esign.api that return WorkflowStep Modifier and Type Method Description WorkflowStepEnvelopesApi. createEnvelopeWorkflowStepDefinition(String accountId, String envelopeId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for an envelope's workflow.WorkflowStepEnvelopesApi. createTemplateWorkflowStepDefinition(String accountId, String templateId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for a template's workflow.WorkflowStepEnvelopesApi. getEnvelopeWorkflowStepDefinition(String accountId, String envelopeId, String workflowStepId)Returns the workflow step definition for an envelope by step id..WorkflowStepEnvelopesApi. getTemplateWorkflowStepDefinition(String accountId, String templateId, String workflowStepId)Returns the workflow step definition for a template by step id..WorkflowStepEnvelopesApi. updateEnvelopeWorkflowStepDefinition(String accountId, String envelopeId, String workflowStepId, WorkflowStep workflowStep)Updates the envelope workflow step definition for an envelope..WorkflowStepEnvelopesApi. updateTemplateWorkflowStepDefinition(String accountId, String templateId, String workflowStepId, WorkflowStep workflowStep)Updates the template workflow step definition for an envelope..Methods in com.docusign.esign.api that return types with arguments of type WorkflowStep Modifier and Type Method Description ApiResponse<WorkflowStep>EnvelopesApi. createEnvelopeWorkflowStepDefinitionWithHttpInfo(String accountId, String envelopeId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for an envelope's workflowApiResponse<WorkflowStep>EnvelopesApi. createTemplateWorkflowStepDefinitionWithHttpInfo(String accountId, String templateId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for a template's workflowApiResponse<WorkflowStep>EnvelopesApi. getEnvelopeWorkflowStepDefinitionWithHttpInfo(String accountId, String envelopeId, String workflowStepId)Returns the workflow step definition for an envelope by step id.ApiResponse<WorkflowStep>EnvelopesApi. getTemplateWorkflowStepDefinitionWithHttpInfo(String accountId, String templateId, String workflowStepId)Returns the workflow step definition for a template by step id.ApiResponse<WorkflowStep>EnvelopesApi. updateEnvelopeWorkflowStepDefinitionWithHttpInfo(String accountId, String envelopeId, String workflowStepId, WorkflowStep workflowStep)Updates the envelope workflow step definition for an envelope.ApiResponse<WorkflowStep>EnvelopesApi. updateTemplateWorkflowStepDefinitionWithHttpInfo(String accountId, String templateId, String workflowStepId, WorkflowStep workflowStep)Updates the template workflow step definition for an envelope.Methods in com.docusign.esign.api with parameters of type WorkflowStep Modifier and Type Method Description WorkflowStepEnvelopesApi. createEnvelopeWorkflowStepDefinition(String accountId, String envelopeId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for an envelope's workflow.ApiResponse<WorkflowStep>EnvelopesApi. createEnvelopeWorkflowStepDefinitionWithHttpInfo(String accountId, String envelopeId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for an envelope's workflowWorkflowStepEnvelopesApi. createTemplateWorkflowStepDefinition(String accountId, String templateId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for a template's workflow.ApiResponse<WorkflowStep>EnvelopesApi. createTemplateWorkflowStepDefinitionWithHttpInfo(String accountId, String templateId, WorkflowStep workflowStep)Creates and adds a new workflow step definition for a template's workflowWorkflowStepEnvelopesApi. updateEnvelopeWorkflowStepDefinition(String accountId, String envelopeId, String workflowStepId, WorkflowStep workflowStep)Updates the envelope workflow step definition for an envelope..ApiResponse<WorkflowStep>EnvelopesApi. updateEnvelopeWorkflowStepDefinitionWithHttpInfo(String accountId, String envelopeId, String workflowStepId, WorkflowStep workflowStep)Updates the envelope workflow step definition for an envelope.WorkflowStepEnvelopesApi. updateTemplateWorkflowStepDefinition(String accountId, String templateId, String workflowStepId, WorkflowStep workflowStep)Updates the template workflow step definition for an envelope..ApiResponse<WorkflowStep>EnvelopesApi. updateTemplateWorkflowStepDefinitionWithHttpInfo(String accountId, String templateId, String workflowStepId, WorkflowStep workflowStep)Updates the template workflow step definition for an envelope. -
Uses of WorkflowStep in com.docusign.esign.model
Methods in com.docusign.esign.model that return WorkflowStep Modifier and Type Method Description WorkflowStepWorkflowStep. action(String action)action.WorkflowStepWorkflowStep. completedDate(String completedDate)completedDate.WorkflowStepWorkflowStep. delayedRouting(DelayedRouting delayedRouting)delayedRouting.WorkflowStepWorkflowStep. itemId(String itemId)itemId.WorkflowStepWorkflowStep. recipientRouting(RecipientRouting recipientRouting)recipientRouting.WorkflowStepWorkflowStep. status(String status)status.WorkflowStepWorkflowStep. triggeredDate(String triggeredDate)triggeredDate.WorkflowStepWorkflowStep. triggerOnItem(String triggerOnItem)triggerOnItem.WorkflowStepWorkflowStep. workflowStepId(String workflowStepId)workflowStepId.Methods in com.docusign.esign.model that return types with arguments of type WorkflowStep Modifier and Type Method Description List<WorkflowStep>Workflow. getWorkflowSteps().Methods in com.docusign.esign.model with parameters of type WorkflowStep Modifier and Type Method Description WorkflowWorkflow. addWorkflowStepsItem(WorkflowStep workflowStepsItem)addWorkflowStepsItem.Method parameters in com.docusign.esign.model with type arguments of type WorkflowStep Modifier and Type Method Description voidWorkflow. setWorkflowSteps(List<WorkflowStep> workflowSteps)setWorkflowSteps.WorkflowWorkflow. workflowSteps(List<WorkflowStep> workflowSteps)workflowSteps.
-