| java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.ext.AssignmentStrategyDef
AssignmentStrategyDef | final public class AssignmentStrategyDef extends AbstractBean (Code) | | Defines the strategy for work item assignment.
author: Adrian Price |
DEFAULT | final public static AssignmentStrategyDef DEFAULT(Code) | | The default work item assignment strategy. The default expands groups
and assigns work items to all users.
|
AssignmentStrategyDef | public AssignmentStrategyDef()(Code) | | |
AssignmentStrategyDef | public AssignmentStrategyDef(String id, boolean expandGroups)(Code) | | |
getExpandGroups | public boolean getExpandGroups()(Code) | | |
setExpandGroups | public void setExpandGroups(boolean expandGroups)(Code) | | |
Methods inherited from org.obe.util.AbstractBean | final protected Object add(int propertyIndex, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void addPropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final public void addVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final public void clear(String propertyName) throws PropertyVetoException(Code)(Java Doc) final protected void firePropertyChange(PropertyChangeEvent evt)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected void fireVetoableChange(PropertyChangeEvent evt) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, int oldValue, int newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) throws PropertyVetoException(Code)(Java Doc) final protected Object get(int propertyIndex)(Code)(Java Doc) final protected Object get(int propertyIndex, int index)(Code)(Java Doc) final public BeanContext getBeanContext()(Code)(Java Doc) final public ListModel getListModel(String propertyName)(Code)(Java Doc) final protected boolean hasChangeListeners(String propertyName)(Code)(Java Doc) final protected boolean hasVetoListeners(String propertyName)(Code)(Java Doc) final protected Object remove(int propertyIndex, Object elem) throws PropertyVetoException(Code)(Java Doc) final public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void removePropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void removeVetoableChangeListener(VetoableChangeListener vcl)(Code)(Java Doc) final public void removeVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final protected void set(int propertyIndex, Object array) throws PropertyVetoException(Code)(Java Doc) final protected void set(int propertyIndex, int index, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void setBeanContext(BeanContext bc) throws PropertyVetoException(Code)(Java Doc)
|
|
|