Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
lc.foundation 

UserManager  - AS3 ADEP Workspace

パッケージlc.foundation
クラスpublic class UserManager
継承UserManager Inheritance Manager
実装 IUserManager

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The UserManager class is the standard implementation of the IUserManager interface.



パブリックメソッド
 メソッド定義元
  
Constructor.
UserManager
  
Retrieves the groups that match the specified substring.
UserManager
  
Retrieves the users that match the specified substring.
UserManager
  
Retrieves a list of users who have a common name, who are members in the group specified by the group's OID.
UserManager
  
Retrieves the users that match the specified substring and have invoke permissions to the service.
UserManager
パブリック定数
 定数定義元
  MSG_GET_GROUPS_ERROR : String = "ALC-WKS-007-121"
[静的] A special value that specifies an error occurred retrieving group information.
UserManager
  SESSION_KEY : String = "lc.foundation.IUserManager"
[静的] A special value that specifies the manager key name in the SessionMap object.
UserManager
コンストラクターの詳細

UserManager

()コンストラクター
public function UserManager(session:SessionMap)

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

パラメーター
session:SessionMap — Specifies the location of the server URL. If the URL is a value of null, the default is to access the Document Server at the same location where Workspace SWF file is loaded from.
メソッドの詳細

findGroups

()メソッド
public function findGroups(commonNameFilter:String):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the groups that match the specified substring. The matching is performed against the display name of the group. For example, "ample" would match groups named SampleOrganization. Matching is not case-sensitive.

パラメーター

commonNameFilter:String — Specifies a substring to match.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of Group objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.

findUsers

()メソッド 
public function findUsers(commonNameFilter:String):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the users that match the specified substring. A match is made against the display name of the user. For example, "ikira" would match "Akira Tanaka". Matching is not case-sensitive.

パラメーター

commonNameFilter:String — Specifies a substring to match.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.

findUsersInGroup

()メソッド 
public function findUsersInGroup(groupOid:String, commonNameFilter:String = null):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a list of users who have a common name, who are members in the group specified by the group's OID. If the commonNamePattern parameter is not supplied, it will return the users who are members of the group specified by the groupOID parameter.

パラメーター

groupOid:String — Specifies the OID of the group.
 
commonNameFilter:String (default = null) — Specifies the common name of the user(s). The default is null.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.

findUsersWithPermission

()メソッド 
public function findUsersWithPermission(commonNameFilter:String, serviceName:String):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the users that match the specified substring and have invoke permissions to the service. The matching is performed against the display name of the user. For example, ikira would match Akira Tanaka. Matching is not case sensitive.

パラメーター

commonNameFilter:String — Specifies a substring to match.
 
serviceName:String — Specifies the service name.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.
定数の詳細

MSG_GET_GROUPS_ERROR

定数
public static const MSG_GET_GROUPS_ERROR:String = "ALC-WKS-007-121"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies an error occurred retrieving group information.

SESSION_KEY

定数 
public static const SESSION_KEY:String = "lc.foundation.IUserManager"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the manager key name in the SessionMap object.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。