public class UserTaskDefinitionImpl extends Object implements UserTaskDefinition, Serializable
Constructor and Description |
---|
UserTaskDefinitionImpl() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAssociatedEntities()
Returns the user task definition associated entities.
|
String |
getComment()
Returns the user task definition comment.
|
String |
getCreatedBy()
Returns the user task created by.
|
String |
getFormName()
Returns the user task definition form name.
|
String |
getId()
Returns the user task definition id.
|
String |
getName()
Returns the user task definition name.
|
Integer |
getPriority()
Returns the user task definition priority.
|
Map<String,String> |
getTaskInputMappings()
Returns the user task definition task input mappings.
|
Map<String,String> |
getTaskOutputMappings()
Returns the user task definition task output mappings.
|
boolean |
isSkippable()
Returns the user task skippable.
|
void |
setAssociatedEntities(Collection<String> associatedEntities) |
void |
setComment(String comment) |
void |
setCreatedBy(String createdBy) |
void |
setFormName(String formName) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setSkippable(boolean skippable) |
void |
setTaskInputMappings(Map<String,String> taskInputMappings) |
void |
setTaskOutputMappings(Map<String,String> taskOutputMappings) |
public String getName()
UserTaskDefinition
getName
in interface UserTaskDefinition
public Integer getPriority()
UserTaskDefinition
getPriority
in interface UserTaskDefinition
public String getComment()
UserTaskDefinition
getComment
in interface UserTaskDefinition
public String getCreatedBy()
UserTaskDefinition
getCreatedBy
in interface UserTaskDefinition
public boolean isSkippable()
UserTaskDefinition
isSkippable
in interface UserTaskDefinition
public Collection<String> getAssociatedEntities()
UserTaskDefinition
getAssociatedEntities
in interface UserTaskDefinition
public Map<String,String> getTaskInputMappings()
UserTaskDefinition
getTaskInputMappings
in interface UserTaskDefinition
public Map<String,String> getTaskOutputMappings()
UserTaskDefinition
getTaskOutputMappings
in interface UserTaskDefinition
public String getId()
UserTaskDefinition
getId
in interface UserTaskDefinition
public String getFormName()
UserTaskDefinition
getFormName
in interface UserTaskDefinition
public void setName(String name)
public void setPriority(Integer priority)
public void setComment(String comment)
public void setCreatedBy(String createdBy)
public void setSkippable(boolean skippable)
public void setAssociatedEntities(Collection<String> associatedEntities)
public void setId(String id)
public void setFormName(String formName)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.