public class ScheduledTriggerConfiguration extends TriggerConfiguration
Constructor and Description |
---|
ScheduledTriggerConfiguration()
Constructor (no-arg version for rhino).
|
Modifier and Type | Method and Description |
---|---|
int |
(JavaScript Function) getDayOfMonth()
Returns the scheduled day of month for kMonthly schedule, from 1 - 28.
|
java.lang.String |
(JavaScript Function) getDayOfWeek()
Returns the scheduled day of week for kWeekly schedule.
|
java.lang.String |
(JavaScript Function) getStartDate()
Returns the scheduled start date that was configured for this trigger.
|
int |
(JavaScript Function) getTime()
Returns the scheduled time, in minutes.
|
java.lang.String |
(JavaScript Function) getType()
Returns the schedule type, one of kInterval, kHourly, kDaily, kWeekly, kMonthly.
|
(JavaScript Function) getTriggerParameter, (JavaScript Function) getTriggerParameterNames, (JavaScript Function) getWorkflowParameter, (JavaScript Function) getWorkflowParameterNames
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size
public ScheduledTriggerConfiguration()
public java.lang.String (JavaScript Function) getType()
public java.lang.String (JavaScript Function) getStartDate()
public int (JavaScript Function) getTime()
public java.lang.String (JavaScript Function) getDayOfWeek()
public int (JavaScript Function) getDayOfMonth()
Copyright © 2016 MediaBeacon, Inc. All Rights Reserved.