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 java.lang.StringgetName()QualifierModelgetQualifierModel()java.lang.StringgetType()Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)QualifierModelnewQualifierModel(java.lang.String type)
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() - Returns:
- the name of the work item that the handler is for
 
 - 
getTypejava.lang.String getType() Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)
 - 
getQualifierModelQualifierModel getQualifierModel() 
 - 
newQualifierModelQualifierModel newQualifierModel(java.lang.String type) 
 
- 
 
-