Class GenerateEvaluationBean
java.lang.Object
ch.tocco.nice2.optional.evaluation.api.tasks.GenerateEvaluationBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
setAdditionalPartyUsers
(Map<String, String> additionalPartyUsers) void
setPathToUser
(String pathToUser) void
setRelationToSource
(String relationToSource) void
setSourceEntityKey
(String entityName, PrimaryKey sourceEntityKey) void
setTemplateRelations
(Set<Tuple3<String, String, PrimaryKey>> templateRelations) a set containing all relevant information to extract the entities and set the relation using thePrimaryKey
.void
setTemplateValues
(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 firstString
is the entity name and the second one is the name of the relation to set. -
setAdditionalPartyUsers
-
getAdditionalPartyUsers
-
copy
-