KIE API 6.0.0.Beta2

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


Method Summary
 QualifierModel getQualifierModel()
           
 String getType()
          Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)
 QualifierModel newQualifierModel(String type)
           
 

Method Detail

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)

KIE API 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.