パッケージ | lc.foundation.domain |
クラス | public class User |
継承 | User ![]() ![]() ![]() |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
User
class represents a user on the Document Server
and is used to retrieve the properties of a specific user.
プロパティ | 定義元 | ||
---|---|---|---|
address : String
Deprecated Since Workspace 10: Please use the postalAddress property. | User | ||
businessCalendarKey : String
The user's BusinessCalendarKey. | User | ||
![]() | canonicalName : String
The user's canonical name. | Principal | |
![]() | commonName : String
The user's common (display) name. | Principal | |
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
![]() | description : String
A description of the user. | Principal | |
![]() | directGroupMemberships : ArrayCollection
The groups to which a user directly belongs. | Principal | |
disabled : Boolean
The user's isDisabled value. | User | ||
displayName : String
Deprecated Since Workspace 10: Please use the commonName property. | User | ||
domain : String
The domain to which a user belongs. | User | ||
![]() | domainCommonName : String
The user's common domain main. | Principal | |
![]() | domainName : String
The user directory's domain name for which the user is defined. | Principal | |
![]() | email : String
The email address of the user. | Principal | |
emailAlias : Array
The email address of the user. | User | ||
![]() | emailAliases : Array
The email aliases for the user. | Principal | |
familyName : String
The family name of the user. | User | ||
firstName : String
The first name of the user. | User | ||
givenName : String
The given name of the user. | User | ||
![]() | groupMemberships : ArrayCollection
All groups to which a user belongs. | Principal | |
groups : Array
Deprecated Since Workspace 10: Please use the groupMemberships property. | User | ||
initials : String
The middle initial(s) of the user. | User | ||
isOutOfOffice : Boolean
The out of office indicator for the user. | User | ||
lastName : String
The last name of the user. | User | ||
![]() | local : Boolean
The user's local value. | Principal | |
locale : String
The locale used by the user. | User | ||
![]() | locked : Boolean
Specifies whether the user is locked. | Principal | |
![]() | oid : String
The unique identifier for the user called a object identifier. | Principal | |
![]() | org : String
The user's organization name. | Principal | |
postalAddress : String
The postal address of the user. | User | ||
![]() | principalType : String
The user's common domain main. | Principal | |
![]() | roleMembership : ArrayCollection
The roles to which a user belongs. | Principal | |
![]() | session : SessionMap [読み取り専用]
A SessionMap object that stores information relating to the server session. | DomainObject | |
![]() | status : String
The user's common domain main. | Principal | |
![]() | system : Boolean
A flag value that specifies whether the principal is a system principal. | Principal | |
telephone : String
Deprecated Since Workspace 10: Please use the telephoneNumber property. | User | ||
telephoneNumber : String
The telephone number for the user. | User | ||
timezone : String
The name of the time zone. | User | ||
timeZone : String
The name of the time zone. | User | ||
userid : String
The user's user ID. | User | ||
![]() | visibility : Number
The user's visibility value. | Principal |
メソッド | 定義元 | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | Principal | |
![]() |
Dispatches an event into the event flow. | Principal | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | Principal | |
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
Removes a listener from the EventDispatcher object. | Principal | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Principal |
address | プロパティ |
address:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since Workspace 10: Please use the postalAddress
property.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get address():String
public function set address(value:String):void
businessCalendarKey | プロパティ |
businessCalendarKey:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user's BusinessCalendarKey.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get businessCalendarKey():String
public function set businessCalendarKey(value:String):void
disabled | プロパティ |
disabled:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user's isDisabled value.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get disabled():Boolean
public function set disabled(value:Boolean):void
displayName | プロパティ |
displayName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since Workspace 10: Please use the commonName
property.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get displayName():String
public function set displayName(value:String):void
domain | プロパティ |
domain:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain to which a user belongs.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get domain():String
public function set domain(value:String):void
emailAlias | プロパティ |
emailAlias:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9.0.0.2 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The email address of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get emailAlias():Array
public function set emailAlias(value:Array):void
familyName | プロパティ |
familyName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The family name of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get familyName():String
public function set familyName(value:String):void
firstName | プロパティ |
firstName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The first name of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get firstName():String
public function set firstName(value:String):void
givenName | プロパティ |
givenName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The given name of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get givenName():String
public function set givenName(value:String):void
groups | プロパティ |
groups:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since Workspace 10: Please use the groupMemberships
property.
Replaced by groupMemberships.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get groups():Array
public function set groups(value:Array):void
関連する API エレメント
initials | プロパティ |
initials:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The middle initial(s) of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get initials():String
public function set initials(value:String):void
isOutOfOffice | プロパティ |
isOutOfOffice:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9.0.0.2 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The out of office indicator for the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get isOutOfOffice():Boolean
public function set isOutOfOffice(value:Boolean):void
lastName | プロパティ |
lastName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The last name of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get lastName():String
public function set lastName(value:String):void
locale | プロパティ |
locale:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The locale used by the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get locale():String
public function set locale(value:String):void
postalAddress | プロパティ |
postalAddress:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The postal address of the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get postalAddress():String
public function set postalAddress(value:String):void
telephone | プロパティ |
telephone:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since Workspace 10: Please use the telephoneNumber
property.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get telephone():String
public function set telephone(value:String):void
telephoneNumber | プロパティ |
telephoneNumber:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The telephone number for the user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get telephoneNumber():String
public function set telephoneNumber(value:String):void
timezone | プロパティ |
timezone:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the time zone.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get timezone():String
public function set timezone(value:String):void
timeZone | プロパティ |
timeZone:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the time zone.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get timeZone():String
public function set timeZone(value:String):void
userid | プロパティ |
userid:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user's user ID.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get userid():String
public function set userid(value:String):void
Tue Jun 12 2018, 10:34 AM Z