public class GQLRootContext extends Object
| Constructor and Description |
|---|
GQLRootContext(GQLExecutionContext executionContext,
Object customContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCustomContext() |
GQLExecutionContext |
getExecutionContext() |
void |
setCustomContext(Object customContext) |
void |
setExecutionContext(GQLExecutionContext executionContext) |
public GQLRootContext(GQLExecutionContext executionContext, Object customContext)
executionContext - the GQLExecutionContextcustomContext - the custom context given at execution time for storing execution related propertiespublic GQLExecutionContext getExecutionContext()
public void setExecutionContext(GQLExecutionContext executionContext)
executionContext - the executionContext to setpublic Object getCustomContext()
public void setCustomContext(Object customContext)
customContext - the customContext to setCopyright © 2019–2020. All rights reserved.