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

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

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

Result containing details of the Organisational Model in a list of OrgModelEntity entries.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
OrgModelEntity

Constructor Summary
OrgModelEntityResult(java.util.ArrayList<OrgModelEntity> entities)
           
 
Method Summary
 java.util.ArrayList<OrgModelEntity> getEntities()
          List of the entries representing the Organisational Model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgModelEntityResult

public OrgModelEntityResult(java.util.ArrayList<OrgModelEntity> entities)
Method Detail

getEntities

public java.util.ArrayList<OrgModelEntity> getEntities()
List of the entries representing the Organisational Model.

Returns:
Returns the entities.


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