예제 #1
0
 public static WorkflowBuilder<Entity> getBuilder(String engine, Entity entity)
     throws IvoryException {
   String classKey =
       engine + "." + entity.getEntityType().name().toLowerCase() + ".workflow.builder";
   return ReflectionUtils.getInstance(classKey);
 }