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()
UserTaskDefinitiongetName in interface UserTaskDefinitionpublic Integer getPriority()
UserTaskDefinitiongetPriority in interface UserTaskDefinitionpublic String getComment()
UserTaskDefinitiongetComment in interface UserTaskDefinitionpublic String getCreatedBy()
UserTaskDefinitiongetCreatedBy in interface UserTaskDefinitionpublic boolean isSkippable()
UserTaskDefinitionisSkippable in interface UserTaskDefinitionpublic Collection<String> getAssociatedEntities()
UserTaskDefinitiongetAssociatedEntities in interface UserTaskDefinitionpublic Map<String,String> getTaskInputMappings()
UserTaskDefinitiongetTaskInputMappings in interface UserTaskDefinitionpublic Map<String,String> getTaskOutputMappings()
UserTaskDefinitiongetTaskOutputMappings in interface UserTaskDefinitionpublic String getId()
UserTaskDefinitiongetId in interface UserTaskDefinitionpublic String getFormName()
UserTaskDefinitiongetFormName in interface UserTaskDefinitionpublic 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–2020 JBoss by Red Hat. All rights reserved.