public class AssetModifiedTriggerEvent extends AssetBasedTriggerEvent
AssetBasedTriggerEvent.ActionType
kAssetActionTypeParameterKey
myLogger
Constructor and Description |
---|
AssetModifiedTriggerEvent()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
jsFunction_addMetadataChange(PropertyWrapper theField,
java.lang.String theNewValue,
java.lang.String theOldValue)
Adds an entry to the metadata change map.
|
org.mozilla.javascript.NativeArray |
jsFunction_getModifiedFields()
Returns an array of modified metadata fields.
|
java.lang.Object |
jsFunction_getNewFieldValue(PropertyWrapper theField)
Returns the field's new value.
|
java.lang.Object |
jsFunction_getOldFieldValue(PropertyWrapper theField)
Returns the field's new value.
|
java.lang.String |
jsFunction_getResolverURL()
Returns the resolver URL if this event was triggered by bulk edit.
|
boolean |
jsFunction_wasFieldModified(PropertyWrapper theField)
Returns true if the field was changed as part of this asset modified event.
|
jsFunction_getActionType, jsFunction_getActionTypeString, jsFunction_getAsset, jsFunction_setAsset
jsFunction_getACL, jsFunction_getBaseUrl, jsFunction_getConfiguration, jsFunction_getDate, jsFunction_getGroup, jsFunction_getParameter, jsFunction_getParameterNames, jsFunction_getResponseHeaders, jsFunction_getResponseHeaderValue, jsFunction_getServerURL, jsFunction_getSourceURL, jsFunction_getType, jsFunction_getTypeString, jsFunction_getUploadedFile, jsFunction_getUser, jsFunction_getWorkflow, jsFunction_setResponseHeader, jsFunction_toNative, jsGet_date, jsGet_type
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 void jsFunction_addMetadataChange(PropertyWrapper theField, java.lang.String theNewValue, java.lang.String theOldValue)
theField
- theNewValue
- theOldValue
- public boolean jsFunction_wasFieldModified(PropertyWrapper theField)
jsFunction_wasFieldModified
in class AssetBasedTriggerEvent
theField
- the fieldpublic org.mozilla.javascript.NativeArray jsFunction_getModifiedFields()
jsFunction_getModifiedFields
in class AssetBasedTriggerEvent
public java.lang.Object jsFunction_getNewFieldValue(PropertyWrapper theField)
jsFunction_getNewFieldValue
in class AssetBasedTriggerEvent
theField
- the fieldpublic java.lang.Object jsFunction_getOldFieldValue(PropertyWrapper theField)
jsFunction_getOldFieldValue
in class AssetBasedTriggerEvent
theField
- the fieldpublic java.lang.String jsFunction_getResolverURL()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.