Uses of Class
pro.taskana.workbasket.api.WorkbasketType
-
-
Uses of WorkbasketType in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports with parameters of type WorkbasketType Modifier and Type Method Description WorkbasketPriorityReport.BuilderWorkbasketPriorityReport.Builder. workbasketTypeIn(WorkbasketType... workbasketTypes)Adds WorkbasketTypes to the builder. -
Uses of WorkbasketType in pro.taskana.monitor.internal.reports
Methods in pro.taskana.monitor.internal.reports with parameters of type WorkbasketType Modifier and Type Method Description WorkbasketPriorityReport.BuilderWorkbasketPriorityReportBuilderImpl. workbasketTypeIn(WorkbasketType... workbasketTypes) -
Uses of WorkbasketType in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that return WorkbasketType Modifier and Type Method Description static WorkbasketTypeWorkbasketType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkbasketType[]WorkbasketType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.workbasket.api with parameters of type WorkbasketType Modifier and Type Method Description WorkbasketQueryWorkbasketQuery. typeIn(WorkbasketType... type)Add your types to your query. -
Uses of WorkbasketType in pro.taskana.workbasket.api.models
Methods in pro.taskana.workbasket.api.models that return WorkbasketType Modifier and Type Method Description WorkbasketTypeWorkbasketSummary. getType()Returns the type of the Workbasket.Methods in pro.taskana.workbasket.api.models with parameters of type WorkbasketType Modifier and Type Method Description voidWorkbasket. setType(WorkbasketType type)Sets the type of the Workbasket. -
Uses of WorkbasketType in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that return WorkbasketType Modifier and Type Method Description WorkbasketType[]WorkbasketQueryImpl. getType()Methods in pro.taskana.workbasket.internal with parameters of type WorkbasketType Modifier and Type Method Description WorkbasketQueryWorkbasketQueryImpl. typeIn(WorkbasketType... type) -
Uses of WorkbasketType in pro.taskana.workbasket.internal.models
Fields in pro.taskana.workbasket.internal.models declared as WorkbasketType Modifier and Type Field Description protected WorkbasketTypeWorkbasketSummaryImpl. typeMethods in pro.taskana.workbasket.internal.models that return WorkbasketType Modifier and Type Method Description WorkbasketTypeWorkbasketSummaryImpl. getType()Methods in pro.taskana.workbasket.internal.models with parameters of type WorkbasketType Modifier and Type Method Description voidWorkbasketSummaryImpl. setType(WorkbasketType type)
-