Package ch.tocco.nice2.optional.qualification.impl.freemarker.qualificationstructure
package ch.tocco.nice2.optional.qualification.impl.freemarker.qualificationstructure
-
ClassesClassDescriptionused to easily display qualification values from
QualificationStructureMethodin the form ofQualificationEntityModelaQualificationEntityModelmust be passed as thestructureparameter the body of the directive is executed for the givenQualificationEntityModeland its children theQualificationEntityModelis available under the variablequalificationsteps through the entire tree by default, checking if the node was defined as visible in report this can be adjusted with the following 3 parametersstartLevel- the level to start at, previous levels will be ignoredendLevel- the level to end at, all later levels will be ignoredignoreVisibleFlag- do not check if a node is defined as visible in reportused inQualificationStructureMethodandDisplayQualificationStructureDirectiveto send values used in qualification reports to the freemarker engineused to build the qualification data tree when creating reports builds the entire tree, without checking for visible flags or level constraints this can be handled inDisplayQualificationStructureDirectiveor in freemarker itself the starting node can be given as a argument arguments: 1) anEvaluation_dataEntity2) a node id as aStringto start the tree from (optional)