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

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

構文

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

説明

Returns the number of objects of type objectType found on the user's webtop. If the webtop is in hierarchy mode, returns the number of objects found on all open levels of the hierarchy.

objectType may be "GROUPTYPE" "ALLTYPE" "APPLICATIONTYPE" or "DOCUMENTTYPE".

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

過去のコマンド構文またはプログラムコードのスキップdocObjects = applet.getTotalNumberOfObjects("DOCUMENTTYPE");
alert("The number of document objects on the webtop is: " + docObjects);

Displays the number of document objects on the user's webtop.

関連トピック