|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.processtemplates.GetProcessInstancesFromEC
public class GetProcessInstancesFromEC
Retrieve Process Instance Data from Event Collector.
Event Collector keeps information about active and completed / cancelled instances.
©2011 TIBCO Software Inc.
ProcessInstancesDataResult| Constructor Summary | |
|---|---|
GetProcessInstancesFromEC(java.lang.String filter)
Construct a new GetProcessInstancesFromEC Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilter()
Filter string to query Event Collector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetProcessInstancesFromEC(java.lang.String filter)
filter - Filter string to query Event Collector.
A simple query for a Process Template would be :
"processTemplateName = 'templateName' AND version = '1.0.0' AND moduleName = 'moduleName'"
See the Event Collector documentation for information about possible filter strings.
| Method Detail |
|---|
public java.lang.String getFilter()
A simple query for a Process Template would be :
"processTemplateName = 'templateName' AND version = '1.0.0' AND moduleName = 'moduleName'"
See the Event Collector documentation for information about possible filter strings.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||