com.tibco.bpm.web.client.services.results
Class ProcessTemplateListResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.ProcessTemplateListResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class ProcessTemplateListResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Result containing a ListPage of ProcessTemplate entries detailing the available Process Templates.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ListPage, ProcessTemplate

Constructor Summary
ProcessTemplateListResult(ListPage<ProcessTemplate> templates)
           
 
Method Summary
 ListPage<ProcessTemplate> getTemplates()
          ListPage of the available ProcessTemplate entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessTemplateListResult

public ProcessTemplateListResult(ListPage<ProcessTemplate> templates)
Method Detail

getTemplates

public ListPage<ProcessTemplate> getTemplates()
ListPage of the available ProcessTemplate entries.

Returns:
Returns the templates.


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