Uses of Class
com.docusign.maestro.model.DSWorkflowLane
-
Packages that use DSWorkflowLane Package Description com.docusign.maestro.model -
-
Uses of DSWorkflowLane in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DSWorkflowLane Modifier and Type Method Description DSWorkflowLaneDSWorkflowLane. addLaneStepsItem(Object laneStepsItem)addLaneStepsItem.DSWorkflowLaneDSWorkflowLane. laneId(String laneId)laneId.DSWorkflowLaneDSWorkflowLane. laneSteps(List<Object> laneSteps)laneSteps.Methods in com.docusign.maestro.model that return types with arguments of type DSWorkflowLane Modifier and Type Method Description Map<String,DSWorkflowLane>DSParallelStep. getLanes()Get lanes.Methods in com.docusign.maestro.model with parameters of type DSWorkflowLane Modifier and Type Method Description DSParallelStepDSParallelStep. putLanesItem(String key, DSWorkflowLane lanesItem)putLanesItem.Method parameters in com.docusign.maestro.model with type arguments of type DSWorkflowLane Modifier and Type Method Description DSParallelStepDSParallelStep. lanes(Map<String,DSWorkflowLane> lanes)lanes.voidDSParallelStep. setLanes(Map<String,DSWorkflowLane> lanes)setLanes.
-