org.obe.xpdl.model.ext
Class AssignmentStrategyDef

java.lang.Object
  extended byorg.obe.util.AbstractBean
      extended byorg.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

Field Summary
static AssignmentStrategyDef DEFAULT
          The default work item assignment strategy.
 
Constructor Summary
AssignmentStrategyDef()
           
AssignmentStrategyDef(java.lang.String id, boolean expandGroups)
           
 
Method Summary
 boolean getExpandGroups()
           
 java.lang.String getId()
           
 void setExpandGroups(boolean expandGroups)
           
 void setId(java.lang.String id)
           
 java.lang.String toString()
           
 
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
 

Field Detail

DEFAULT

public static final AssignmentStrategyDef DEFAULT
The default work item assignment strategy. The default expands groups and assigns work items to all users.

Constructor Detail

AssignmentStrategyDef

public AssignmentStrategyDef()

AssignmentStrategyDef

public AssignmentStrategyDef(java.lang.String id,
                             boolean expandGroups)
Method Detail

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()


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.