|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskScope | |
wt.projmgmt.msproject | |
wt.projmgmt.msproject.mppobject |
Uses of TaskScope in wt.projmgmt.msproject |
Fields in wt.projmgmt.msproject declared as TaskScope | |
static TaskScope |
TaskScope.ALL
A scope that includes all tasks and milestones defined in the Microsoft
Project Plan . |
static TaskScope |
TaskScope.MILESTONE_SUMMARY
A scope that includes only summary tasks and milestones defined in the Microsoft Project Plan . |
static TaskScope |
TaskScope.MILESTONE
A scope that includes only milestones defined in the Microsoft
Project Plan . |
static TaskScope |
TaskScope.SUMMARY
A scope that includes only summary tasks defined in the Microsoft
Project Plan . |
static TaskScope |
TaskScope.TOP_MILESTONE_SUMMARY
A scope that includes only the top-level summary tasks and milestones defined in the Microsoft Project Plan . |
static TaskScope |
TaskScope.TOP_MILESTONE
A scope that includes only the top-level milestones defined in the Microsoft
Project Plan . |
static TaskScope |
TaskScope.TOP_SUMMARY
A scope that includes only the top-level summary tasks defined in the Microsoft Project Plan . |
private TaskScope |
ImportExportInfo.taskScope
|
Methods in wt.projmgmt.msproject that return TaskScope | |
static TaskScope |
TaskScope.newTaskScope(int secretHandshake)
Used by EnumeratedType for constructing instances of TaskScope, from a resource bundle. |
static TaskScope |
TaskScope.toTaskScope(String internal_value)
Returns the TaskScope instance for the internal_value argument. |
static TaskScope |
TaskScope.getTaskScopeDefault()
Returns the default value (instance) for the TaskScope set. |
static TaskScope[] |
TaskScope.getTaskScopeSet()
Returns a copy of the set of valid values (instances) for the TaskScope class. |
TaskScope |
ImportExportInfo.getTaskScope()
Gets the value of the attribute: taskScope; the scope that indicates which tasks should be imported from or exported to the Microsoft
Project Plan
Supported API: false |
Methods in wt.projmgmt.msproject with parameters of type TaskScope | |
void |
ImportExportInfo.setTaskScope(TaskScope a_TaskScope)
Sets the value of the attribute: taskScope; the scope that indicates which tasks should be imported from or exported to the Microsoft
Project Plan
Supported API: false |
Uses of TaskScope in wt.projmgmt.msproject.mppobject |
Methods in wt.projmgmt.msproject.mppobject with parameters of type TaskScope | |
private static Map |
MPPPlanBuilder.getInScopeTasks(Map tasks,
TaskScope scope)
Return the tasks in the specified Map
that are in scope based on the import info. |
private static MPPExecutionObject |
MPPPlanBuilder.getInScopeParent(MPPTask task,
TaskScope scope)
Get the in scope parent for the specified task. |
private static Map |
MPPPlanBuilder.getInScopePredecessors(MPPTask task,
Map tasks,
TaskScope scope)
Find the in scope predecessors for the specified task. |
private static boolean |
MPPPlanBuilder.isInScope(MPPTask task,
TaskScope scope)
Return true if the specified task is in
scope (based on the import info). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |