com.microstrategy.web.objects.WebScheduleTriggerTimeYearly |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | April | Month enumeration | |||||||||
int | August | Month enumeration | |||||||||
int | December | Month enumeration | |||||||||
int | February | Month enumeration | |||||||||
int | January | Month enumeration | |||||||||
int | July | Month enumeration | |||||||||
int | June | Month enumeration | |||||||||
int | March | Month enumeration | |||||||||
int | May | Month enumeration | |||||||||
int | November | Month enumeration | |||||||||
int | October | Month enumeration | |||||||||
int | September | Month enumeration |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getMonth()
Return the month this trigger will fire.
| ||||||||||
abstract int |
getYearlyDate()
Return the date associated with this trigger
| ||||||||||
abstract int |
getYearlyDayOfWeek()
Return the day of week value stored in this trigger
| ||||||||||
abstract int |
getYearlyType()
Return the type of day that will be used in this trigger
| ||||||||||
abstract int |
getYearlyWeekOffset()
Return the week that this trigger will fire in
| ||||||||||
abstract void |
setMonth(int month)
Set the month that this trigger will fire
| ||||||||||
abstract void |
setYearlyDate(int date)
Set the date associated with this trigger
| ||||||||||
abstract void |
setYearlyDayOfWeek(int dow)
Set the day of week value for this trigger
| ||||||||||
abstract void |
setYearlyType(int type)
Set the type of day that will be used as this trigger day
| ||||||||||
abstract void |
setYearlyWeekOffset(int offset)
Set the week that this trigger will fire in
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Month enumeration
Return the month this trigger will fire.
January
, etc.
Return the date associated with this trigger
Return the day of week value stored in this trigger
EnumDSSXMLDayOfWeekBitEncoded
Return the type of day that will be used in this trigger
TypeDayNumeric
or
TypeDayOfWeek
Set the date associated with this trigger
date | int between 1 and 31 |
---|
Set the day of week value for this trigger
dow | int from EnumDSSXMLDayOfWeekBitEncoded . Can only
contain a single day/bit
|
---|
Set the type of day that will be used as this trigger day
type | int type of day. Either
TypeDayNumeric or
TypeDayOfWeek
|
---|