Class RoutingServices
- java.lang.Object
-
- org.apache.ofbiz.manufacturing.routing.RoutingServices
-
public class RoutingServices extends java.lang.Object
Routing related services
-
-
Constructor Summary
Constructors Constructor Description RoutingServices()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>
getEstimatedTaskTime(DispatchContext ctx, java.util.Map<java.lang.String,? extends java.lang.Object> context)
Computes the estimated time needed to perform the task.
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
resource
public static final java.lang.String resource
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEstimatedTaskTime
public static java.util.Map<java.lang.String,java.lang.Object> getEstimatedTaskTime(DispatchContext ctx, java.util.Map<java.lang.String,? extends java.lang.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.
-
-