DescribeProcess information for publication by DEMProcessFactory.
Annotation is used to mark a method for publication via DEMProcessFactory
- Author:
- Jody
-
Optional Element Summary
Optional Elements
Extra metadata values for this parameter which will be added into the
Parameter
metadata map.
The name of the result, defaults to "result"
boolean
If true, this is the primary result of the process
The type of the result, needed only when there are multiple ones (since it cannot be desumed from the process Map
return type
-
Element Details
-
name
The name of the result, defaults to "result"
- Default:
- "result"
-
type
The type of the result, needed only when there are multiple ones (since it cannot be desumed from the process Map
return type
- Default:
- java.lang.Object.class
-
description
The result description
- Default:
- "[undescribed]"
-
primary
boolean primary
If true, this is the primary result of the process
- Default:
- false
-