public interface DataServiceExpressionBuilder
ActionBuilder
, ReturnValueEvaluatorBuilder
,
AssignmentBuilder
and ProcessBuilder
implementations must implement so that a ProcessDescRepoHelper
can be (thread-locally) set.
That way, when the process is built, the data service *Builder implementations will store information in the
ProcessDescRepoHelper
instance, primarily about other referenced resources, such as java classes
and DRL/rules.Modifier and Type | Method and Description |
---|---|
ProcessDescRepoHelper |
getProcessHelperForThread() |
void |
setProcessHelperForThread(ProcessDescRepoHelper helper) |
void setProcessHelperForThread(ProcessDescRepoHelper helper)
ProcessDescRepoHelper getProcessHelperForThread()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.