public class JSLoadingDockManager extends JSBaseScriptableObject
myLogger
Constructor and Description |
---|
JSLoadingDockManager() |
Modifier and Type | Method and Description |
---|---|
LoadingDockItem |
jsFunction_getItemById(int theItemId)
Returns the loading dock item for the specified id.
|
LoadingDockItem[] |
jsFunction_getItemsByProgressId(java.lang.String theProgressId)
Returns the list of loading dock items for the specified progress id.
|
LoadingDockItem[] |
jsFunction_getItemsByUsername(java.lang.String theUserName)
Returns the list of loading dock items for the specified username.
|
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 LoadingDockItem[] jsFunction_getItemsByUsername(java.lang.String theUserName)
theUserName
- the username.public LoadingDockItem[] jsFunction_getItemsByProgressId(java.lang.String theProgressId)
theProgressId
- the progress id.public LoadingDockItem jsFunction_getItemById(int theItemId)
theItemId
- the loading dock item id.Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.