com.microstrategy.web.objects.WebScheduleTriggerTimeMonthly |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | firstWeek | WeekOffset Types | |||||||||
int | fourthWeek | WeekOffset Types | |||||||||
int | lastWeek | WeekOffset Types | |||||||||
int | secondWeek | WeekOffset Types | |||||||||
int | thirdWeek | WeekOffset Types |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getDate()
Returns the date this trigger will fire each month.
| ||||||||||
abstract int |
getDayOfWeek()
Returns the day of the week that the trigger will fire.
| ||||||||||
abstract int |
getMonthlyRepeatValue()
Returns the number of months this trigger will wait to fire again
| ||||||||||
abstract int |
getMonthlyType()
Returns the type of MonthlyTrigger this is, indicating whether the
trigger day will be specified by
TypeDayNumeric or by
TypeDayOfWeek | ||||||||||
abstract int |
getWeekOffset()
Returns which week the trigger will fire on each month.
| ||||||||||
abstract void |
setDate(int date)
Sets the date this trigger will fire each month.
| ||||||||||
abstract void |
setDayOfWeek(int day)
Sets teh day of week that the trigger will fire on.
| ||||||||||
abstract void |
setMonthlyRepeatValue(int value)
Sets the number of months this trigger will wait to fire again
| ||||||||||
abstract void |
setMonthlyType(int type)
Sets teh type of MonthlyTrigger this is, indicating whether the
trigger day will be specified by
TypeDayNumeric or by
TypeDayOfWeek | ||||||||||
abstract void |
setWeekOffset(int offset)
Sets which week the trigger will fire on each month.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
WeekOffset Types
WeekOffset Types
WeekOffset Types
WeekOffset Types
WeekOffset Types
Returns the date this trigger will fire each month. Ignored unless
MonthlyType is set to TypeDayNumeric
Returns the day of the week that the trigger will fire. In conjunction with WeekOffset, this specifies a single day each month for the trigger to fire.
EnumDSSXMLDayOfWeekBitEncoded
Returns the number of months this trigger will wait to fire again
Returns the type of MonthlyTrigger this is, indicating whether the
trigger day will be specified by TypeDayNumeric
or by
TypeDayOfWeek
TypeDayNumeric
, TypeDayOfWeek
Returns which week the trigger will fire on each month. Associated
with the DayOfWeek value and is ignored unless MonthlyType is set to
TypeDayOfWeek
firstWeek
, secondWeek
,
thirdWeek
, fourthWeek
, lastWeek
Sets the date this trigger will fire each month. Ignored unless
MonthlyType is set to TypeDayNumeric
date | int date this trigger will fire each month |
---|
Sets teh day of week that the trigger will fire on. In conjunction with WeekOffset, this specifies a single day each month for the trigger to fire.
day | int value from EnumDSSXMLDayOfWeekBitEncoded
|
---|
Sets the number of months this trigger will wait to fire again
value | int value representing the number of months between firings |
---|
Sets teh type of MonthlyTrigger this is, indicating whether the
trigger day will be specified by TypeDayNumeric
or by
TypeDayOfWeek
type | int value. See TypeDayNumeric , TypeDayOfWeek
|
---|
Sets which week the trigger will fire on each month. Associated with
the DayOfWeek value and is ignored unless MonthlyType is set to
TypeDayOfWeek
.
offset | int specifying which week of the month this trigger will
fire. Must be one of firstWeek ,
secondWeek , thirdWeek ,
fourthWeek , lastWeek
|
---|