| Package | lc.domain |
| Class | public class Group |
| Inheritance | Group Object |
| Implements | IWorkspaceManaged |
Group class represents a group principal in LiveCycle ES
and is used for retrieving the members of a given group.
| Property | Defined By | ||
|---|---|---|---|
| canonicalName : String
The canonical name of the group.
| Group | ||
| commonName : String
The common name of the group.
| Group | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| description : String
The description of the group.
| Group | ||
| domain : String
The domain of the group.
| Group | ||
| email : String
The email address of the group.
| Group | ||
| emailAliases : Array
The email aliases used by the group.
| Group | ||
| oid : String
The unique object identifier of the group.
| Group | ||
| organization : String
The organization name of the group.
| Group | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| Group | ||
| Method | Defined By | ||
|---|---|---|---|
|
Retrieves the members of the group.
| Group | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
Specifies a SessionMap object that stores the information relating to the
server session.
| Group | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| canonicalName | property |
canonicalName:String [read-write] The canonical name of the group.
public function get canonicalName():String
public function set canonicalName(value:String):void
| commonName | property |
commonName:String [read-write] The common name of the group.
public function get commonName():String
public function set commonName(value:String):void
| description | property |
description:String [read-write] The description of the group.
public function get description():String
public function set description(value:String):void
| domain | property |
domain:String [read-write] The domain of the group.
public function get domain():String
public function set domain(value:String):void
| property |
email:String [read-write] The email address of the group.
public function get email():String
public function set email(value:String):void
| emailAliases | property |
emailAliases:Array [read-write] The email aliases used by the group.
public function get emailAliases():Array
public function set emailAliases(value:Array):void
| oid | property |
oid:String [read-write] The unique object identifier of the group.
public function get oid():String
public function set oid(value:String):void
| organization | property |
organization:String [read-write] The organization name of the group.
public function get organization():String
public function set organization(value:String):void
| session | property |
session:SessionMap [read-only]
A SessionMap object that stores information relating to the server session.
public function get session():SessionMap
| getMembers | () | method |
public function getMembers():CollectionToken
Retrieves the members of the group.
ReturnsCollectionToken — A collection of users or nested groups.
|
| setSession | () | method |
public function setSession(session:SessionMap):void
Specifies a SessionMap object that stores the information relating to the
server session.
Parameters
session:SessionMap — Specifies the information relating to the server session.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/Group.html