activities
latest
false
- 概要
- 暗号化
- データベース
- Java
- Python
- Web API
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
開発者向けのアクティビティ
Last updated 2024年9月12日
リリース ノート
Release date: January 13, 2021
A new property, Init timeout (miliseconds), was added to the Java Scope activity in order to prevent null references before the environment is up and running.
Release date: October 9, 2018
最もよく使用されるプログラミング言語である Java を新しいアクティビティの形式として製品に組み込みました。拡大を続けるプログラミング言語のプールに今回の Java が追加されたことにより、既存の Java コードを UiPath から直接呼び出せるようになりました。Java アクティビティ パッケージは、6 つの新しいアクティビティと固有の変数
JavaObject
を備え、オートメーション プロジェクトで Java の力をフル活用できます。
- Java Scope - Initializes a specified Java library and provides a scope for Java Activities. All Java activities must run inside a Java Scope.
- Load Jar - Loads a Java Library Package file in the current Java Scope for subsequent actions. A method can be invoked only after its respective class library is loaded.
- Invoke Java Method - Invokes a specified Java method from a
.jar
loaded in the Java Scope. The result is stored in aJavaObject
variable. - Convert Java Object - Converts a
JavaObject
into a .NET primitive data type. Only primitive .NET types andArrays
of primitive .NET types are supported. - Create Java Object - Creates a
JavaObject
variable from a class by using the builder specified in the TargetType property field. The class must be defined in the.jar
supplied in the Load Jar activity. - Get Field - Returns a public field from a specified
JavaObject
variable or from a public static field inside a class.
ついにこのときがやってきました。UiPath プラットフォーム全体が日本語化されました。これにより、インストールから設計、実行に至るまで、真のイマーシブ (没入型) な体験が得られます。オンライン ドキュメントを含めたすべての内容が英語と日本語で用意されています。