Mercurial > dive4elements > river
changeset 4529:b70dedac4c7e
MetaDataService: Added comment from ChangeLog.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 15 Nov 2012 14:23:28 +0100 |
parents | cbd0fafcb26b |
children | 953480be5543 |
files | flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java Thu Nov 15 14:23:03 2012 +0100 +++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java Thu Nov 15 14:23:28 2012 +0100 @@ -22,6 +22,19 @@ import de.intevation.flys.artifacts.FLYSArtifact; + +/** + * Following XPaths are evaluated on the incoming document. + * + * "/art:meta/art:artifact-id/@value" The UUID of the artifact. Optional. + * Used to fill the template enviroment. + * "/art:meta/art:user-id/@value" The UUID of the user. Optional. + * If given the user specific template is filled. + * "/art:meta/art:outs/@value" The list of outs used to recommend for the + * various outputs. + * "/art:meta/art:parameters/@value" A list of key/value pairs to inject more + * filters to the templating. + */ public class MetaDataService extends FLYSService {