Examples of editTaskDescription()


Examples of org.apache.synapse.task.service.TaskManagementService.editTaskDescription()

     */
    public void editTaskDescription(TaskDescription taskDescription, String className) {

        TaskManagementService managementService = getTaskManagementServiceImplementer(className);
        if (managementService != null) {
            managementService.editTaskDescription(taskDescription);
        }
    }

    /**
     * Looking up a TaskDescription
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.