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

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

構文

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

説明

Returns a string representing the application type. This string can be "scottahtmldocument", "scottacharacterapplication", "scottaxapplication", "scottawindowsapplication", "scottawebapplication", or "scottaGroupOfNames".

objectName is the full TFN name of an object on the user's webtop.

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

過去のコマンド構文またはプログラムコードのスキップobjType = applet.getObjectClass(".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration/cn=Phone List");
alert("The application type is: " + objType);

Displays a dialog indicating the type of the Phone List object.

関連トピック