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

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

public class GetProcessInstanceData
extends java.lang.Object
implements OSAction<ProcessInstancesDataResult>

Retrieve details of Process Instances for a particular Process Template from the Process Engine.

As this data is retrieved from the Engine no data about completed or cancelled processes is retrieved, only active process instances are listed.

To get information about active and completed processes use GetProcessInstancesFromEC.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ProcessInstancesDataResult

Constructor Summary
GetProcessInstanceData(java.lang.String moduleName, java.lang.String processName, java.lang.String version)
          Construct a new GetProcessInstanceData Action
 
Method Summary
 java.lang.String getModuleName()
          Module name of the Process Template.
 java.lang.String getProcessName()
          Name of the Process Template.
 java.lang.String getVersion()
          Version of the Process Template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProcessInstanceData

public GetProcessInstanceData(java.lang.String moduleName,
                              java.lang.String processName,
                              java.lang.String version)
Construct a new GetProcessInstanceData Action

Parameters:
moduleName - Module name of the Process Template.
processName - Name of the Process Template.
version - Version of the Process Template.
Method Detail

getModuleName

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

Returns:
Returns the moduleName.

getProcessName

public java.lang.String getProcessName()
Name of the Process Template.

Returns:
Returns the processName.

getVersion

public java.lang.String getVersion()
Version of the Process Template.

Returns:
Returns the version.


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