com.tibco.bpm.web.client.services.actions.calendar
Class ResolveReference

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

public class ResolveReference
extends java.lang.Object
implements OSAction<ResolveReferencesResult>

Resolves a given collection of Calendar References, by returning the identifier of the Calendar instance to which each are associated. A Calendar Reference is an external reference to a Calendar instance held within the Calendar Component. References simply consist of a unique identifier (a GUID), that can be associated with any one of the Calendars held within the Calendar Component. The same Calendar instance can be associated with any number of Calendar References. The response will consist of the same Calendar References as the request, but with the identifier of the Calendar instance they are associated with. If a given Reference is not associated with a Calendar instance, it will still be included but no Calendar will be identified for that reference.

©2012 Cloud Software Group, Inc.

Since:
2.0

Constructor Summary
ResolveReference(java.util.ArrayList<java.lang.String> references)
          Constructor.
 
Method Summary
 java.util.ArrayList<java.lang.String> getReferences()
          Gets an array list of references.
 void setReferences(java.util.ArrayList<java.lang.String> references)
          Sets references.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveReference

public ResolveReference(java.util.ArrayList<java.lang.String> references)
Constructor.

Parameters:
references -
Method Detail

getReferences

public java.util.ArrayList<java.lang.String> getReferences()
Gets an array list of references.

Returns:
Returns the references.

setReferences

public void setReferences(java.util.ArrayList<java.lang.String> references)
Sets references.

Parameters:
references - The references to set.


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