Uses of Enum Class
br.com.davinti.vitruvio.activiti.component.form.field.UserContext
Packages that use UserContext
Package
Description
-
Uses of UserContext in br.com.davinti.vitruvio.activiti.component.form.field
Methods in br.com.davinti.vitruvio.activiti.component.form.field that return UserContextModifier and TypeMethodDescriptionstatic UserContextUserContext.getByDescriptorValue(String value) static UserContextReturns the enum constant of this class with the specified name.static UserContext[]UserContext.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserContext in br.com.davinti.vitruvio.activiti.component.form.field.impl.db
Constructors in br.com.davinti.vitruvio.activiti.component.form.field.impl.db with parameters of type UserContextModifierConstructorDescriptionUserInfoFieldWrapper(Field<T> field, UserContext userContext) UserInfoFieldWrapper(Field<T> field, UserContext userContext, String propertyName)