org.kie.api.builder.model
Interface WorkItemHandlerModel
public interface WorkItemHandlerModel
WorkItemHandlerModel is a model allowing to programmatically define a WorkItemHandler and wire it to a KieSession
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.