|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.runtime.conf.WorkItemHandlerOption
public class WorkItemHandlerOption
WorkItemHandlers configuration option
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The prefix for the property name for work item handlers |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static WorkItemHandlerOption |
get(String name,
WorkItemHandler handler)
This is a factory method for this WorkItemHandler configuration. |
WorkItemHandler |
getHandler()
Returns the work item handler instance |
String |
getName()
Returns the name of the configured work item handler |
String |
getPropertyName()
Returns the property name for this option |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static WorkItemHandlerOption get(String name, WorkItemHandler handler)
name
- the name of the work item handler to be configured
public String getPropertyName()
getPropertyName
in interface Option
public String getName()
public WorkItemHandler getHandler()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |