-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,5 @@ | ||
global class PluginDescribeResult { | ||
global class InputParameter { | ||
global String description; | ||
global String name; | ||
global Process.PluginDescribeResult.ParameterType parameterType; | ||
global Boolean required; | ||
global PluginDescribeResult.InputParameter( | ||
String name, | ||
Process.PluginDescribeResult.ParameterType parameterType, | ||
Boolean required | ||
) { | ||
} | ||
global Object clone() { | ||
} | ||
} | ||
global class OutputParameter { | ||
global String description; | ||
global String name; | ||
global Process.PluginDescribeResult.ParameterType parameterType; | ||
global Object clone() { | ||
} | ||
} | ||
global enum ParameterType { | ||
BOOLEAN, | ||
DATE, | ||
DATETIME, | ||
DECIMAL, | ||
DOUBLE, | ||
FLOAT, | ||
ID, | ||
INTEGER, | ||
LONG, | ||
STRING | ||
{ | ||
[SELECT FIELDS(STANDARd) FROM Organization LIMIT 1]; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters