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