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

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

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

Consists of Updated Calendar References after removal

©2012 Cloud Software Group, Inc.

Since:
2.0

Constructor Summary
RemoveCalendarReferenceResult(java.util.ArrayList<CopiedCalendar> calendarReference)
          Constructor for RemoveCalendarReferenceResult.
 
Method Summary
 java.util.ArrayList<CopiedCalendar> getCalendarReference()
          Gets an array list copied calendar instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveCalendarReferenceResult

public RemoveCalendarReferenceResult(java.util.ArrayList<CopiedCalendar> calendarReference)
Constructor for RemoveCalendarReferenceResult.

Parameters:
calendarReference -
Method Detail

getCalendarReference

public java.util.ArrayList<CopiedCalendar> getCalendarReference()
Gets an array list copied calendar instances.

Returns:
Returns the calendarReference.


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