com.tibco.bpm.web.client.services.actions.orgmodel
Class GetResourceDetails

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

public class GetResourceDetails
extends java.lang.Object
implements OSAction<OrgModelEntityIDResult>

Gets the details of a specified Resource ( identified by a GUID ).

The details will include group and position memberships, privileges and attributes.

©2012 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
GetResourceDetails(java.lang.String GUID)
          Constructs a new GetResourceDetails Action
 
Method Summary
 java.lang.String getGUID()
          The guid of the entity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetResourceDetails

public GetResourceDetails(java.lang.String GUID)
Constructs a new GetResourceDetails Action

Parameters:
GUID - The GUID of the resource.
Method Detail

getGUID

public java.lang.String getGUID()
The guid of the entity.

Returns:
Returns the GUID.


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