com.tibco.bpm.web.client.services.actions.processtemplates
Class GetProcessTemplateList

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.processtemplates.GetProcessTemplateList
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<ProcessTemplateListResult>, net.customware.gwt.dispatch.shared.Action<ProcessTemplateListResult>

public class GetProcessTemplateList
extends java.lang.Object
implements OSAction<ProcessTemplateListResult>

Get a list of all the Process Templates for a particular module and process.

This call will return all the versions available.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ProcessTemplateListResult

Constructor Summary
GetProcessTemplateList(java.lang.String moduleName, java.lang.String processName)
          Constructs a new GetProcessTemplateList Action
 
Method Summary
 java.lang.String getModuleName()
          Module name of the process.
 java.lang.String getProcessName()
          Name of the process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProcessTemplateList

public GetProcessTemplateList(java.lang.String moduleName,
                              java.lang.String processName)
Constructs a new GetProcessTemplateList Action

Parameters:
moduleName - Module name of the process.
processName - Name of the process.
Method Detail

getModuleName

public java.lang.String getModuleName()
Module name of the process.

Returns:
Returns the moduleName.

getProcessName

public java.lang.String getProcessName()
Name of the process.

Returns:
Returns the processName.


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