Skip navigation links
C G H I T 

G

getAllProjectPlansForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all project plans which have been modified the last time with the commit identified by the history item.
getAllTasksForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all tasks which have been modified the last time with the commit identified by the history item.
getAllWorkItemsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which have been modified the last time with the commit identified by the history item.
getCategory() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the category.
getDescription() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the description of the project.
getDescription() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the description of the work item.
getDueDate() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the due date of the work item, i.e. the due date of the parent task).
getDuration() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the duration of this task in working days.
getFinish() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the finish date of the task.
getLinkedUniqueElement() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the linked unique element or null if non exists.
getName() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the name of the project plan.
getName() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the name of the task.
getName() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the name of the work item.
getParentTask() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the parent task of the current task.
getPercentWorkComplete() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the percent work complete of this task.
getPercentWorkComplete() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the percent work complete of this work item.
getPersonInCharge() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the name of the person in charge.
getProjectPlans() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all project plans of this COCKPIT project.
getProjectPlans(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all project plans of this COCKPIT project.
getResourceNames() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the names of resources required for this project plan.
getResources() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the resources needed for this work item.
getRootTasks() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the root (level 1) tasks of the project plan.
getRootTasks(int) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the root (level 1) tasks of the project plan.
getRootTasks(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the root (level 1) tasks of the project plan.
getSORT_TASK_BY_DURATION() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by duration (descending)
getSORT_TASK_BY_ENDDATE() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by end date
getSORT_TASK_BY_NAME() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by name
getSORT_TASK_BY_PERCENTWORKCOMPLETE() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by percent of work that is completed (descending)
getSORT_TASK_BY_STARTDATE() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by start date
getSORT_TASK_BY_STATE() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by state
getSORT_TASK_BY_TOTALWORK() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting tasks by total work (descending)
getSORT_WORKITEM_BY_NAME() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting work items by name
getSORT_WORKITEM_BY_PERCENTWORKCOMPLETE() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting work items by percent of work that is completed (descending)
getSORT_WORKITEM_BY_TOTALWORK() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Constant for sorting work items by total work (descending)
getStart() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the start date of the task.
getState() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns s string donating the state of the task.
getSubTasks() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the sub tasks of the current task.
getSubTasks(int) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the sub tasks of the current task.
getSubTasks(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the sub tasks of the current task.
getUnassignedWorkItems() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are no assigned to tasks.
getUnassignedWorkItems(int) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are no assigned to tasks.
getUnassignedWorkItems(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are no assigned to tasks.
getUniqueIdentifier() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns a unique identifier that uniquely identifies this object within the COCKPIT project.
getUniqueIdentifier() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns a unique identifier that uniquely identifies this object within the COCKPIT project.
getUniqueIdentifier() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns a unique identifier that uniquely identifies this object within the COCKPIT project.
getWorkDone() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work done of this task.
getWorkDone() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the work done of this task.
getWorkDoneOfResource(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the current work done of the specified resource.
getWorkEstimated() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the estimated work for a project plan.
getWorkEstimated() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work estimated of this task.
getWorkEstimated() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the work estimated of this worl item.
getWorkForecast() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work forecast of this task.
getWorkForecast() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the work forecast of this work item.
getWorkItems() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work items of this task.
getWorkItems(int) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work items of this task.
getWorkItems(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work items of this task.
getWorkItemsForStakeholder(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are linked to the specified stakeholder.
getWorkItemsForStakeholder(String, int) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are linked to the specified stakeholder.
getWorkItemsForStakeholder(String, String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are linked to the specified stakeholder.
getWorkItemsForUniqueElement(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are linked to the specified unique element (repository element).
getWorkItemsForUniqueElement(String, int) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are linked to the specified unique element (repository element).
getWorkItemsForUniqueElement(String, String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlanningDataProvider
Returns all work items which are linked to the specified unique element (repository element).
getWorkOfResource(String) - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IProjectPlan
Returns the current work forecast of the specified resource.
getWorkRemaining() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.ITask
Returns the work remaining of this task.
getWorkRemaining() - Method in interface com.arcway.cockpit.projectplanningmodule2.docgen.provider.interfaces.IWorkItem
Returns the work remaining of this wprl item.
C G H I T 
Skip navigation links