public class SavedSelection extends JSBaseScriptableObject
Constructor and Description |
---|
SavedSelection()
Constructor (no-arg version for rhino).
|
Modifier and Type | Method and Description |
---|---|
org.mozilla.javascript.NativeArray |
jsFunction_getAssetIds()
Returns an array of asset ids for the assets in the selection.
|
int |
jsFunction_getCurrentDownloads()
Returns the current downloads for this selection.
|
java.lang.String |
jsFunction_getDescription()
Returns the description for this selection.
|
java.lang.String |
jsFunction_getEndDate()
Returns the end date for this selection, or null if this selection has no start date.
|
Group |
jsFunction_getGroup()
Returns the js group object for this selection.
|
int |
jsFunction_getId()
Returns the id for this selection.
|
java.lang.String[] |
jsFunction_getLinkedUsers()
Returns the list of linked user email addresses for this selection.
|
int |
jsFunction_getMaxDownloads()
Returns the maximum downloads for this selection.
|
java.lang.String |
jsFunction_getName()
Returns the name for this selection.
|
int |
jsFunction_getPublicStatus()
Returns the public status for this selection.
|
Group[] |
jsFunction_getSharedGroups()
Gets the list of shared groups for this selection.
|
User[] |
jsFunction_getSharedUsers()
Returns the list of shared users for this selection.
|
java.lang.String |
jsFunction_getStartDate()
Returns the start date for this selection, or null if this selection has no start date.
|
User |
jsFunction_getUser()
Returns the js user object for this selection.
|
boolean |
jsFunction_isGloballyPublic()
Deprecated.
use
SavedSelection.jsFunction_isPublicSelection() instead, left here for the sake of backward compatibility |
boolean |
jsFunction_isLinkedSelection()
Is this selection available to linked users
|
boolean |
jsFunction_isPublic()
Deprecated.
use
SavedSelection.jsFunction_isShared() instead, left here for the sake of backward compatibility |
boolean |
jsFunction_isPublicSelection()
Returns true if this selection is public.
|
boolean |
jsFunction_isShared()
Returns true if this selection is shared.
|
java.lang.String |
jsFunction_toString()
Returns the string form of this instance.
|
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 int jsFunction_getId()
public java.lang.String jsFunction_getName()
public java.lang.String jsFunction_getDescription()
public int jsFunction_getPublicStatus()
public Group[] jsFunction_getSharedGroups()
public User jsFunction_getUser()
public Group jsFunction_getGroup()
public java.lang.String jsFunction_getStartDate()
public java.lang.String jsFunction_getEndDate()
public int jsFunction_getMaxDownloads()
public int jsFunction_getCurrentDownloads()
@Deprecated public boolean jsFunction_isPublic()
SavedSelection.jsFunction_isShared()
instead, left here for the sake of backward compatibilitypublic boolean jsFunction_isShared()
@Deprecated public boolean jsFunction_isGloballyPublic()
SavedSelection.jsFunction_isPublicSelection()
instead, left here for the sake of backward compatibilitypublic boolean jsFunction_isPublicSelection()
public boolean jsFunction_isLinkedSelection()
true
if it is linked, false
otherwisepublic java.lang.String[] jsFunction_getLinkedUsers()
public User[] jsFunction_getSharedUsers()
public org.mozilla.javascript.NativeArray jsFunction_getAssetIds()
public java.lang.String jsFunction_toString()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.