public class Group extends JSBaseScriptableObject
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
boolean |
jsFunction_containsUser(User theUser)
Returns true if the user is in this group, otherwise return false.
|
ACL[] |
jsFunction_getACLs()
Get this group's ACLs.
|
User[] |
jsFunction_getUsers()
Get all of the members of this group.
|
void |
jsFunction_updateGroup()
Updates the groups info in the user database.
|
java.lang.String |
jsGet_description()
Returns the group description.
|
java.lang.String |
jsGet_displayName()
Javascript getter for group display name property.
|
int |
jsGet_editLevel()
Returns the group edit level.
|
boolean |
jsGet_hidden()
Javascript getter for group hidden property.
|
int |
jsGet_id()
Javascript getter for group id property.
|
java.lang.String |
jsGet_ldapDn()
Javascript getter for group LDAP DN property.
|
int |
jsGet_loadingDockType()
Returns the group loading dock type.
|
java.lang.String |
jsGet_loginText()
Returns the group login text.
|
java.lang.String |
jsGet_name()
Javascript getter for group name property.
|
boolean |
jsGet_primary()
Javascript getter for group primary property.
|
int |
jsGet_priority()
Javascript getter for group priority property.
|
int |
jsGet_viewLevel()
Returns the group view level.
|
void |
jsSet_description(java.lang.String theDescription) |
void |
jsSet_displayName(java.lang.String theName) |
void |
jsSet_editLevel(int theEdit) |
void |
jsSet_hidden(boolean theHidden) |
void |
jsSet_loadingDockType(int theType) |
void |
jsSet_loginText(java.lang.String theText) |
void |
jsSet_name(java.lang.String theName) |
void |
jsSet_priority(int thePriority) |
void |
jsSet_viewLevel(int theView) |
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 jsGet_name()
public void jsSet_name(java.lang.String theName)
public java.lang.String jsGet_displayName()
public void jsSet_displayName(java.lang.String theName)
public int jsGet_id()
public boolean jsGet_primary()
public boolean jsGet_hidden()
public void jsSet_hidden(boolean theHidden)
public java.lang.String jsGet_ldapDn()
public int jsGet_priority()
public void jsSet_priority(int thePriority)
public ACL[] jsFunction_getACLs()
public User[] jsFunction_getUsers()
public boolean jsFunction_containsUser(User theUser)
theUser
- public java.lang.String jsGet_description()
public void jsSet_description(java.lang.String theDescription)
public int jsGet_loadingDockType()
public void jsSet_loadingDockType(int theType)
public int jsGet_editLevel()
public void jsSet_editLevel(int theEdit)
public int jsGet_viewLevel()
public void jsSet_viewLevel(int theView)
public java.lang.String jsGet_loginText()
public void jsSet_loginText(java.lang.String theText)
public void jsFunction_updateGroup()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.