public interface StatementUserObjectResolver extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
getUserObject(StatementDeploymentContext context)
Returns the user object to assign to a newly-deployed statement.
|
Object getUserObject(StatementDeploymentContext context)
Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right user object to assign.
context
- the statement's deployment context