public class JSGroupManager extends JSBaseScriptableObject
Constructor and Description |
---|
JSGroupManager() |
Modifier and Type | Method and Description |
---|---|
Group |
(JavaScript Function) duplicateGroup(Group theGroupToDuplicate,
java.lang.String theGroupName)
Duplicate the given group.
|
Group |
(JavaScript Function) findGroupById(int theGroupId)
Returns the specified group.
|
Group |
(JavaScript Function) getGroup(java.lang.String theGroupName)
Returns the specified group.
|
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 Group (JavaScript Function) getGroup(java.lang.String theGroupName)
theGroupName
- public Group (JavaScript Function) duplicateGroup(Group theGroupToDuplicate, java.lang.String theGroupName)
theGroupToDuplicate
- The group to duplicate.theGroupName
- The new group's name.public Group (JavaScript Function) findGroupById(int theGroupId)
theGroupId
- the group id.Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.