Package io.jmix.bpmflowui.model
Class AssignmentDetailsModel
java.lang.Object
io.jmix.bpmflowui.model.AssignmentDetailsModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected StringThis field holds a name of form field, a name of process variable, aUserProviderbean name.protected List<BeanMethodModel>protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAssignee(String assignee) voidsetAssigneeSource(AssigneeSource assigneeSource) voidsetAssigneeValue(String assigneeValue) voidsetBeanMethods(List<BeanMethodModel> beanMethods) voidsetCandidateGroups(String candidateGroups) voidsetCandidateGroupsSource(CandidateGroupsSource candidateGroupsSource) voidsetCandidateGroupsValue(String candidateGroupsValue) voidsetCandidateUsers(String candidateUsers) voidsetCandidateUsersSource(CandidateUsersSource candidateUsersSource) voidsetCandidateUsersValue(String candidateUsersValue) void
-
Field Details
-
id
-
assignee
-
assigneeSource
-
assigneeValue
This field holds a name of form field, a name of process variable, aUserProviderbean name. The actual value used by the engine is in theassigneefield, e.g.${formField.id} -
candidateGroups
-
candidateGroupsSource
-
candidateGroupsValue
-
candidateUsers
-
candidateUsersSource
-
candidateUsersValue
-
beanMethods
-
-
Constructor Details
-
AssignmentDetailsModel
public AssignmentDetailsModel()
-
-
Method Details
-
setAssigneeSource
-
getAssigneeSource
-
setCandidateGroupsSource
-
getCandidateGroupsSource
-
setCandidateUsersSource
-
getCandidateUsersSource
-
getId
-
setId
-
getAssignee
-
setAssignee
-
getCandidateUsers
-
setCandidateUsers
-
getCandidateGroups
-
setCandidateGroups
-
getAssigneeValue
-
setAssigneeValue
-
getCandidateGroupsValue
-
setCandidateGroupsValue
-
getCandidateUsersValue
-
setCandidateUsersValue
-
getBeanMethods
-
setBeanMethods
-