org.openengsb.ui.common.taskbox.web
Class TaskFilter

java.lang.Object
  extended by org.openengsb.core.api.workflow.model.ProcessBag
      extended by org.openengsb.core.api.workflow.model.Task
          extended by org.openengsb.ui.common.taskbox.web.TaskFilter
All Implemented Interfaces:
java.io.Serializable

public class TaskFilter
extends Task

See Also:
Serialized Form

Constructor Summary
TaskFilter()
           
 
Method Summary
static TaskFilter createTaskFilter()
           
 boolean match(Task task)
           
 
Methods inherited from class org.openengsb.core.api.workflow.model.Task
createTaskWithAllValuesSetToNull, getDescription, getName, getTaskCreationTimestamp, getTaskId, getTaskType, setDescription, setName, setTaskCreationTimestamp, setTaskId, setTaskType
 
Methods inherited from class org.openengsb.core.api.workflow.model.ProcessBag
addOrReplaceProperty, addProperty, containsProperty, getContext, getProcessId, getProperties, getProperty, getPropertyClass, getUser, propertyCount, propertyKeySet, removeAllProperties, removeProperty, setContext, setEmpty, setProcessId, setProperties, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskFilter

public TaskFilter()
Method Detail

createTaskFilter

public static TaskFilter createTaskFilter()

match

public boolean match(Task task)


Copyright © 2009-2011. All Rights Reserved.