com.tibco.bpm.web.client.services.actions.workviews
Class AddResourceToView

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

public class AddResourceToView
extends java.lang.Object
implements OSAction<VoidResult>

Add the current Resource to a Work List View in BRM, this will allow the Resource to see the view in the BPM client.

©2011 Cloud Software Group, Inc.

Since:
2.0.0
See Also:

Constructor Summary
AddResourceToView(long workListViewID)
          Constructs a new AddResourceToView Action.
 
Method Summary
 long getWorkItemId()
          ID of the View
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddResourceToView

public AddResourceToView(long workListViewID)
Constructs a new AddResourceToView Action.

Parameters:
workListViewID - The ID of the Work List View to add the resource to.
Method Detail

getWorkItemId

public long getWorkItemId()
ID of the View

Returns:
Id of the View


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