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

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

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

Consists of list of Calendar references that identify the Base and Overlay Calendars to be applied for deadline calculations involving the given model-entity.

©2012 Cloud Software Group, Inc.

Since:
2012

Constructor Summary
GetCalendarReferencesResult(java.util.ArrayList<OrgModelEntity> entityCalendars)
          Constructor.
 
Method Summary
 java.util.ArrayList<OrgModelEntity> getEntityCalendars()
          Gets list of OrgModel entities.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCalendarReferencesResult

public GetCalendarReferencesResult(java.util.ArrayList<OrgModelEntity> entityCalendars)
Constructor.

Parameters:
entityCalendars -
Method Detail

getEntityCalendars

public java.util.ArrayList<OrgModelEntity> getEntityCalendars()
Gets list of OrgModel entities.

Returns:


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