この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

PluginDescribeResult.OutputParameter クラス

Process.PluginResult の出力パラメータを説明します。

名前空間

Process

Process.Plugin インターフェースではなく @InvocableMethod アノテーションを使用することをお勧めします。

  • インターフェースは、Blob、Collection、sObject、および Time データ型と一括操作をサポートしていません。インターフェースをクラスに実装すると、クラスはフローからしか参照できません。
  • アノテーションは、すべてのデータ型と一括操作をサポートしています。アノテーションをクラスに実装すると、クラスはフロー、プロセス、および Custom Invocable Actions REST API エンドポイントから参照できます。

ヒント

PluginDescribeResult.OutputParameter のコンストラクタ

PluginDescribeResult.OutputParameter のコンストラクタは次のとおりです。

PluginDescribeResult.OutputParameter(name, description, parameterType)

指定された名前、説明、およびパラメータ種別を使用して、Process.PluginDescribeResult.OutputParameter クラスの新しいインスタンスを作成します。

署名

public PluginDescribeResult.OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)

パラメータ

name
型: String
プラグインの一意の名前。
description
型: String
プラグインの目的を説明します。
parameterType
型: Process.PluginDescribeResult.ParameterType
入力パラメータのデータ型。

PluginDescribeResult.OutputParameter(name, parameterType)

指定された名前、説明、およびパラメータ種別を使用して、Process.PluginDescribeResult.OutputParameter クラスの新しいインスタンスを作成します。

署名

public PluginDescribeResult.OutputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType)

パラメータ

name
型: String
プラグインの一意の名前。
parameterType
型: Process.PluginDescribeResult.ParameterType
入力パラメータのデータ型。

PluginDescribeResult.OutputParameter のプロパティ

PluginDescribeResult.OutputParameter のプロパティは次のとおりです。

Description

この省略可能な項目では、プラグインの目的を説明します。

署名

public String Description {get; set;}

プロパティ値

型: String

使用方法

サイズは最大 255 文字です。

Name

プラグインの一意の名前。

署名

public String Name {get; set;}

プロパティ値

型: String

使用方法

サイズは最大 40 文字です。

ParameterType

入力パラメータのデータ型。

署名

public Process.PluginDescribeResult.ParameterType ParameterType {get; set;}

プロパティ値

型: Process.PluginDescribeResult.ParameterType