Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.CaseField
-
-
Uses of CaseField in com.netgrif.application.engine.petrinet.domain.dataset
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type CaseField Constructor Description QCaseField(com.querydsl.core.types.Path<? extends CaseField> path)
QCaseField(java.lang.Class<? extends CaseField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of CaseField 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 CaseField Modifier and Type Method Description java.lang.Object
ActionDelegate. saveChangedAllowedNets(CaseField field)
java.lang.Object
ActionDelegate. saveChangedAllowedNets(CaseField field, Case targetCase)
java.lang.Object
ActionDelegate. saveChangedAllowedNets(CaseField field, Case targetCase, java.util.Optional<Task> targetTask)
-
Uses of CaseField in com.netgrif.application.engine.workflow.web.responsebodies
Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type CaseField Constructor Description LocalisedCaseField(CaseField field, java.util.Locale locale)
-