org.jbpm.task
Class TaskDef

java.lang.Object
  extended by org.jbpm.task.TaskDef
All Implemented Interfaces:
Serializable

@Entity
public class TaskDef
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TaskDef()
           
TaskDef(String name)
           
 
Method Summary
 List<CompletionBehavior> getCompletionBehaviors()
           
 List<Delegation> getDelegations()
           
 long getId()
           
 String getName()
           
 PeopleAssignments getPeopleAssignments()
           
 List<PresentationElement> getPresentationElements()
           
 int getPriority()
           
 List<Rendering> getRenderings()
           
 void setCompletionBehaviors(List<CompletionBehavior> completionBehaviors)
           
 void setDelegations(List<Delegation> delegations)
           
 void setId(long id)
           
 void setName(String name)
           
 void setPeopleAssignments(PeopleAssignments peopleAssignments)
           
 void setPresentationElements(List<PresentationElement> presentationElements)
           
 void setPriority(int priority)
           
 void setRenderings(List<Rendering> renderings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskDef

public TaskDef()

TaskDef

public TaskDef(String name)
Method Detail

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-2013 JBoss by Red Hat. All Rights Reserved.