public class EPRecompileProviderContext extends Object
EPRecompileProvider
Constructor and Description |
---|
EPRecompileProviderContext(EPCompiled compiled,
Configuration configuration,
String deploymentId,
String moduleName,
Map<ModuleProperty,Object> moduleProperties,
List<EPCompiled> path,
int statementIdFirstStatement,
Map<Integer,Object> userObjectsRuntime,
Map<Integer,String> statementNamesWhenProvidedByAPI,
Map<Integer,Map<Integer,Object>> substitutionParameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPCompiled |
getCompiled() |
Configuration |
getConfiguration() |
String |
getDeploymentId() |
String |
getModuleName() |
Map<ModuleProperty,Object> |
getModuleProperties() |
List<EPCompiled> |
getPath() |
int |
getStatementIdFirstStatement() |
Map<Integer,String> |
getStatementNamesWhenProvidedByAPI() |
Map<Integer,Map<Integer,Object>> |
getSubstitutionParameters() |
Map<Integer,Object> |
getUserObjectsRuntime() |
public EPRecompileProviderContext(EPCompiled compiled, Configuration configuration, String deploymentId, String moduleName, Map<ModuleProperty,Object> moduleProperties, List<EPCompiled> path, int statementIdFirstStatement, Map<Integer,Object> userObjectsRuntime, Map<Integer,String> statementNamesWhenProvidedByAPI, Map<Integer,Map<Integer,Object>> substitutionParameters)
compiled
- compiler outputconfiguration
- runtime configurationdeploymentId
- deployment idmoduleName
- module namemoduleProperties
- module propertiespath
- compile pathstatementIdFirstStatement
- statement id of the first statement in the moduleuserObjectsRuntime
- user objectsstatementNamesWhenProvidedByAPI
- statement names when provided as part of deploymentsubstitutionParameters
- substitution parameters when provided as part of deploymentpublic String getDeploymentId()
public String getModuleName()
public Map<ModuleProperty,Object> getModuleProperties()
public int getStatementIdFirstStatement()
public EPCompiled getCompiled()
public List<EPCompiled> getPath()
public Configuration getConfiguration()
Copyright © 2005–2021. All rights reserved.