public class TaskAssignment
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TaskAssignment()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterStatus()
Return the attachment status of the Task Assignment Adapter attached
|
java.lang.String |
getAssignmentAdapter()
Returns the name of the Task Assignment Adapter attached
|
java.lang.String |
getAssignmentAdapterKey()
Returns the Key of the Task Assignment Adapter
|
java.util.HashSet |
getAssignmentAdapterMappings()
Returns the list of Adapter Variable Mappings for the Task Assignment Adapter
attached.
|
java.lang.String |
getEmailTemplate()
Returns the name of the Email Template attached
|
java.lang.String |
getEmailTemplateKey()
Returns the Key of the Email Template used to generate the email sent to the assignee
|
java.lang.String |
getEscalationTime()
Returns the time period after which the task should be escalated
|
java.lang.String |
getGroupKey()
Returns the Key of the Group defined as an assignee
|
java.lang.String |
getGroupName()
Returns the name of the group defined as an assignee
|
java.lang.String |
getKey()
Returns the Key of the Assignment Definition
|
java.lang.String |
getPriority()
Returns the priority sequence in which this assignment rule should be evaluated
|
java.lang.String |
getRuleKey()
Returns the Key of the Assignment Rule to be evaluated
|
java.lang.String |
getRuleName()
Returns the name of the task assignment rule to evaluate
|
java.lang.String |
getTargetType()
Returns the Assignee Type for this assignment rule
|
java.lang.String |
getUserFullName()
Returns the Full Name of the User defined as the assignee
|
java.lang.String |
getUserKey()
Returns the Key of the user defined as an assignee
|
java.lang.String |
getUserName()
Returns the Login ID of the User set up as an assignee
|
boolean |
isSendEmail()
Returns whether an email should be sent to the assignee
|
void |
setAdapterStatus(java.lang.String adapterStatus)
Sets the attachment status of the Task Assignment Adapter attached
|
void |
setAssignmentAdapter(java.lang.String assignmentAdapter)
Sets the name of the Task Assignment Adapter attached
|
void |
setAssignmentAdapterKey(java.lang.String assignmentAdapterKey)
Sets the Key of the Task Assignment Adapter
|
void |
setAssignmentAdapterMapping(AdapterMapping assignmentAdapterMapping)
Adds an Adapter Variable Mapping to the list of mappings for the attached
Task Assignment Adapter
|
void |
setAssignmentAdapterMappings(java.util.HashSet assignmentAdapterMappings)
Sets the list of Adapter Variable Mappings for the Task Assignment Adapter
attached.
|
void |
setEmailTemplate(java.lang.String emailTemplate)
Sets the name of the Email Template attached
|
void |
setEmailTemplateKey(java.lang.String emailTemplateKey)
Sets the Key of the Email Template used to generate the email sent to the assignee
|
void |
setEscalationTime(java.lang.String escalationTime)
Sets the time period after which the task should be escalated
|
void |
setGroupKey(java.lang.String groupKey)
Sets the Key of the Group defined as an assignee
|
void |
setGroupName(java.lang.String groupName)
Sets the name of the group defined as an assignee
|
void |
setKey(java.lang.String key)
Sets the Key of the Assignment Definition
|
void |
setPriority(java.lang.String priority)
Sets the priority sequence in which this assignment rule should be evaluated
|
void |
setRuleKey(java.lang.String ruleKey)
Sets the Key of the Assignment Rule to be evaluated
|
void |
setRuleName(java.lang.String ruleName)
Sets the name of the task assignment rule to evaluate
|
void |
setSendEmail(boolean sendEmail)
Sets whether an email should be sent to the assignee
|
void |
setTargetType(java.lang.String targetType)
Sets the Assignee Type for this assignment rule
|
void |
setUserFullName(java.lang.String userFullName)
Sets the Full Name of the User defined as the assignee
|
void |
setUserKey(java.lang.String userKey)
Sets the Key of the User defined as an assignee
|
void |
setUserName(java.lang.String userName)
Sets the Login ID of the User set up as an assignee
|
public java.lang.String getAdapterStatus()
public void setAdapterStatus(java.lang.String adapterStatus)
adapterStatus
- The Adapter Status to set.public java.lang.String getAssignmentAdapter()
public void setAssignmentAdapter(java.lang.String assignmentAdapter)
assignmentAdapter
- The name of the Task Assignment Adapter.public java.lang.String getEmailTemplate()
public void setEmailTemplate(java.lang.String emailTemplate)
emailTemplate
- The name of the Email Template.public java.lang.String getEscalationTime()
public void setEscalationTime(java.lang.String escalationTime)
escalationTime
- The Escalation Time Period.public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName
- The Group Name.public java.lang.String getPriority()
public void setPriority(java.lang.String priority)
priority
- The priority sequence number.public java.lang.String getRuleName()
public void setRuleName(java.lang.String ruleName)
ruleName
- The Rule Name.public boolean isSendEmail()
public void setSendEmail(boolean sendEmail)
sendEmail
- True if it should be sent, False if not.public java.lang.String getTargetType()
public void setTargetType(java.lang.String targetType)
targetType
- The Assignment Target Type.public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- The UserName.public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- The key.public java.lang.String getAssignmentAdapterKey()
public void setAssignmentAdapterKey(java.lang.String assignmentAdapterKey)
assignmentAdapterKey
- The Assignment Adapter Key.public java.lang.String getEmailTemplateKey()
public void setEmailTemplateKey(java.lang.String emailTemplateKey)
emailTemplateKey
- The Email Template Key.public java.lang.String getGroupKey()
public void setGroupKey(java.lang.String groupKey)
groupKey
- The Group Key.public java.lang.String getRuleKey()
public void setRuleKey(java.lang.String ruleKey)
ruleKey
- The Rule Key.public java.lang.String getUserFullName()
public void setUserFullName(java.lang.String userFullName)
userFullName
- The Full Name of the User.public java.lang.String getUserKey()
public void setUserKey(java.lang.String userKey)
userKey
- The User Key.public java.util.HashSet getAssignmentAdapterMappings()
public void setAssignmentAdapterMappings(java.util.HashSet assignmentAdapterMappings)
assignmentAdapterMappings
- The list of Task Assignment Adapter Mappings.public void setAssignmentAdapterMapping(AdapterMapping assignmentAdapterMapping)
assignmentAdapterMapping
- The Task Assignment Adapter Mapping to add to the set.