Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.UserFieldValue
-
-
Uses of UserFieldValue in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type UserFieldValue Modifier and Type Field Description com.querydsl.core.types.dsl.SimplePath<UserFieldValue>QUserField. defaultValuecom.querydsl.core.types.dsl.SimplePath<UserFieldValue>QUserField. valueMethods in com.netgrif.application.engine.petrinet.domain.dataset that return types with arguments of type UserFieldValue Modifier and Type Method Description java.util.LinkedHashSet<UserFieldValue>UserListFieldValue. getUserValues()Method parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type UserFieldValue Modifier and Type Method Description voidUserListFieldValue. setUserValues(java.util.Collection<UserFieldValue> userValues)Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type UserFieldValue Constructor Description UserListFieldValue(java.util.Collection<UserFieldValue> userValues) -
Uses of UserFieldValue in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return UserFieldValue Modifier and Type Method Description UserFieldValueDataService. makeUserFieldValue(java.lang.String id) -
Uses of UserFieldValue in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return UserFieldValue Modifier and Type Method Description UserFieldValueIDataService. makeUserFieldValue(java.lang.String id)
-