Class WorkListParametersTemplate

java.lang.Object
com.aquima.interactions.test.templates.composer.worklist.WorkListParametersTemplate

public class WorkListParametersTemplate extends Object
Template class that can be used to quickly create a parameters class for the worklist container.
Since:
7.1
Author:
J. van Leuven
  • Constructor Details

    • WorkListParametersTemplate

      public WorkListParametersTemplate()
  • Method Details

    • setLockedStyle

      public void setLockedStyle(String... lockedStyles)
    • setNoresultTextItem

      public void setNoresultTextItem(String textItem)
    • addColumnConfig

      public void addColumnConfig(WorkListColumnTemplate column)
    • toParameters

      public com.aquima.interactions.framework.container.worklist.config.IWorkListParameters toParameters(com.aquima.interactions.rule.IExpressionParser parser)
    • getLockedStyles

      protected String[] getLockedStyles()
    • getNoResultTextItem

      protected String getNoResultTextItem()
    • columns

      protected List<WorkListColumnTemplate> columns()
    • isGroupByCase

      protected boolean isGroupByCase()
    • setGroupByCase

      public void setGroupByCase(boolean groupByCase)
    • doesIgnoreCurrentUser

      public boolean doesIgnoreCurrentUser()
    • setIgnoreCurrentUser

      public void setIgnoreCurrentUser(boolean ignoreCurrentUser)
    • getPagingSize

      public Integer getPagingSize()
    • setPagingSize

      public void setPagingSize(Integer pagingSize)
    • getTaskIdTargetAttribute

      protected com.aquima.interactions.metamodel.AttributeReference getTaskIdTargetAttribute()
    • setTaskIdTargetAttribute

      public void setTaskIdTargetAttribute(com.aquima.interactions.metamodel.AttributeReference taskIdTargetAttribute)
    • getCaseIdTargetAttribute

      protected com.aquima.interactions.metamodel.AttributeReference getCaseIdTargetAttribute()
    • setCaseIdTargetAttribute

      public void setCaseIdTargetAttribute(com.aquima.interactions.metamodel.AttributeReference caseIdTargetAttribute)
    • shouldShowStartedTasks

      public boolean shouldShowStartedTasks()
    • setShowStartedTasks

      public void setShowStartedTasks(boolean showStartedTasks)
    • getCaseAggregate

      public com.aquima.interactions.metamodel.IAggregateDefinition getCaseAggregate()
    • setCaseAggregate

      public void setCaseAggregate(com.aquima.interactions.metamodel.IAggregateDefinition caseAggregate)