Agentflow
V3.1

pe.pase
Interface ChartAPI


public interface ChartAPI

For chart statistics

Version:
1.3,
Author:
lchuang

Method Summary
 java.util.Vector DepartDepartmentFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Department dep)
          calculate the statistics about the finished task load according to department kind for a specific department.
 java.util.Vector DepartDepartmentFinishedLoad(Department dep)
          calculate the statistics about the finished task load according to department kind for a specific department.
 java.util.Vector DepartDepartmentUnFinishedLoad(Department dep)
          calculate the statistics about the unfinished task load according to department kind for a specific department.
 java.util.Vector DepartFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Department dep)
          calculate the statistics about the finished task load according to process kind for a specific department.
 java.util.Vector DepartFinishedLoad(Department dep)
          calculate the statistics about the finished task load according to process kind for a specific department.
 java.util.Vector DepartMemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Department dep)
          calculate the statistics about the finished task load according to member kind for a specific department.
 java.util.Vector DepartMemberFinishedLoad(Department dep)
          calculate the statistics about the finished task load according to member kind for a specific department.
 java.util.Vector DepartMemberUnFinishedLoad(Department dep)
          calculate the statistics about the unfinished task load according to member kind for a specific department.
 java.util.Vector DepartNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Department dep)
          calculate the statistics about the activated task load according to process kind for a specific department.
 java.util.Vector DepartNewedLoad(Department dep)
          calculate the statistics about the activated task load according to process kind for a specific department.
 java.util.Vector DepartUnFinishedLoad(Department dep)
          calculate the statistics about the unfinished task load according to process kind for a specific department.
 java.util.Vector MemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, MemberRecord mem)
          calculate the statistics about the finished task load according to process kind for a specific member.
 java.util.Vector MemberFinishedLoad(MemberRecord mem)
          calculate the statistics about the finished task load according to process kind for a specific member.
 java.util.Vector MemberNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, MemberRecord mem)
          calculate the statistics about the activated task load according to process kind for a specific member.
 java.util.Vector MemberNewedLoad(MemberRecord mem)
          calculate the statistics about the activated task load according to process kind for a specific member.
 java.util.Vector MemberUnFinishedLoad(MemberRecord mem)
          calculate the statistics about the unfinished task load according to process kind for a specific member.
 java.util.Vector ProcessFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit, Project prj)
          calculate the statistics about the finished task load in a specific project by a specific organization unit.
 java.util.Vector ProcessFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj)
          calculate the statistics about the finished task load in a specific project.
 java.util.Vector ProcessFinishedLoad(java.lang.Object orgUnit, Project prj)
          calculate the statistics about the finished task load in a specific project by a specific organization unit.
 java.util.Vector ProcessFinishedLoad(Project prj)
          calculate the statistics about the finished task load in a specific project.
 java.util.Vector ProcessNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit, Project prj)
          calculate the statistics about the activated task load in a specific project by a specific organization unit.
 java.util.Vector ProcessNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj)
          calculate the statistics about the activated task load in a specific project.
 java.util.Vector ProcessNewedLoad(java.lang.Object orgUnit, Project prj)
          calculate the statistics about the activated task load in a specific project by a specific organization unit.
 java.util.Vector ProcessNewedLoad(Project prj)
          calculate the statistics about the activated task load in a specific project.
 java.util.Vector ProcessNodeAverageTime(java.util.Calendar startTime, java.util.Calendar endTime, DBProcess pro)
          calculate the statistics about the task average finished time of every sub-processes for a specific process.
 java.util.Vector ProcessNodeAverageTime(DBProcess pro)
          calculate the statistics about the task average finished time of every sub-processes for a specific process.
 java.util.Vector ProcessTimeSeriesLoad(java.util.Calendar startTime, java.util.Calendar endTime, DBProcess pro, int timeSpan)
          calculate the statistics about the task load for a specific process.
 java.util.Vector ProcessTimeSeriesLoad(java.util.Calendar startTime, java.util.Calendar endTime, DBProcess pro, java.lang.Object orgUnit, int timeSpan)
          calculate the statistics about the task load for a specific process by a specific organization unit.
 java.util.Vector ProcessTimeSeriesLoad(DBProcess pro, int timeSpan)
          calculate the statistics about the task load for a specific process.
 java.util.Vector ProcessTimeSeriesLoad(DBProcess pro, java.lang.Object orgUnit, int timeSpan)
          calculate the statistics about the task load for a specific process by a specific organization unit.
 java.util.Vector ProcessUnFinishedLoad(java.lang.Object orgUnit, Project prj)
          calculate the statistics about the unfinished task load in a specific project by a specific organization unit.
 java.util.Vector ProcessUnFinishedLoad(Project prj)
          calculate the statistics about the unfinished task load in a specific project.
 java.util.Vector ProjectFinishedLoad()
          calculate the statistics about the finished task load among projects.
 java.util.Vector ProjectFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime)
          calculate the statistics about the finished task load among projects.
 java.util.Vector ProjectFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit)
          calculate the statistics about the finished task load among projects by a specific organization unit.
 java.util.Vector ProjectFinishedLoad(java.lang.Object orgUnit)
          calculate the statistics about the finished task load among projects by a specific organization unit.
 java.util.Vector ProjectNewedLoad()
          calculate the statistics about the activated task load among projects.
 java.util.Vector ProjectNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime)
          calculate the statistics about the activated task load among projects.
 java.util.Vector ProjectNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit)
          calculate the statistics about the activated task load among projects by a specific organization unit.
 java.util.Vector ProjectNewedLoad(java.lang.Object orgUnit)
          calculate the statistics about the activated task load among projects by a specific organization unit.
 java.util.Vector ProjectTimeSeriesLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj, int timeSpan)
          calculate the statistics about the task load for a specific project.
 java.util.Vector ProjectTimeSeriesLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj, java.lang.Object orgUnit, int timeSpan)
          calculate the statistics about the task load for a specific project by a specific organization unit.
 java.util.Vector ProjectTimeSeriesLoad(Project prj, int timeSpan)
          calculate the statistics about the task load for a specific project.
 java.util.Vector ProjectTimeSeriesLoad(Project prj, java.lang.Object orgUnit, int timeSpan)
          calculate the statistics about the task load for a specific project by a specific organization unit.
 java.util.Vector ProjectUnFinishedLoad()
          calculate the statistics about the unfinished task load among projects.
 java.util.Vector ProjectUnFinishedLoad(java.lang.Object orgUnit)
          calculate the statistics about the unfinished task load among projects by a specific organization unit.
 java.util.Vector TopMemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, int topnum)
          calculate the statistics about the top finished task load among members.
 java.util.Vector TopMemberFinishedLoad(int topnum)
          calculate the statistics about the top finished task load among members.
 java.util.Vector TopMemberUnFinishedLoad(int topnum)
          calculate the statistics about the top Unfinished task load among members.
 java.util.Vector TopPrjTaskFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, int topnum)
          calculate the statistics about the top finished root process load.
 java.util.Vector TopPrjTaskFinishedLoad(int topnum)
          calculate the statistics about the top finished root process load.
 java.util.Vector TopPrjTaskNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, int topnum)
          calculate the statistics about the top activated root process load.
 java.util.Vector TopPrjTaskNewedLoad(int topnum)
          calculate the statistics about the top activated root process load.
 java.util.Vector TopPrjTaskUnFinishedLoad(int topnum)
          calculate the statistics about the top unfinished root process load.
 java.util.Vector UnitWorkLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit, int timeSpan)
          calculate the statistics about the task load for a specific organization unit.
 java.util.Vector UnitWorkLoad(java.lang.Object orgUnit, int timeSpan)
          calculate the statistics about the task load for a specific organization unit.
 java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList)
          calculate the statistics about the finished task load by some specific members.
 java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList, DBProcess pro)
          calculate the statistics about the finished task load in a specific root process by some specific members.
 java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList, Project prj)
          calculate the statistics about the finished task load in a specific project by some specific members.
 java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList)
          calculate the statistics about the finished task load by some specific members.
 java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList, DBProcess pro)
          calculate the statistics about the finished task load in a specific root process by some specific members.
 java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList, Project prj)
          calculate the statistics about the finished task load in a specific project by some specific members.
 java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList)
          calculate the statistics about the activated task load by some specific members.
 java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList, DBProcess pro)
          calculate the statistics about the activated task load in a specific root process by some specific members.
 java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList, Project prj)
          calculate the statistics about the activated task load in a specific project by some specific members.
 java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList)
          calculate the statistics about the activated task load by some specific members.
 java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList, DBProcess pro)
          calculate the statistics about the activated task load in a specific root process by some specific members.
 java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList, Project prj)
          calculate the statistics about the activated task load in a specific project by some specific members.
 java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList)
          calculate the statistics about the unfinished task load by some specific members.
 java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList, DBProcess pro)
          calculate the statistics about the unfinished task load in a specific root process by some specific members.
 java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList, Project prj)
          calculate the statistics about the unfinished task load in a specific project by some specific members.
 java.util.Vector UserDefinedProcessFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector proList)
          calculate the statistics about the finished task load in some specific root processes.
 java.util.Vector UserDefinedProcessFinishedLoad(java.util.Vector proList)
          calculate the statistics about the finished task load in some specific root processes.
 java.util.Vector UserDefinedProcessNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector proList)
          calculate the statistics about the activated task load in some specific root processes.
 java.util.Vector UserDefinedProcessNewedLoad(java.util.Vector proList)
          calculate the statistics about the activated task load in some specific root processes.
 java.util.Vector UserDefinedProcessUnFinishedLoad(java.util.Vector proList)
          calculate the statistics about the unfinished task load in some specific root processes.
 java.util.Vector UserDefinedProjectFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector prjList)
          calculate the statistics about the finished task load in some specific projects.
 java.util.Vector UserDefinedProjectFinishedLoad(java.util.Vector proList)
          calculate the statistics about the finished task load in some specific projects.
 java.util.Vector UserDefinedProjectNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector prjList)
          calculate the statistics about the activated task load in some specific projects.
 java.util.Vector UserDefinedProjectNewedLoad(java.util.Vector prjList)
          calculate the statistics about the activated task load in some specific projects.
 java.util.Vector UserDefinedProjectUnFinishedLoad(java.util.Vector prjList)
          calculate the statistics about the unfinished task load in some specific projects.
 

Method Detail

DepartDepartmentFinishedLoad

java.util.Vector DepartDepartmentFinishedLoad(java.util.Calendar startTime,
                                              java.util.Calendar endTime,
                                              Department dep)
calculate the statistics about the finished task load according to department kind for a specific department.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartDepartmentFinishedLoad

java.util.Vector DepartDepartmentFinishedLoad(Department dep)
calculate the statistics about the finished task load according to department kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartDepartmentUnFinishedLoad

java.util.Vector DepartDepartmentUnFinishedLoad(Department dep)
calculate the statistics about the unfinished task load according to department kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartFinishedLoad

java.util.Vector DepartFinishedLoad(java.util.Calendar startTime,
                                    java.util.Calendar endTime,
                                    Department dep)
calculate the statistics about the finished task load according to process kind for a specific department.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartFinishedLoad

java.util.Vector DepartFinishedLoad(Department dep)
calculate the statistics about the finished task load according to process kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartMemberFinishedLoad

java.util.Vector DepartMemberFinishedLoad(java.util.Calendar startTime,
                                          java.util.Calendar endTime,
                                          Department dep)
calculate the statistics about the finished task load according to member kind for a specific department.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartMemberFinishedLoad

java.util.Vector DepartMemberFinishedLoad(Department dep)
calculate the statistics about the finished task load according to member kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartMemberUnFinishedLoad

java.util.Vector DepartMemberUnFinishedLoad(Department dep)
calculate the statistics about the unfinished task load according to member kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartNewedLoad

java.util.Vector DepartNewedLoad(java.util.Calendar startTime,
                                 java.util.Calendar endTime,
                                 Department dep)
calculate the statistics about the activated task load according to process kind for a specific department.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartNewedLoad

java.util.Vector DepartNewedLoad(Department dep)
calculate the statistics about the activated task load according to process kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

DepartUnFinishedLoad

java.util.Vector DepartUnFinishedLoad(Department dep)
calculate the statistics about the unfinished task load according to process kind for a specific department.

Parameters:
dep - the specific department
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Department

MemberFinishedLoad

java.util.Vector MemberFinishedLoad(java.util.Calendar startTime,
                                    java.util.Calendar endTime,
                                    MemberRecord mem)
calculate the statistics about the finished task load according to process kind for a specific member.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
mem - the specific member
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

MemberFinishedLoad

java.util.Vector MemberFinishedLoad(MemberRecord mem)
calculate the statistics about the finished task load according to process kind for a specific member.

Parameters:
mem - the specific member
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

MemberNewedLoad

java.util.Vector MemberNewedLoad(java.util.Calendar startTime,
                                 java.util.Calendar endTime,
                                 MemberRecord mem)
calculate the statistics about the activated task load according to process kind for a specific member.

Parameters:
startTime - the starttime of the activated time
endTime - the endtime of the activated time
mem - the specific member
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

MemberNewedLoad

java.util.Vector MemberNewedLoad(MemberRecord mem)
calculate the statistics about the activated task load according to process kind for a specific member.

Parameters:
mem - the specific member
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

MemberUnFinishedLoad

java.util.Vector MemberUnFinishedLoad(MemberRecord mem)
calculate the statistics about the unfinished task load according to process kind for a specific member.

Parameters:
mem - the specific member
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

ProcessFinishedLoad

java.util.Vector ProcessFinishedLoad(java.util.Calendar startTime,
                                     java.util.Calendar endTime,
                                     java.lang.Object orgUnit,
                                     Project prj)
calculate the statistics about the finished task load in a specific project by a specific organization unit.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessFinishedLoad

java.util.Vector ProcessFinishedLoad(java.util.Calendar startTime,
                                     java.util.Calendar endTime,
                                     Project prj)
calculate the statistics about the finished task load in a specific project.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessFinishedLoad

java.util.Vector ProcessFinishedLoad(java.lang.Object orgUnit,
                                     Project prj)
calculate the statistics about the finished task load in a specific project by a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessFinishedLoad

java.util.Vector ProcessFinishedLoad(Project prj)
calculate the statistics about the finished task load in a specific project.

Parameters:
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessNewedLoad

java.util.Vector ProcessNewedLoad(java.util.Calendar startTime,
                                  java.util.Calendar endTime,
                                  java.lang.Object orgUnit,
                                  Project prj)
calculate the statistics about the activated task load in a specific project by a specific organization unit.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessNewedLoad

java.util.Vector ProcessNewedLoad(java.util.Calendar startTime,
                                  java.util.Calendar endTime,
                                  Project prj)
calculate the statistics about the activated task load in a specific project.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessNewedLoad

java.util.Vector ProcessNewedLoad(java.lang.Object orgUnit,
                                  Project prj)
calculate the statistics about the activated task load in a specific project by a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessNewedLoad

java.util.Vector ProcessNewedLoad(Project prj)
calculate the statistics about the activated task load in a specific project.

Parameters:
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessNodeAverageTime

java.util.Vector ProcessNodeAverageTime(java.util.Calendar startTime,
                                        java.util.Calendar endTime,
                                        DBProcess pro)
calculate the statistics about the task average finished time of every sub-processes for a specific process.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
pro - the specific parent process
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

ProcessNodeAverageTime

java.util.Vector ProcessNodeAverageTime(DBProcess pro)
calculate the statistics about the task average finished time of every sub-processes for a specific process.

Parameters:
pro - the specific parent process
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

ProcessTimeSeriesLoad

java.util.Vector ProcessTimeSeriesLoad(java.util.Calendar startTime,
                                       java.util.Calendar endTime,
                                       DBProcess pro,
                                       int timeSpan)
calculate the statistics about the task load for a specific process.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
pro - the specific parent process
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

ProcessTimeSeriesLoad

java.util.Vector ProcessTimeSeriesLoad(java.util.Calendar startTime,
                                       java.util.Calendar endTime,
                                       DBProcess pro,
                                       java.lang.Object orgUnit,
                                       int timeSpan)
calculate the statistics about the task load for a specific process by a specific organization unit.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
pro - the specific parent process
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

ProcessTimeSeriesLoad

java.util.Vector ProcessTimeSeriesLoad(DBProcess pro,
                                       int timeSpan)
calculate the statistics about the task load for a specific process.

Parameters:
pro - the specific parent process
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

ProcessTimeSeriesLoad

java.util.Vector ProcessTimeSeriesLoad(DBProcess pro,
                                       java.lang.Object orgUnit,
                                       int timeSpan)
calculate the statistics about the task load for a specific process by a specific organization unit.

Parameters:
pro - the specific parent process
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

ProcessUnFinishedLoad

java.util.Vector ProcessUnFinishedLoad(java.lang.Object orgUnit,
                                       Project prj)
calculate the statistics about the unfinished task load in a specific project by a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProcessUnFinishedLoad

java.util.Vector ProcessUnFinishedLoad(Project prj)
calculate the statistics about the unfinished task load in a specific project.

Parameters:
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProjectFinishedLoad

java.util.Vector ProjectFinishedLoad()
calculate the statistics about the finished task load among projects.

Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectFinishedLoad

java.util.Vector ProjectFinishedLoad(java.util.Calendar startTime,
                                     java.util.Calendar endTime)
calculate the statistics about the finished task load among projects.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectFinishedLoad

java.util.Vector ProjectFinishedLoad(java.util.Calendar startTime,
                                     java.util.Calendar endTime,
                                     java.lang.Object orgUnit)
calculate the statistics about the finished task load among projects by a specific organization unit.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectFinishedLoad

java.util.Vector ProjectFinishedLoad(java.lang.Object orgUnit)
calculate the statistics about the finished task load among projects by a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectNewedLoad

java.util.Vector ProjectNewedLoad()
calculate the statistics about the activated task load among projects.

Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectNewedLoad

java.util.Vector ProjectNewedLoad(java.util.Calendar startTime,
                                  java.util.Calendar endTime)
calculate the statistics about the activated task load among projects.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectNewedLoad

java.util.Vector ProjectNewedLoad(java.util.Calendar startTime,
                                  java.util.Calendar endTime,
                                  java.lang.Object orgUnit)
calculate the statistics about the activated task load among projects by a specific organization unit.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectNewedLoad

java.util.Vector ProjectNewedLoad(java.lang.Object orgUnit)
calculate the statistics about the activated task load among projects by a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectTimeSeriesLoad

java.util.Vector ProjectTimeSeriesLoad(java.util.Calendar startTime,
                                       java.util.Calendar endTime,
                                       Project prj,
                                       int timeSpan)
calculate the statistics about the task load for a specific project.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
prj - the specific project
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProjectTimeSeriesLoad

java.util.Vector ProjectTimeSeriesLoad(java.util.Calendar startTime,
                                       java.util.Calendar endTime,
                                       Project prj,
                                       java.lang.Object orgUnit,
                                       int timeSpan)
calculate the statistics about the task load for a specific project by a specific organization unit.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
prj - the specific project
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProjectTimeSeriesLoad

java.util.Vector ProjectTimeSeriesLoad(Project prj,
                                       int timeSpan)
calculate the statistics about the task load for a specific project.

Parameters:
prj - the specific project
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProjectTimeSeriesLoad

java.util.Vector ProjectTimeSeriesLoad(Project prj,
                                       java.lang.Object orgUnit,
                                       int timeSpan)
calculate the statistics about the task load for a specific project by a specific organization unit.

Parameters:
prj - the specific project
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

ProjectUnFinishedLoad

java.util.Vector ProjectUnFinishedLoad()
calculate the statistics about the unfinished task load among projects.

Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

ProjectUnFinishedLoad

java.util.Vector ProjectUnFinishedLoad(java.lang.Object orgUnit)
calculate the statistics about the unfinished task load among projects by a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopMemberFinishedLoad

java.util.Vector TopMemberFinishedLoad(java.util.Calendar startTime,
                                       java.util.Calendar endTime,
                                       int topnum)
calculate the statistics about the top finished task load among members.

Parameters:
topnum - the shown number
startTime - the starttime of the finished time
endTime - the endtime of the finished time
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopMemberFinishedLoad

java.util.Vector TopMemberFinishedLoad(int topnum)
calculate the statistics about the top finished task load among members.

Parameters:
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopMemberUnFinishedLoad

java.util.Vector TopMemberUnFinishedLoad(int topnum)
calculate the statistics about the top Unfinished task load among members.

Parameters:
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopPrjTaskFinishedLoad

java.util.Vector TopPrjTaskFinishedLoad(java.util.Calendar startTime,
                                        java.util.Calendar endTime,
                                        int topnum)
calculate the statistics about the top finished root process load.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopPrjTaskFinishedLoad

java.util.Vector TopPrjTaskFinishedLoad(int topnum)
calculate the statistics about the top finished root process load.

Parameters:
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopPrjTaskNewedLoad

java.util.Vector TopPrjTaskNewedLoad(java.util.Calendar startTime,
                                     java.util.Calendar endTime,
                                     int topnum)
calculate the statistics about the top activated root process load.

Parameters:
startTime - the starttime of the activated time
endTime - the endtime of the activated time
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopPrjTaskNewedLoad

java.util.Vector TopPrjTaskNewedLoad(int topnum)
calculate the statistics about the top activated root process load.

Parameters:
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

TopPrjTaskUnFinishedLoad

java.util.Vector TopPrjTaskUnFinishedLoad(int topnum)
calculate the statistics about the top unfinished root process load.

Parameters:
topnum - the shown number
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

UnitWorkLoad

java.util.Vector UnitWorkLoad(java.util.Calendar startTime,
                              java.util.Calendar endTime,
                              java.lang.Object orgUnit,
                              int timeSpan)
calculate the statistics about the task load for a specific organization unit.

Parameters:
startTime - the starttime of the time to receive task
endTime - the endtime of the time to receive task
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

UnitWorkLoad

java.util.Vector UnitWorkLoad(java.lang.Object orgUnit,
                              int timeSpan)
calculate the statistics about the task load for a specific organization unit.

Parameters:
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
timeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity

UserDefinedMemberFinishedLoad

java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime,
                                               java.util.Calendar endTime,
                                               java.util.Vector memList)
calculate the statistics about the finished task load by some specific members.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberFinishedLoad

java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime,
                                               java.util.Calendar endTime,
                                               java.util.Vector memList,
                                               DBProcess pro)
calculate the statistics about the finished task load in a specific root process by some specific members.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
memList - the specific member array (each element in Vector are instance of MemberRecord)
prj - the specific root process
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, DBProcess

UserDefinedMemberFinishedLoad

java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime,
                                               java.util.Calendar endTime,
                                               java.util.Vector memList,
                                               Project prj)
calculate the statistics about the finished task load in a specific project by some specific members.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
memList - the specific member array (each element in Vector are instance of MemberRecord)
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, Project

UserDefinedMemberFinishedLoad

java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList)
calculate the statistics about the finished task load by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberFinishedLoad

java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList,
                                               DBProcess pro)
calculate the statistics about the finished task load in a specific root process by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
prj - the specific root process
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, DBProcess

UserDefinedMemberFinishedLoad

java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList,
                                               Project prj)
calculate the statistics about the finished task load in a specific project by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, Project

UserDefinedMemberNewedLoad

java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime,
                                            java.util.Calendar endTime,
                                            java.util.Vector memList)
calculate the statistics about the activated task load by some specific members.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberNewedLoad

java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime,
                                            java.util.Calendar endTime,
                                            java.util.Vector memList,
                                            DBProcess pro)
calculate the statistics about the activated task load in a specific root process by some specific members.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
memList - the specific member array (each element in Vector are instance of MemberRecord)
pro - the specific parent process
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberNewedLoad

java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime,
                                            java.util.Calendar endTime,
                                            java.util.Vector memList,
                                            Project prj)
calculate the statistics about the activated task load in a specific project by some specific members.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
memList - the specific member array (each element in Vector are instance of MemberRecord)
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, Project

UserDefinedMemberNewedLoad

java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList)
calculate the statistics about the activated task load by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberNewedLoad

java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList,
                                            DBProcess pro)
calculate the statistics about the activated task load in a specific root process by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
pro - the specific parent process
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberNewedLoad

java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList,
                                            Project prj)
calculate the statistics about the activated task load in a specific project by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
prj - the specific project
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, Project

UserDefinedMemberUnFinishedLoad

java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList)
calculate the statistics about the unfinished task load by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord

UserDefinedMemberUnFinishedLoad

java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList,
                                                 DBProcess pro)
calculate the statistics about the unfinished task load in a specific root process by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, DBProcess

UserDefinedMemberUnFinishedLoad

java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList,
                                                 Project prj)
calculate the statistics about the unfinished task load in a specific project by some specific members.

Parameters:
memList - the specific member array (each element in Vector are instance of MemberRecord)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, MemberRecord, Project

UserDefinedProcessFinishedLoad

java.util.Vector UserDefinedProcessFinishedLoad(java.util.Calendar startTime,
                                                java.util.Calendar endTime,
                                                java.util.Vector proList)
calculate the statistics about the finished task load in some specific root processes.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
proList - the specific process array (each element in Vector are instance of DBProcess)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

UserDefinedProcessFinishedLoad

java.util.Vector UserDefinedProcessFinishedLoad(java.util.Vector proList)
calculate the statistics about the finished task load in some specific root processes.

Parameters:
proList - the specific process array (each element in Vector are instance of DBProcess)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

UserDefinedProcessNewedLoad

java.util.Vector UserDefinedProcessNewedLoad(java.util.Calendar startTime,
                                             java.util.Calendar endTime,
                                             java.util.Vector proList)
calculate the statistics about the activated task load in some specific root processes.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
proList - the specific process array (each element in Vector are instance of DBProcess)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

UserDefinedProcessNewedLoad

java.util.Vector UserDefinedProcessNewedLoad(java.util.Vector proList)
calculate the statistics about the activated task load in some specific root processes.

Parameters:
proList - the specific process array (each element in Vector are instance of DBProcess)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

UserDefinedProcessUnFinishedLoad

java.util.Vector UserDefinedProcessUnFinishedLoad(java.util.Vector proList)
calculate the statistics about the unfinished task load in some specific root processes.

Parameters:
proList - the specific process array (each element in Vector are instance of DBProcess)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, DBProcess

UserDefinedProjectFinishedLoad

java.util.Vector UserDefinedProjectFinishedLoad(java.util.Calendar startTime,
                                                java.util.Calendar endTime,
                                                java.util.Vector prjList)
calculate the statistics about the finished task load in some specific projects.

Parameters:
startTime - the starttime of the finished time
endTime - the endtime of the finished time
proList - the specific project array (each element in Vector are instance of Project)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

UserDefinedProjectFinishedLoad

java.util.Vector UserDefinedProjectFinishedLoad(java.util.Vector proList)
calculate the statistics about the finished task load in some specific projects.

Parameters:
proList - the specific project array (each element in Vector are instance of Project)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

UserDefinedProjectNewedLoad

java.util.Vector UserDefinedProjectNewedLoad(java.util.Calendar startTime,
                                             java.util.Calendar endTime,
                                             java.util.Vector prjList)
calculate the statistics about the activated task load in some specific projects.

Parameters:
startTime - the starttime of the time to activate task
endTime - the endtime of the time to activate task
proList - the specific project array (each element in Vector are instance of Project)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

UserDefinedProjectNewedLoad

java.util.Vector UserDefinedProjectNewedLoad(java.util.Vector prjList)
calculate the statistics about the activated task load in some specific projects.

Parameters:
proList - the specific project array (each element in Vector are instance of Project)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

UserDefinedProjectUnFinishedLoad

java.util.Vector UserDefinedProjectUnFinishedLoad(java.util.Vector prjList)
calculate the statistics about the unfinished task load in some specific projects.

Parameters:
proList - the specific project array (each element in Vector are instance of Project)
Returns:
all (item:value) pair that match the condition (each element in Vector are instance of ChartResultEntity)
Since:
version 1.3
See Also:
ChartResultEntity, Project

Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.