public class TriggerConfiguration extends MBScriptableObject
myLogger
Constructor and Description |
---|
TriggerConfiguration()
Constructor (no-arg version for rhino).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
jsFunction_getTriggerParameter(java.lang.String theParameterName)
Returns the value for the specified trigger parameter name, or null if there is no parameter with that name.
|
org.mozilla.javascript.NativeArray |
jsFunction_getTriggerParameterNames()
Returns an array of the trigger parameter names.
|
java.lang.String |
jsFunction_getWorkflowParameter(java.lang.String theParameterName)
Returns the value for the specified workflow parameter name, or null if there is no parameter with that name.
|
org.mozilla.javascript.NativeArray |
jsFunction_getWorkflowParameterNames()
Returns an array of the workflow parameter names.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public TriggerConfiguration()
public org.mozilla.javascript.NativeArray jsFunction_getWorkflowParameterNames()
public java.lang.String jsFunction_getWorkflowParameter(java.lang.String theParameterName)
theParameterName
- the parameter namepublic org.mozilla.javascript.NativeArray jsFunction_getTriggerParameterNames()
public java.lang.String jsFunction_getTriggerParameter(java.lang.String theParameterName)
theParameterName
- the parameter nameCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.