Uses of Class
com.tibco.bpm.web.client.model.types.NewRecurringExclusion

Packages that use NewRecurringExclusion
com.tibco.bpm.web.client.model.types   
com.tibco.bpm.web.client.services.actions.calendar   
 

Uses of NewRecurringExclusion in com.tibco.bpm.web.client.model.types
 

Subclasses of NewRecurringExclusion in com.tibco.bpm.web.client.model.types
 class ExistingRecurringExclusion
          TODO Give a useful description of the type.
 class RecurringExclusionDetail
          TODO Give a useful description of the type.
 

Uses of NewRecurringExclusion in com.tibco.bpm.web.client.services.actions.calendar
 

Methods in com.tibco.bpm.web.client.services.actions.calendar that return NewRecurringExclusion
 NewRecurringExclusion[] SaveCalendarEntry.getNewRecurringExclusions()
          Gets an array of NewRecurringExclusions
 

Methods in com.tibco.bpm.web.client.services.actions.calendar with parameters of type NewRecurringExclusion
 void SaveCalendarEntry.setNewRecurringExclusions(NewRecurringExclusion[] newRecurringExclusions)
          Sets an array of NewRecurringExclusions
 

Constructors in com.tibco.bpm.web.client.services.actions.calendar with parameters of type NewRecurringExclusion
SaveCalendarEntry(int version, java.lang.String namespace, java.lang.String name, CalendarDay start, CalendarDay end, NewWorkingDayExclusion[] newWorkingDayExclusions, ExistingWorkingDayExclusion[] existingWorkingDayExclusions, NewRecurringExclusion[] newRecurringExclusions, ExistingRecurringExclusion[] existingRecurringExclusions)
          Constructor for SaveCalendarEntry.
 



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