public interface UserTaskDefinition
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.
|
String getId()
String getName()
Integer getPriority()
String getComment()
String getCreatedBy()
boolean isSkippable()
String getFormName()
Collection<String> getAssociatedEntities()
Map<String,String> getTaskInputMappings()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.