public class ContextControllerKeyedFactory extends ContextControllerFactoryBase
Modifier and Type | Field and Description |
---|---|
protected ContextControllerDetailKeyed |
keyedSpec |
factoryContext
Constructor and Description |
---|
ContextControllerKeyedFactory() |
Modifier and Type | Method and Description |
---|---|
StatementAIResourceRegistry |
allocateAgentInstanceResourceRegistry(AIRegistryRequirements registryRequirements) |
ContextController |
create(ContextManagerRealization contextManagerRealization) |
ContextPartitionIdentifier |
getContextPartitionIdentifier(Object partitionKey) |
Object |
getGetterKey(Object partitionKey) |
ContextControllerDetailKeyed |
getKeyedSpec() |
void |
populateContextProperties(Map<String,Object> props,
Object partitionKey) |
FilterValueSetParam[][] |
populateFilterAddendum(FilterSpecActivatable filterSpec,
boolean forStatement,
int nestingLevel,
Object partitionKey,
ContextControllerStatementDesc optionalStatementDesc,
AgentInstanceContext agentInstanceContextStatement) |
void |
setKeyedSpec(ContextControllerDetailKeyed keyedSpec) |
getFactoryEnv, setFactoryEnv
protected ContextControllerDetailKeyed keyedSpec
public ContextControllerDetailKeyed getKeyedSpec()
public void setKeyedSpec(ContextControllerDetailKeyed keyedSpec)
public ContextController create(ContextManagerRealization contextManagerRealization)
public FilterValueSetParam[][] populateFilterAddendum(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, AgentInstanceContext agentInstanceContextStatement)
public void populateContextProperties(Map<String,Object> props, Object partitionKey)
public StatementAIResourceRegistry allocateAgentInstanceResourceRegistry(AIRegistryRequirements registryRequirements)
public ContextPartitionIdentifier getContextPartitionIdentifier(Object partitionKey)
Copyright © 2005–2018. All rights reserved.