Package org.libreplan.web.planner

Examples of org.libreplan.web.planner.TaskElementPredicate


        }
        FilterUtils.writeOrderTaskName(order, name);
        FilterUtils.writeOrderStartDate(order, startDate);
        FilterUtils.writeOrderEndDate(order, finishDate);
        FilterUtils.writeOrderInheritance(order, ignoreLabelsInheritance);
        return new TaskElementPredicate(listFilters, startDate, finishDate,
                name, ignoreLabelsInheritance);
    }
View Full Code Here

TOP

Related Classes of org.libreplan.web.planner.TaskElementPredicate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.