Uses of Class
com.tibco.bpm.web.client.model.types.ListPage

Packages that use ListPage
com.tibco.bpm.web.client.services.results   
 

Uses of ListPage in com.tibco.bpm.web.client.services.results
 

Methods in com.tibco.bpm.web.client.services.results that return ListPage
 ListPage<ECQueryResult> QueryEventCollectorResult.getResult()
          ListPage containing the ECQueryResult entries for the retrieved Auit Trail.
 ListPage<ProcessInstanceData2> ProcessInstancesDataResult2.getResult()
          ListPage containing a list of ProcessInstanceData2 entries for the Process Template.
 ListPage<ProcessInstanceData> ProcessInstancesDataResult.getResult()
          ListPage containing a list of ProcessInstanceData entries for the Process Template.
 ListPage<ProcessTemplate> ProcessTemplateListResult.getTemplates()
          ListPage of the available ProcessTemplate entries.
 ListPage<WorkListItem2> GetWorkListResult.getWorkList()
           
 ListPage<WorkListItem2> GetToDoListResult4.getWorkList()
          ListPage of WorkListItem2 entries which make up the Work List.
 ListPage<WorkListItem> GetToDoListResult2.getWorkList()
          ListPage of WorkListItem entries which make up the Work List.
 ListPage<WorkListItem> GetToDoListResult.getWorkList()
          ListPage of WorkListItem entries which make up the Work List.
 

Constructors in com.tibco.bpm.web.client.services.results with parameters of type ListPage
GetToDoListResult(ListPage<WorkListItem> workList)
          Constructor.
GetToDoListResult2(ListPage<WorkListItem> workList)
          Constructor.
GetToDoListResult4(ListPage<WorkListItem2> workList, java.util.HashMap<java.lang.String,java.lang.String> attributeAliases, java.lang.String attributeAliasString)
           
GetWorkListResult(ListPage<WorkListItem2> workList, java.util.HashMap<java.lang.String,java.lang.String> attributeAliases, java.lang.String attributeAliasString)
           
ProcessInstancesDataResult(ListPage<ProcessInstanceData> result)
           
ProcessInstancesDataResult2(ListPage<ProcessInstanceData2> result)
           
ProcessTemplateListResult(ListPage<ProcessTemplate> templates)
           
QueryEventCollectorResult(ListPage<ECQueryResult> result)
           
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.