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

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

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

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

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

Methods in com.tibco.bpm.web.client.services.actions.calendar that return NewWorkingDayExclusion
 NewWorkingDayExclusion[] SaveCalendarEntry.getNewWorkingDayExclusions()
          Gets the NewWorkingDayExclusion array.
 

Methods in com.tibco.bpm.web.client.services.actions.calendar with parameters of type NewWorkingDayExclusion
 void SaveCalendarEntry.setNewWorkingDayExclusions(NewWorkingDayExclusion[] newWorkingDayExclusions)
          Sets the NewWorkingDayExclusion array.
 

Constructors in com.tibco.bpm.web.client.services.actions.calendar with parameters of type NewWorkingDayExclusion
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.