public interface ContextControllerFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
static EPTypeClass |
EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
StatementAIResourceRegistry |
allocateAgentInstanceResourceRegistry(AIRegistryRequirements registryRequirements) |
ContextController |
create(ContextManagerRealization contextManagerRealization) |
ContextPartitionIdentifier |
getContextPartitionIdentifier(Object partitionKey) |
ContextControllerFactoryEnv |
getFactoryEnv() |
void |
populateContextProperties(Map<String,Object> props,
Object allPartitionKey) |
FilterValueSetParam[][] |
populateFilterAddendum(FilterSpecActivatable filterSpec,
boolean forStatement,
int nestingLevel,
Object partitionKey,
ContextControllerStatementDesc optionalStatementDesc,
Map<Integer,ContextControllerStatementDesc> statements,
AgentInstanceContext agentInstanceContextStatement) |
void |
setFactoryEnv(ContextControllerFactoryEnv factoryEnv) |
static final EPTypeClass EPTYPE
static final EPTypeClass EPTYPEARRAY
void setFactoryEnv(ContextControllerFactoryEnv factoryEnv)
ContextControllerFactoryEnv getFactoryEnv()
ContextController create(ContextManagerRealization contextManagerRealization)
FilterValueSetParam[][] populateFilterAddendum(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer,ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement)
void populateContextProperties(Map<String,Object> props, Object allPartitionKey)
StatementAIResourceRegistry allocateAgentInstanceResourceRegistry(AIRegistryRequirements registryRequirements)
ContextPartitionIdentifier getContextPartitionIdentifier(Object partitionKey)
Copyright © 2005–2021. All rights reserved.