org.jbpm.pvm.internal.task
Class AssignableDefinitionImpl
java.lang.Object
org.jbpm.pvm.internal.model.ProcessElementImpl
org.jbpm.pvm.internal.task.AssignableDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SwimlaneDefinitionImpl, TaskDefinitionImpl
public class AssignableDefinitionImpl
- extends ProcessElementImpl
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.pvm.internal.model.ProcessElementImpl |
addExceptionHandler, addProperty, createExceptionHandler, getDbid, getExceptionHandlers, getProcessDefinition, getProperties, getProperty, getPropertyKeys, setExceptionHandlers, setProcessDefinition, setProperties |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
description
protected Expression description
assigneeExpression
protected Expression assigneeExpression
candidateUsersExpression
protected Expression candidateUsersExpression
candidateGroupsExpression
protected Expression candidateGroupsExpression
assignmentHandlerReference
protected UserCodeReference assignmentHandlerReference
AssignableDefinitionImpl
public AssignableDefinitionImpl()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
getAssigneeExpression
public Expression getAssigneeExpression()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public Expression getDescription()
setDescription
public void setDescription(Expression description)
setAssigneeExpression
public void setAssigneeExpression(Expression assigneeExpression)
getAssignmentHandlerReference
public UserCodeReference getAssignmentHandlerReference()
setAssignmentHandlerReference
public void setAssignmentHandlerReference(UserCodeReference assignmentHandlerReference)
getCandidateUsersExpression
public Expression getCandidateUsersExpression()
setCandidateUsersExpression
public void setCandidateUsersExpression(Expression candidateUsersExpression)
getCandidateGroupsExpression
public Expression getCandidateGroupsExpression()
setCandidateGroupsExpression
public void setCandidateGroupsExpression(Expression candidateGroupsExpression)
Copyright © 2010 JBoss Community. All Rights Reserved.