Responsible for retrieving ActivityForms from ecodata.
| Type | Name and description |
|---|---|
static java.lang.String |
ACTIVITY_FORM_PATH |
java.lang.Object |
grailsApplication |
java.lang.Object |
webService |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
findActivityForm(java.lang.String name, java.lang.Integer version = null)Returns the activity form identified by name and version. |
|
java.util.Map |
getActivityAndOutputMetadata(java.lang.String name, java.lang.Integer version = null)This is a compatibility API to return activity form information in the same format as returned by the MetadataService.getActivityMetadata This is to allow for a incremental transition to the new API. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns the activity form identified by name and version. If version is ommitted the most recent published version will be returned. Returns null if no activity form can be found.
This is a compatibility API to return activity form information in the same format as returned by the MetadataService.getActivityMetadata This is to allow for a incremental transition to the new API.