Uses of Interface
ch.ivyteam.ivy.application.calendar.IBusinessCalendar
-
Packages that use IBusinessCalendar Package Description ch.ivyteam.ivy.application Defines the Axon.ivy application configuration subsystem with interfaces forIApplication
,IProcessModel
,IProcessModelVersion
.ch.ivyteam.ivy.application.calendar ch.ivyteam.ivy.application.restricted ch.ivyteam.ivy.workflow -
-
Uses of IBusinessCalendar in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application with parameters of type IBusinessCalendar Modifier and Type Method Description void
IApplication. setBusinessCalendar(IBusinessCalendar calendar)
Defines theIBusinessCalendar
for thisIApplication
. -
Uses of IBusinessCalendar in ch.ivyteam.ivy.application.calendar
Subinterfaces of IBusinessCalendar in ch.ivyteam.ivy.application.calendar Modifier and Type Interface Description interface
IDefaultBusinessCalendar
The default business calendar represents the defaultIBusinessCalendar
used in the current context.Methods in ch.ivyteam.ivy.application.calendar that return IBusinessCalendar Modifier and Type Method Description IBusinessCalendar
IDefaultBusinessCalendar. get(String calendarName)
Gets an instance of a specific calendar. -
Uses of IBusinessCalendar in ch.ivyteam.ivy.application.restricted
Methods in ch.ivyteam.ivy.application.restricted with parameters of type IBusinessCalendar Modifier and Type Method Description void
IEnvironment. setBusinessCalendar(IBusinessCalendar calendar)
Defines theIBusinessCalendar
for thisIEnvironment
. -
Uses of IBusinessCalendar in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow with parameters of type IBusinessCalendar Modifier and Type Method Description void
ICase. setBusinessCalendar(IBusinessCalendar calendar)
Defines theIBusinessCalendar
for thisICase
.void
ITask. setBusinessCalendar(IBusinessCalendar calendar)
Defines theIBusinessCalendar
for thisITask
.
-