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

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

public class ListMigrationRules
extends java.lang.Object
implements OSAction<ListMigrationRulesResult>

Retrieve all the migration rules that have been set for a particular Process Template.

These are the rules previously set by calling SetMigrationRules.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ListMigrationRulesResult

Constructor Summary
ListMigrationRules(java.lang.String processName, java.lang.String moduleName)
          Constructs a new ListMigrationRules 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

ListMigrationRules

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

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

getProcessName

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

Returns:
Returns the processName.

getModuleName

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

Returns:
Returns the moduleName.


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