Agentflow
V3.1

Uses of Class
pe.pase.Project

Packages that use Project
pe.pase   
si.wfcidata   
si.wfinterface   
 

Uses of Project in pe.pase
 

Methods in pe.pase that return Project
 Project ServerService.getProject(java.lang.String prjID)
          Return a data object of project by ID
 Project PDEService.getProject(java.lang.String prjID)
          Return a data object of project by ID
 Project ClientAPI.getProject(java.lang.String prjID)
          Get project by the specified project id.
 Project BasedClientAPI.getProject(java.lang.String prjID)
           
 Project ServerService.getProjectOfPASEProcess(java.lang.String proID)
          Return the project of the PASEProcess.
 Project PDEService.getProjectOfPASEProcess(java.lang.String proID)
          Return the project of the PASEProcess.
 

Methods in pe.pase with parameters of type Project
 java.util.Vector ChartAPI.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 ChartAPI.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 ChartAPI.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 ChartAPI.ProcessFinishedLoad(Project prj)
          calculate the statistics about the finished task load in a specific project.
 java.util.Vector ChartAPI.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 ChartAPI.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 ChartAPI.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 ChartAPI.ProcessNewedLoad(Project prj)
          calculate the statistics about the activated task load in a specific project.
 java.util.Vector ChartAPI.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 ChartAPI.ProcessUnFinishedLoad(Project prj)
          calculate the statistics about the unfinished task load in a specific project.
 java.util.Vector ChartAPI.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 ChartAPI.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 ChartAPI.ProjectTimeSeriesLoad(Project prj, int timeSpan)
          calculate the statistics about the task load for a specific project.
 java.util.Vector ChartAPI.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 ChartAPI.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 ChartAPI.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 ChartAPI.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 ChartAPI.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 ChartAPI.UserDefinedMemberUnFinishedLoad(java.util.Vector memList, Project prj)
          calculate the statistics about the unfinished task load in a specific project by some specific members.
 

Uses of Project in si.wfcidata
 

Subclasses of Project in si.wfcidata
 class AFProject
          AFProject
 

Methods in si.wfcidata that return Project
 Project AFProject.getProject()
          getProject
 

Methods in si.wfcidata with parameters of type Project
 boolean ChartJPGAPIImpl.ProcessFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessFinishedLoad(java.lang.Object orgUnit, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessFinishedLoad(Project prj, int categoryType, java.io.OutputStream output)
          專案內已完成主流程工作量統計
 boolean ChartJPGAPIImpl.ProcessNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.lang.Object orgUnit, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessNewedLoad(java.lang.Object orgUnit, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessNewedLoad(Project prj, int categoryType, java.io.OutputStream output)
          專案內被啟動主流程工作量統計
 boolean ChartJPGAPIImpl.ProcessUnFinishedLoad(java.lang.Object orgUnit, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProcessUnFinishedLoad(Project prj, int categoryType, java.io.OutputStream output)
          專案內未完成主流程工作量統計
 boolean ChartJPGAPIImpl.ProjectTimeSeriesLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj, int timeSpan, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProjectTimeSeriesLoad(java.util.Calendar startTime, java.util.Calendar endTime, Project prj, java.lang.Object orgUnit, int timeSpan, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.ProjectTimeSeriesLoad(Project prj, int timeSpan, int categoryType, java.io.OutputStream output)
          專案各時間已完成主流程工作量統計(Time Series Chart)
 boolean ChartJPGAPIImpl.ProjectTimeSeriesLoad(Project prj, java.lang.Object orgUnit, int timeSpan, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.UserDefinedMemberFinishedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.UserDefinedMemberFinishedLoad(java.util.Vector memList, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.UserDefinedMemberNewedLoad(java.util.Calendar startTime, java.util.Calendar endTime, java.util.Vector memList, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.UserDefinedMemberNewedLoad(java.util.Vector memList, Project prj, int categoryType, java.io.OutputStream output)
           
 boolean ChartJPGAPIImpl.UserDefinedMemberUnFinishedLoad(java.util.Vector memList, Project prj, int categoryType, java.io.OutputStream output)
           
 

Constructors in si.wfcidata with parameters of type Project
AFProject(WFCI wfci, Project project)
          Constructor
 

Uses of Project in si.wfinterface
 

Methods in si.wfinterface that return Project
 Project WCCI.getProject(java.lang.String prjID)
          Return a data object of project by ID.
 Project WFCI.getProject(java.lang.String prjID)
          Returns a data object of project by ID.
 Project WCCI.getProjectOfPASEProcess(java.lang.String proID)
          Return the project of the PASEProcess.
 Project WFCI.getProjectOfPASEProcess(java.lang.String proID)
          Returns the project of the PASEProcess.
 


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.