Package org.kie.api.builder.model
Interface WorkItemHandlerModel
- 
public interface WorkItemHandlerModelWorkItemHandlerModel is a model allowing to programmatically define a WorkItemHandler and wire it to a KieSession 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()QualifierModelgetQualifierModel()StringgetType()Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)QualifierModelnewQualifierModel(String type) 
 - 
 
- 
- 
Method Detail
- 
getName
String getName()
- Returns:
 - the name of the work item that the handler is for
 
 
- 
getType
String getType()
Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler) 
- 
getQualifierModel
QualifierModel getQualifierModel()
 
- 
newQualifierModel
QualifierModel newQualifierModel(String type)
 
 - 
 
 -