org.jbpm.task
Class TaskDef
java.lang.Object
org.jbpm.task.TaskDef
- All Implemented Interfaces:
- Serializable
@Entity
public class TaskDef
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskDef
public TaskDef()
TaskDef
public TaskDef(String name)
getId
public long getId()
setId
public void setId(long id)
getName
public String getName()
setName
public void setName(String name)
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)
getPeopleAssignments
public PeopleAssignments getPeopleAssignments()
setPeopleAssignments
public void setPeopleAssignments(PeopleAssignments peopleAssignments)
getDelegations
public List<Delegation> getDelegations()
setDelegations
public void setDelegations(List<Delegation> delegations)
getCompletionBehaviors
public List<CompletionBehavior> getCompletionBehaviors()
setCompletionBehaviors
public void setCompletionBehaviors(List<CompletionBehavior> completionBehaviors)
getPresentationElements
public List<PresentationElement> getPresentationElements()
setPresentationElements
public void setPresentationElements(List<PresentationElement> presentationElements)
getRenderings
public List<Rendering> getRenderings()
setRenderings
public void setRenderings(List<Rendering> renderings)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.