Class RoutingServices

java.lang.Object
org.apache.ofbiz.manufacturing.routing.RoutingServices

public class RoutingServices extends Object
Routing related services
  • Constructor Details

    • RoutingServices

      public RoutingServices()
  • Method Details

    • getEstimatedTaskTime

      public static Map<String,Object> getEstimatedTaskTime(DispatchContext ctx, Map<String,? extends Object> context)
      Computes the estimated time needed to perform the task.
      Parameters:
      ctx - The DispatchContext that this service is operating in.
      context - Map containing the input parameters.
      Returns:
      Map with the result of the service, the output parameters.