org.obe.xpdl.model.ext
Class AssignmentStrategyDef
java.lang.Object
org.obe.util.AbstractBean
org.obe.xpdl.model.ext.AssignmentStrategyDef
- All Implemented Interfaces:
- java.beans.beancontext.BeanContextChild, java.io.Serializable
- public final class AssignmentStrategyDef
- extends AbstractBean
Defines the strategy for work item assignment.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Methods inherited from class org.obe.util.AbstractBean |
add, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clear, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, get, get, getBeanContext, getListModel, hasChangeListeners, hasVetoListeners, remove, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, set, set, setBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT
public static final AssignmentStrategyDef DEFAULT
- The default work item assignment strategy. The default expands groups
and assigns work items to all users.
AssignmentStrategyDef
public AssignmentStrategyDef()
AssignmentStrategyDef
public AssignmentStrategyDef(java.lang.String id,
boolean expandGroups)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getExpandGroups
public boolean getExpandGroups()
setExpandGroups
public void setExpandGroups(boolean expandGroups)
toString
public java.lang.String toString()
OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.