public class ResolverManager extends JSBaseScriptableObject
savedSelectionManager.saveSelection("New Selection", "Description", true, true, resolverManager.directoryURL(new ManagedFolder("Test/"));
myLogger
Constructor and Description |
---|
ResolverManager() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
jsFunction_assetsURLFromAssetIds(org.mozilla.javascript.NativeArray theAssetIds)
Get a resolver url from an array of asset ids
|
java.lang.String |
jsFunction_assetsURLFromManagedFiles(org.mozilla.javascript.NativeArray theManagedFiles)
Returns an asset resolver url
|
java.lang.String |
jsFunction_assetURL(int theAssetId)
Get a url from an asset id
|
java.lang.String |
jsFunction_currentSelectionURL()
Returns a current selection resolver url
|
java.lang.String |
jsFunction_directoryURL(ManagedFolder theManagedFolder)
Returns a directory resolver url
|
java.lang.String |
jsFunction_savedSelectionURL(SavedSelection theSavedSelection)
Returns a saved selection resolver url
|
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 java.lang.String jsFunction_assetsURLFromManagedFiles(org.mozilla.javascript.NativeArray theManagedFiles)
theManagedFiles
- An array of managed files to include in the Resolver URLpublic java.lang.String jsFunction_assetURL(int theAssetId)
theAssetId
- an asset idpublic java.lang.String jsFunction_assetsURLFromAssetIds(org.mozilla.javascript.NativeArray theAssetIds)
theAssetIds
- array of asset idspublic java.lang.String jsFunction_directoryURL(ManagedFolder theManagedFolder)
theManagedFolder
- the ManagedFolder object to resolve to its containing assetspublic java.lang.String jsFunction_currentSelectionURL()
public java.lang.String jsFunction_savedSelectionURL(SavedSelection theSavedSelection)
theSavedSelection
- the SavedSelection object to resolve to the assets in the selectionCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.