Examples of StringSearchBrowseDestinationTask


Examples of hermes.browser.tasks.StringSearchBrowseDestinationTask

     */
    protected Task createTask() throws Exception
    {
        if (getDestinationConfig() == SEARCH_ALL)
        {
            return new StringSearchBrowseDestinationTask(getHermes(), string, searchUserHeader, getTitle()) ;
        }
        else
        {
            return new StringSearchBrowseDestinationTask(getHermes(), getDestinationConfig(), string, searchUserHeader, getTitle()) ;
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.