org.jbpm.kie.services.impl.bpmn2
Class UserTaskDefinitionImpl
java.lang.Object
org.jbpm.kie.services.impl.bpmn2.UserTaskDefinitionImpl
- All Implemented Interfaces:
- Serializable, org.jbpm.services.api.model.UserTaskDefinition
public class UserTaskDefinitionImpl
- extends Object
- implements org.jbpm.services.api.model.UserTaskDefinition, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTaskDefinitionImpl
public UserTaskDefinitionImpl()
getName
public String getName()
- Specified by:
getName in interface org.jbpm.services.api.model.UserTaskDefinition
getPriority
public Integer getPriority()
- Specified by:
getPriority in interface org.jbpm.services.api.model.UserTaskDefinition
getComment
public String getComment()
- Specified by:
getComment in interface org.jbpm.services.api.model.UserTaskDefinition
getCreatedBy
public String getCreatedBy()
- Specified by:
getCreatedBy in interface org.jbpm.services.api.model.UserTaskDefinition
isSkippable
public boolean isSkippable()
- Specified by:
isSkippable in interface org.jbpm.services.api.model.UserTaskDefinition
getAssociatedEntities
public Collection<String> getAssociatedEntities()
- Specified by:
getAssociatedEntities in interface org.jbpm.services.api.model.UserTaskDefinition
getTaskInputMappings
public Map<String,String> getTaskInputMappings()
- Specified by:
getTaskInputMappings in interface org.jbpm.services.api.model.UserTaskDefinition
getTaskOutputMappings
public Map<String,String> getTaskOutputMappings()
- Specified by:
getTaskOutputMappings in interface org.jbpm.services.api.model.UserTaskDefinition
setName
public void setName(String name)
setPriority
public void setPriority(Integer priority)
setComment
public void setComment(String comment)
setCreatedBy
public void setCreatedBy(String createdBy)
setSkippable
public void setSkippable(boolean skippable)
setAssociatedEntities
public void setAssociatedEntities(Collection<String> associatedEntities)
setTaskInputMappings
public void setTaskInputMappings(Map<String,String> taskInputMappings)
setTaskOutputMappings
public void setTaskOutputMappings(Map<String,String> taskOutputMappings)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.