Class GenerateEvaluationBean
java.lang.Object
ch.tocco.nice2.optional.evaluation.api.tasks.GenerateEvaluationBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidsetAdditionalPartyUsers(Map<String, String> additionalPartyUsers) voidsetPathToUser(String pathToUser) voidsetRelationToSource(String relationToSource) voidsetSourceEntityKey(String entityName, PrimaryKey sourceEntityKey) voidsetTemplateRelations(Set<Tuple3<String, String, PrimaryKey>> templateRelations) a set containing all relevant information to extract the entities and set the relation using thePrimaryKey.voidsetTemplateValues(Map<String, Object> templateValues)
-
Constructor Details
-
GenerateEvaluationBean
public GenerateEvaluationBean()
-
-
Method Details
-
getSourceEntityTuple
-
setSourceEntityKey
-
getPathToUser
-
setPathToUser
-
getRelationToSource
-
setRelationToSource
-
getTemplateValues
-
setTemplateValues
-
getTemplateRelations
-
setTemplateRelations
a set containing all relevant information to extract the entities and set the relation using thePrimaryKey. The firstStringis the entity name and the second one is the name of the relation to set. -
setAdditionalPartyUsers
-
getAdditionalPartyUsers
-
copy
-