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

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

public class GetEntityName
extends java.lang.Object
implements OSAction<StringResult>

Gets the name of a specified Entity ( identified by a GUID ).

©2012 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
GetEntityName(OrgModelEntityID id)
          Constructs a new GetEntityName Action
 
Method Summary
 OrgModelEntityID getId()
          The id of the entity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEntityName

public GetEntityName(OrgModelEntityID id)
Constructs a new GetEntityName Action

Parameters:
id - The id of the entity.
Method Detail

getId

public OrgModelEntityID getId()
The id of the entity.

Returns:
Returns the id.


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