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 |
(JavaScript Function) getAssetIds()
Returns an array of asset ids for the assets in the selection.
|
int |
(JavaScript Function) getCurrentDownloads()
Returns the current downloads for this selection.
|
java.lang.String |
(JavaScript Function) getDescription()
Returns the description for this selection.
|
java.lang.String |
(JavaScript Function) getEndDate()
Returns the end date for this selection, or null if this selection has no start date.
|
Group |
(JavaScript Function) getGroup()
Returns the js group object for this selection.
|
int |
(JavaScript Function) getId()
Returns the id for this selection.
|
java.lang.String[] |
(JavaScript Function) getLinkedUsers()
Returns the list of linked user email addresses for this selection.
|
int |
(JavaScript Function) getMaxDownloads()
Returns the maximum downloads for this selection.
|
java.lang.String |
(JavaScript Function) getName()
Returns the name for this selection.
|
int |
(JavaScript Function) getPublicStatus()
Returns the public status for this selection.
|
Group[] |
(JavaScript Function) getSharedGroups()
Gets the list of shared groups for this selection.
|
User[] |
(JavaScript Function) getSharedUsers()
Returns the list of shared users for this selection.
|
java.lang.String |
(JavaScript Function) getStartDate()
Returns the start date for this selection, or null if this selection has no start date.
|
User |
(JavaScript Function) getUser()
Returns the js user object for this selection.
|
boolean |
(JavaScript Function) isGloballyPublic()
Returns true if this selection is globally public.
|
boolean |
(JavaScript Function) isLinkedSelection()
Is this selection available to linked users
|
boolean |
(JavaScript Function) isPublic()
Returns true if this selection is public.
|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public int (JavaScript Function) getId()
public java.lang.String (JavaScript Function) getName()
public java.lang.String (JavaScript Function) getDescription()
public int (JavaScript Function) getPublicStatus()
public Group[] (JavaScript Function) getSharedGroups()
public User (JavaScript Function) getUser()
public Group (JavaScript Function) getGroup()
public java.lang.String (JavaScript Function) getStartDate()
public java.lang.String (JavaScript Function) getEndDate()
public int (JavaScript Function) getMaxDownloads()
public int (JavaScript Function) getCurrentDownloads()
public boolean (JavaScript Function) isPublic()
public boolean (JavaScript Function) isGloballyPublic()
public boolean (JavaScript Function) isLinkedSelection()
true
if it is linked, false
otherwisepublic java.lang.String[] (JavaScript Function) getLinkedUsers()
public User[] (JavaScript Function) getSharedUsers()
public org.mozilla.javascript.NativeArray (JavaScript Function) getAssetIds()
Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.