Uses of Class
com.ibm.jsdt.facade.TaskObjectNotFoundException

Packages that use TaskObjectNotFoundException
com.ibm.jsdt.facade The facade package enables solution providers to perform dynamic solution configuration based on the environment of the systems they are targeting. 
 

Uses of TaskObjectNotFoundException in com.ibm.jsdt.facade
 

Methods in com.ibm.jsdt.facade that throw TaskObjectNotFoundException
 void TaskConfiguration.addTargetInfoForTask(java.lang.String taskID, java.lang.String hostname, java.lang.String userId, java.lang.String password, java.lang.String operatingSystem, boolean storeCredentials)
          Adds a target to a specified task.
 void TaskConfiguration.removeTargetFromTask(java.lang.String taskID, java.lang.String hostname)
          Removes a target from a specified task.
 void TaskConfiguration.setTaskGroupOptional(java.lang.String id, boolean isOptional, boolean setAllChildTasks)
          Sets a task group's isOptional attribute based upon the boolean passed in.
 void TaskConfiguration.setTaskGroupSelectedByDefault(java.lang.String id, boolean selectedByDefault, boolean setAllChildTasks)
          Sets the selection of a task group based upon the boolean passed in.
 void TaskConfiguration.setTaskGroupSelectedByDefault(java.lang.String id, boolean selectedByDefault, boolean setAllChildTasks, boolean override)
          Sets the selection of the specified task group depending on the value of the override boolean that is passed in which indicates whether or not to override the task group selection change made by the user.
 void TaskConfiguration.setTaskOptional(java.lang.String taskID, boolean isOptional, boolean setParentTaskGroup)
          Sets a task's isOptional attribute based upon the boolean passed in.
 void TaskConfiguration.setTaskSelectedByDefault(java.lang.String taskID, boolean selectedByDefault, boolean setParentTaskGroup)
          Sets the selection of a task based upon the boolean passed in.
 void TaskConfiguration.setTaskSelectedByDefault(java.lang.String taskID, boolean selectedByDefault, boolean setParentTaskGroup, boolean override)
          Sets the selection of the specified task depending on the value of the override boolean that is passed in which indicates whether or not to override the task selection change made by the user.
 void TaskConfiguration.skipTargetPanel(java.lang.String taskID, boolean skip)
          Skips the target panel for the specified task id based on the boolean passed in.