|
||||||||||
| 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.GetProcessInstancesFromEC2
public class GetProcessInstancesFromEC2
Retrieve Process Instance Data from Event Collector.
Event Collector keeps information about active and completed / cancelled instances. V2 of the interface allows the number of items, start location and sort order to be specified
©2013 TIBCO Software Inc.
ProcessInstancesDataResult2| Constructor Summary | |
|---|---|
GetProcessInstancesFromEC2(java.lang.String filter,
int startItem,
int numItems,
java.util.List<SortOrder> sortOrder)
Construct a new GetProcessInstancesFromEC Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilter()
Filter string to query Event Collector. |
int |
getNumItems()
numItems The number of items to retrieve |
java.util.List<SortOrder> |
getSortOrder()
The sort order to be passed to the EC query. |
int |
getStartItem()
startItem The index of the first item to retrieve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetProcessInstancesFromEC2(java.lang.String filter,
int startItem,
int numItems,
java.util.List<SortOrder> sortOrder)
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.
startItem - The index of the first item to retrievenumItems - The number of items to retrieveThe - sort order to be passed to the EC query. Each SortOrder entry specifies a column name and the sort direction| 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.
public int getStartItem()
public int getNumItems()
public java.util.List<SortOrder> getSortOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||