Class GenerateEvaluationBean

java.lang.Object
ch.tocco.nice2.optional.evaluation.impl.tasks.GenerateEvaluationBean

public class GenerateEvaluationBean extends Object
  • Constructor Details

    • GenerateEvaluationBean

      public GenerateEvaluationBean()
  • Method Details

    • getSourceEntityTuple

      public Tuple2<String,PrimaryKey> getSourceEntityTuple()
    • setSourceEntityKey

      public void setSourceEntityKey(String entityName, PrimaryKey sourceEntityKey)
    • getPathToUser

      public String getPathToUser()
    • setPathToUser

      public void setPathToUser(String pathToUser)
    • getRelationToSource

      public String getRelationToSource()
    • setRelationToSource

      public void setRelationToSource(String relationToSource)
    • getTemplateValues

      public Map<String,Object> getTemplateValues()
    • setTemplateValues

      public void setTemplateValues(Map<String,Object> templateValues)
    • getTemplateRelations

      public Set<Tuple3<String,String,PrimaryKey>> getTemplateRelations()
    • setTemplateRelations

      public void setTemplateRelations(Set<Tuple3<String,String,PrimaryKey>> templateRelations)
      a set containing all relevant information to extract the entities and set the relation using the PrimaryKey. The first String is the entity name and the second one is the name of the relation to set.
    • setAdditionalPartyUsers

      public void setAdditionalPartyUsers(Map<String,String> additionalPartyUsers)
    • getAdditionalPartyUsers

      public Map<String,String> getAdditionalPartyUsers()
    • copy

      public GenerateEvaluationBean copy()