public class WorkItemHandlerOption extends Object implements MultiValueKieSessionOption
| Modifier and Type | Field and Description | 
|---|---|
static String | 
PROPERTY_NAME
The prefix for the property name for work item handlers 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
public static final String PROPERTY_NAME
public static WorkItemHandlerOption get(String name, WorkItemHandler handler)
name - the name of the work item handler to be configuredpublic String getPropertyName()
getPropertyName in interface Optionpublic String getName()
public WorkItemHandler getHandler()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.