|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChartAPI
For chart statistics
| 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 |
|---|
java.util.Vector DepartDepartmentFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Department dep)
startTime - the starttime of the finished timeendTime - the endtime of the finished timedep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartDepartmentFinishedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartDepartmentUnFinishedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Department
java.util.Vector DepartFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Department dep)
startTime - the starttime of the finished timeendTime - the endtime of the finished timedep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartFinishedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Department
java.util.Vector DepartMemberFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Department dep)
startTime - the starttime of the finished timeendTime - the endtime of the finished timedep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartMemberFinishedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartMemberUnFinishedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Department
java.util.Vector DepartNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Department dep)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskdep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartNewedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Departmentjava.util.Vector DepartUnFinishedLoad(Department dep)
dep - the specific department
Vector are instance of ChartResultEntity)ChartResultEntity,
Department
java.util.Vector MemberFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
MemberRecord mem)
startTime - the starttime of the finished timeendTime - the endtime of the finished timemem - the specific member
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecordjava.util.Vector MemberFinishedLoad(MemberRecord mem)
mem - the specific member
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector MemberNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
MemberRecord mem)
startTime - the starttime of the activated timeendTime - the endtime of the activated timemem - the specific member
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecordjava.util.Vector MemberNewedLoad(MemberRecord mem)
mem - the specific member
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecordjava.util.Vector MemberUnFinishedLoad(MemberRecord mem)
mem - the specific member
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector ProcessFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.Object orgUnit,
Project prj)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProcessFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Project prj)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProcessFinishedLoad(java.lang.Object orgUnit,
Project prj)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecordprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector ProcessFinishedLoad(Project prj)
prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProcessNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.Object orgUnit,
Project prj)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProcessNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Project prj)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProcessNewedLoad(java.lang.Object orgUnit,
Project prj)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecordprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector ProcessNewedLoad(Project prj)
prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProcessNodeAverageTime(java.util.Calendar startTime,
java.util.Calendar endTime,
DBProcess pro)
startTime - the starttime of the finished timeendTime - the endtime of the finished timepro - the specific parent process
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcessjava.util.Vector ProcessNodeAverageTime(DBProcess pro)
pro - the specific parent process
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector ProcessTimeSeriesLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
DBProcess pro,
int timeSpan)
startTime - the starttime of the finished timeendTime - the endtime of the finished timepro - the specific parent processtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector ProcessTimeSeriesLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
DBProcess pro,
java.lang.Object orgUnit,
int timeSpan)
startTime - the starttime of the finished timeendTime - the endtime of the finished timepro - the specific parent processorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector ProcessTimeSeriesLoad(DBProcess pro,
int timeSpan)
pro - the specific parent processtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector ProcessTimeSeriesLoad(DBProcess pro,
java.lang.Object orgUnit,
int timeSpan)
pro - the specific parent processorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector ProcessUnFinishedLoad(java.lang.Object orgUnit,
Project prj)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecordprj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector ProcessUnFinishedLoad(Project prj)
prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector ProjectFinishedLoad()
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector ProjectFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime)
startTime - the starttime of the finished timeendTime - the endtime of the finished time
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector ProjectFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.Object orgUnit)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeorgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector ProjectFinishedLoad(java.lang.Object orgUnit)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector ProjectNewedLoad()
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector ProjectNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate task
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector ProjectNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.Object orgUnit)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskorgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector ProjectNewedLoad(java.lang.Object orgUnit)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector ProjectTimeSeriesLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Project prj,
int timeSpan)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeprj - the specific projecttimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProjectTimeSeriesLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
Project prj,
java.lang.Object orgUnit,
int timeSpan)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeprj - the specific projectorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProjectTimeSeriesLoad(Project prj,
int timeSpan)
prj - the specific projecttimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector ProjectTimeSeriesLoad(Project prj,
java.lang.Object orgUnit,
int timeSpan)
prj - the specific projectorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector ProjectUnFinishedLoad()
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector ProjectUnFinishedLoad(java.lang.Object orgUnit)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecord
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector TopMemberFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
int topnum)
topnum - the shown numberstartTime - the starttime of the finished timeendTime - the endtime of the finished time
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector TopMemberFinishedLoad(int topnum)
topnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector TopMemberUnFinishedLoad(int topnum)
topnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector TopPrjTaskFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
int topnum)
startTime - the starttime of the finished timeendTime - the endtime of the finished timetopnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector TopPrjTaskFinishedLoad(int topnum)
topnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector TopPrjTaskNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
int topnum)
startTime - the starttime of the activated timeendTime - the endtime of the activated timetopnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector TopPrjTaskNewedLoad(int topnum)
topnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntityjava.util.Vector TopPrjTaskUnFinishedLoad(int topnum)
topnum - the shown number
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector UnitWorkLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.Object orgUnit,
int timeSpan)
startTime - the starttime of the time to receive taskendTime - the endtime of the time to receive taskorgUnit - the organization unit object, the object type is among Department, Role and MemberRecordtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector UnitWorkLoad(java.lang.Object orgUnit,
int timeSpan)
orgUnit - the organization unit object, the object type is among Department, Role and MemberRecordtimeSpan - time span to measure task load, including Calendar.HOUR_OF_DAY, Calendar.DAY_OF_MONTH, Calendar.MONTH, and Calendar.YEAR
Vector are instance of ChartResultEntity)ChartResultEntity
java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList)
startTime - the starttime of the finished timeendTime - the endtime of the finished timememList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList,
DBProcess pro)
startTime - the starttime of the finished timeendTime - the endtime of the finished timememList - the specific member array (each element in Vector are instance of MemberRecord)prj - the specific root process
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
DBProcess
java.util.Vector UserDefinedMemberFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList,
Project prj)
startTime - the starttime of the finished timeendTime - the endtime of the finished timememList - the specific member array (each element in Vector are instance of MemberRecord)prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
Projectjava.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList)
memList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList,
DBProcess pro)
memList - the specific member array (each element in Vector are instance of MemberRecord)prj - the specific root process
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
DBProcess
java.util.Vector UserDefinedMemberFinishedLoad(java.util.Vector memList,
Project prj)
memList - the specific member array (each element in Vector are instance of MemberRecord)prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
Project
java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskmemList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList,
DBProcess pro)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskmemList - the specific member array (each element in Vector are instance of MemberRecord)pro - the specific parent process
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList,
Project prj)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskmemList - the specific member array (each element in Vector are instance of MemberRecord)prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
Projectjava.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList)
memList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList,
DBProcess pro)
memList - the specific member array (each element in Vector are instance of MemberRecord)pro - the specific parent process
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberNewedLoad(java.util.Vector memList,
Project prj)
memList - the specific member array (each element in Vector are instance of MemberRecord)prj - the specific project
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
Projectjava.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList)
memList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord
java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList,
DBProcess pro)
memList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
DBProcess
java.util.Vector UserDefinedMemberUnFinishedLoad(java.util.Vector memList,
Project prj)
memList - the specific member array (each element in Vector are instance of MemberRecord)
Vector are instance of ChartResultEntity)ChartResultEntity,
MemberRecord,
Project
java.util.Vector UserDefinedProcessFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector proList)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeproList - the specific process array (each element in Vector are instance of DBProcess)
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcessjava.util.Vector UserDefinedProcessFinishedLoad(java.util.Vector proList)
proList - the specific process array (each element in Vector are instance of DBProcess)
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector UserDefinedProcessNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector proList)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskproList - the specific process array (each element in Vector are instance of DBProcess)
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcessjava.util.Vector UserDefinedProcessNewedLoad(java.util.Vector proList)
proList - the specific process array (each element in Vector are instance of DBProcess)
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcessjava.util.Vector UserDefinedProcessUnFinishedLoad(java.util.Vector proList)
proList - the specific process array (each element in Vector are instance of DBProcess)
Vector are instance of ChartResultEntity)ChartResultEntity,
DBProcess
java.util.Vector UserDefinedProjectFinishedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector prjList)
startTime - the starttime of the finished timeendTime - the endtime of the finished timeproList - the specific project array (each element in Vector are instance of Project)
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector UserDefinedProjectFinishedLoad(java.util.Vector proList)
proList - the specific project array (each element in Vector are instance of Project)
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
java.util.Vector UserDefinedProjectNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector prjList)
startTime - the starttime of the time to activate taskendTime - the endtime of the time to activate taskproList - the specific project array (each element in Vector are instance of Project)
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector UserDefinedProjectNewedLoad(java.util.Vector prjList)
proList - the specific project array (each element in Vector are instance of Project)
Vector are instance of ChartResultEntity)ChartResultEntity,
Projectjava.util.Vector UserDefinedProjectUnFinishedLoad(java.util.Vector prjList)
proList - the specific project array (each element in Vector are instance of Project)
Vector are instance of ChartResultEntity)ChartResultEntity,
Project
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||