過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getNumberOfObjectsInGroup (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

getNumberOfObjectsInGroup (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップint getNumberOfObjectsInGroup (String groupName,
                               String objectType)

説明

Returns a count of objects from an open application group.

groupName is the full TFN name of the application group from which to obtain the count.

objectType defines which objects are included in the count, and may be "GROUPTYPE", "ALLTYPE", "APPLICATIONTYPE" or "DOCUMENTTYPE".

To use this method, the UseHierarchy parameter must be set to true.

This method can be used with either the webtop script applet or the webtop tray applet.

過去のコマンド構文またはプログラムコードのスキップobNumber = applet.getNumberOfObjectsInGroup(".../_ens/o=Indigo Insurance/cn=Applications", "DOCUMENTTYPE");
alert("The number of documents in the Applications group is: " + obNumber);

Displays the number of documents in the Applications group.

関連トピック