public class HumanStepAssignment extends Object
HumanStepDefinition
.Modifier and Type | Class and Description |
---|---|
static class |
HumanStepAssignment.HumanStepAssignmentType
Possible types of human step assignment.
|
Modifier and Type | Field and Description |
---|---|
protected String |
assignee |
protected List<String> |
candidateGroups |
protected List<String> |
candidateUsers |
protected HumanStepAssignment.HumanStepAssignmentType |
type |
Constructor and Description |
---|
HumanStepAssignment() |
Modifier and Type | Method and Description |
---|---|
String |
getAssignee() |
List<String> |
getCandidateGroups() |
List<String> |
getCandidateUsers() |
HumanStepAssignment.HumanStepAssignmentType |
getType() |
void |
setAssignee(String assignee) |
void |
setCandidateGroups(List<String> candidateGroups) |
void |
setCandidateUsers(List<String> candidateUsers) |
void |
setType(HumanStepAssignment.HumanStepAssignmentType type) |
protected String assignee
protected HumanStepAssignment.HumanStepAssignmentType type
public HumanStepAssignment.HumanStepAssignmentType getType()
public void setType(HumanStepAssignment.HumanStepAssignmentType type)
type
- the type of assignment represented. Dependeing on the type,
existing assignee/candidate will be removed if they are not allowed for the
given type.public String getAssignee()
public void setAssignee(String assignee)
Copyright © 2016 Alfresco. All rights reserved.