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 SummaryAll 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- 
getNameString getName() - Returns:
- the name of the work item that the handler is for
 
 - 
getTypeString getType() Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)
 - 
getQualifierModelQualifierModel getQualifierModel() 
 - 
newQualifierModelQualifierModel newQualifierModel(String type) 
 
- 
 
-