Package org.jbpm.services.api.model
Interface UserTaskDefinition
-
- All Known Implementing Classes:
UserTaskDefinitionImpl
public interface UserTaskDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getAssociatedEntities()Returns the user task definition associated entities.StringgetComment()Returns the user task definition comment.StringgetCreatedBy()Returns the user task created by.StringgetFormName()Returns the user task definition form name.StringgetId()Returns the user task definition id.StringgetName()Returns the user task definition name.IntegergetPriority()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.booleanisSkippable()Returns the user task skippable.
-
-
-
Method Detail
-
getId
String getId()
Returns the user task definition id.- Returns:
- id
-
getName
String getName()
Returns the user task definition name.- Returns:
- name
-
getPriority
Integer getPriority()
Returns the user task definition priority.- Returns:
- priority
-
getComment
String getComment()
Returns the user task definition comment.- Returns:
- comment
-
getCreatedBy
String getCreatedBy()
Returns the user task created by.- Returns:
- created by
-
isSkippable
boolean isSkippable()
Returns the user task skippable.- Returns:
- skippable
-
getFormName
String getFormName()
Returns the user task definition form name.- Returns:
- form name
-
getAssociatedEntities
Collection<String> getAssociatedEntities()
Returns the user task definition associated entities.- Returns:
- entities
-
getTaskInputMappings
Map<String,String> getTaskInputMappings()
Returns the user task definition task input mappings.- Returns:
- task input mappings
-
-