|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
Retrieves or sets the attributes for the task.
The attributes correspond to the task attributes defined in the importEngineTask extensionPoint.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
| Field Summary |
| Fields inherited from interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask |
PRIORITY_MAX, PRIORITY_MIN, TYPE_EXTRACT, TYPE_FINALIZE, TYPE_INITIALIZE, TYPE_UPDATE |
| Constructor Summary | |
AbstractImportEngineTask()
|
|
| Method Summary | |
String |
getID()
Retrieves the unique identifier (ID) of the task. |
String |
getName()
Retrieves the name of the task. |
int |
getPriority()
Retrieves the priority of the task. |
String |
getProgressDescription()
Retrieves the progress description of the task. |
String |
getType()
Retrieves the type of the task. |
void |
setID(String taskID)
Sets the unique identifier (ID) of the task. |
void |
setName(String taskName)
Sets the name of the task. |
void |
setPriority(int taskPriority)
Sets the priority of the task. |
void |
setProgressDescription(String taskProgressDescription)
Sets the progress description of the task. |
void |
setType(String taskType)
Sets the type of the task. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask |
execute |
| Constructor Detail |
public AbstractImportEngineTask()
| Method Detail |
public String getName()
IImportEngineTaskRetrieves the name of the task.
The name of the task corresponds to the name attribute defined in the importEngineTask
extension point. To set the name of the task, use the
setNamemethod.
getName in interface IImportEngineTaskpublic void setName(String taskName)
IImportEngineTaskThe name is called by the import framework automatically.
setName in interface IImportEngineTasktaskName - The name that corresponds to the name attribute in the
importEngineTask extension.public String getID()
IImportEngineTaskRetrieves the unique identifier (ID) of the task.
The ID is unique, machine-generated and corresponds to the ID attribute
defined in the importEngineTask extension point. Use the
setIDmethod to set the task ID.
getID in interface IImportEngineTaskpublic void setID(String taskID)
IImportEngineTaskThe ID is called by the import framework automatically.
setID in interface IImportEngineTasktaskID - The task ID that corresponds to the ID attribute in the
importEngineTask extension.public String getType()
IImportEngineTaskRetrieves the type of the task.
The type of task corresponds to the type attribute defined in the
importEngineTask extension point. To set the type of the task, use the
setTypemethod.
getType in interface IImportEngineTaskThe return values are:
public void setType(String taskType)
IImportEngineTaskThe task type is called by the import framework automatically. The type of the task can have the following values:
setType in interface IImportEngineTasktaskType - The type of the task that corresponds to the type attribute in
the importEngineTask extension.public int getPriority()
IImportEngineTaskRetrieves the priority of the task.
The priority type of the task corresponds to the priority attribute
defined in the importEngineTask extension point. Use the
setPrioritymethod to set the priority of the task.
getPriority in interface IImportEngineTaskThe return value has a range of 0..100.
public void setPriority(int taskPriority)
IImportEngineTaskThe priority values can have a range of 0..100. It is called by the import framework automatically.
setPriority in interface IImportEngineTasktaskPriority - The task priority that corresponds to the priority attribute
in the importEngineTask extension.public String getProgressDescription()
IImportEngineTaskRetrieves the progress description of the task.
The progress description of the task corresponds to the progress description attribute defined in the importEngineTask extension point. It is called by the import framework automatically.
getProgressDescription in interface IImportEngineTaskpublic void setProgressDescription(String taskProgressDescription)
IImportEngineTaskIt is called by the import framework automatically.
setProgressDescription in interface IImportEngineTasktaskProgressDescription - The task progress description that corresponds to the progress
description attribute in the importEngineTask extension.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.