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.util.Map |
findActivityForm(java.lang.String name, java.lang.Integer version = null, boolean includeScoreInformation = false)Returns the activity form identified by name and version. |
|
java.util.Map |
getActivityAndOutputMetadata(java.lang.String name, java.lang.Integer version = null, boolean includeScoreInformation = false)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.
name - the form nameversion - if null, the highest published form version will be usedincludeScoreInformation - true if the form template should be modified to include
links to any scores that the form contributes to.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.