|
Agentflow V3.1 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBProcess | |
---|---|
pe.pase | |
si.wfcidata | |
si.wfinterface |
Uses of DBProcess in pe.pase |
---|
Subclasses of DBProcess in pe.pase | |
---|---|
class |
CallProcess
No comment yet |
class |
CreateProcess
|
class |
CSDBProcess
會簽形態的 Process 資料. |
class |
DTDBProcess
|
class |
GatherProcess
|
class |
IapDBProcess
核決權限形態的 Process 靜態資料. |
Methods in pe.pase that return DBProcess | |
---|---|
DBProcess |
ServerService.getDBProcess(java.lang.String pID)
Return a data object of process |
DBProcess |
ProjectChartModel.getDBProcess(java.lang.String proID)
Access process data |
DBProcess |
PDEService.getDBProcess(java.lang.String pID)
Return a data object of process |
DBProcess |
MonitorInfoProvider.getDBProcess(java.lang.String pID)
|
DBProcess |
ClientAPI.getDBProcess(java.lang.String pID)
Get DBProcess by process id
Examples:
var pID = "PRO0549992486182610";
var dbProcess = Client.getDBProcess(pID);
//returns the DBProcess object
|
DBProcess |
BasedClientAPI.getDBProcess(java.lang.String pID)
|
Methods in pe.pase with parameters of type DBProcess | |
---|---|
void |
DBProcess.addSubProcess(DBProcess process)
Add a porcess into the list of sub-processes |
java.util.Vector |
ChartAPI.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 |
ChartAPI.ProcessNodeAverageTime(DBProcess pro)
calculate the statistics about the task average finished time of every sub-processes for a specific process. |
java.util.Vector |
ChartAPI.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 |
ChartAPI.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 |
ChartAPI.ProcessTimeSeriesLoad(DBProcess pro,
int timeSpan)
calculate the statistics about the task load for a specific process. |
java.util.Vector |
ChartAPI.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 |
ChartAPI.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 |
ChartAPI.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 |
ChartAPI.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 |
ChartAPI.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 |
ChartAPI.UserDefinedMemberUnFinishedLoad(java.util.Vector memList,
DBProcess pro)
calculate the statistics about the unfinished task load in a specific root process by some specific members. |
Uses of DBProcess in si.wfcidata |
---|
Methods in si.wfcidata with parameters of type DBProcess | |
---|---|
boolean |
ChartJPGAPIImpl.ProcessNodeAverageTime(java.util.Calendar startTime,
java.util.Calendar endTime,
DBProcess pro,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.ProcessNodeAverageTime(DBProcess pro,
int categoryType,
java.io.OutputStream output)
流程各子流程平均工作時間統計 |
boolean |
ChartJPGAPIImpl.ProcessTimeSeriesLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
DBProcess pro,
int timeSpan,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.ProcessTimeSeriesLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
DBProcess pro,
java.lang.Object orgUnit,
int timeSpan,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.ProcessTimeSeriesLoad(DBProcess pro,
int timeSpan,
int categoryType,
java.io.OutputStream output)
主流程各時間完成工作量統計(Time Series Chart) |
boolean |
ChartJPGAPIImpl.ProcessTimeSeriesLoad(DBProcess pro,
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,
DBProcess pro,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.UserDefinedMemberFinishedLoad(java.util.Vector memList,
DBProcess pro,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.UserDefinedMemberNewedLoad(java.util.Calendar startTime,
java.util.Calendar endTime,
java.util.Vector memList,
DBProcess pro,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.UserDefinedMemberNewedLoad(java.util.Vector memList,
DBProcess pro,
int categoryType,
java.io.OutputStream output)
|
boolean |
ChartJPGAPIImpl.UserDefinedMemberUnFinishedLoad(java.util.Vector memList,
DBProcess pro,
int categoryType,
java.io.OutputStream output)
|
Uses of DBProcess in si.wfinterface |
---|
Methods in si.wfinterface that return DBProcess | |
---|---|
DBProcess |
WCCI.getDBProcess(java.lang.String pID)
Return a data object of process. |
DBProcess |
WFCI.getDBProcess(java.lang.String pID)
Returns a data object of process. |
|
Agentflow V3.1 |
||||||||
PREV NEXT | FRAMES NO FRAMES |