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

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

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

Result containing a list of OrgModelEntityID entries and extra information about a Resource

©2014 Cloud Software Group, Inc.

Since:
3.0.0
See Also:
OrgModelEntityID

Constructor Summary
LookupUserResult(java.util.List<ResourceInfo> resourceInfo)
          Constructor for LookupUserResult.
 
Method Summary
 java.util.List<ResourceInfo> getResourceInfo()
          Details for the matching resources
 void setResourceInfo(java.util.List<ResourceInfo> resourceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupUserResult

public LookupUserResult(java.util.List<ResourceInfo> resourceInfo)
Constructor for LookupUserResult.

Parameters:
GUID -
entities -
Method Detail

getResourceInfo

public java.util.List<ResourceInfo> getResourceInfo()
Details for the matching resources

Returns:
Returns the resource details

setResourceInfo

public void setResourceInfo(java.util.List<ResourceInfo> resourceInfo)


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