Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.ChoiceField
-
-
Uses of ChoiceField in com.netgrif.application.engine.petrinet.domain.dataset
Subclasses of ChoiceField in com.netgrif.application.engine.petrinet.domain.dataset Modifier and Type Class Description classEnumerationFieldclassMultichoiceFieldConstructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type ChoiceField Constructor Description QChoiceField(com.querydsl.core.types.Path<? extends ChoiceField> path)QChoiceField(java.lang.Class<? extends ChoiceField<?>> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of ChoiceField in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type ChoiceField Modifier and Type Method Description java.lang.ObjectActionDelegate. saveChangedChoices(ChoiceField field)java.lang.ObjectActionDelegate. saveChangedChoices(ChoiceField field, Case targetCase)java.lang.ObjectActionDelegate. saveChangedChoices(ChoiceField field, Case targetCase, java.util.Optional<Task> targetTask) -
Uses of ChoiceField in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type ChoiceField Modifier and Type Method Description java.util.Set<I18nString>InitValueExpressionEvaluator. evaluateChoices(Case useCase, ChoiceField<?> field, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ChoiceField in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type ChoiceField Modifier and Type Method Description java.util.Set<I18nString>IInitValueExpressionEvaluator. evaluateChoices(Case useCase, ChoiceField<?> field, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ChoiceField in com.netgrif.application.engine.workflow.web.responsebodies
Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type ChoiceField Constructor Description LocalisedChoiceField(ChoiceField field, java.util.Locale locale)
-