Modifier and Type | Class and Description |
---|---|
class |
AnchorVariableListener |
class |
ExternalizedAnchorVariableSupply
Alternative to
AnchorVariableListener . |
Modifier and Type | Method and Description |
---|---|
VariableListener |
AnchorShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends VariableListener> |
CustomShadowVariableDescriptor.variableListenerClass |
Modifier and Type | Method and Description |
---|---|
VariableListener |
CustomShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
Modifier and Type | Method and Description |
---|---|
abstract VariableListener |
ShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
Modifier and Type | Class and Description |
---|---|
class |
ExternalizedSingletonInverseVariableSupply
Alternative to
SingletonInverseVariableListener . |
class |
SingletonInverseVariableListener |
Modifier and Type | Method and Description |
---|---|
VariableListener |
InverseRelationShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulVariableListener<EntityG>
A stateful
VariableListener ,
often used to externalize data for a supply from the domain model itself. |
Modifier and Type | Field and Description |
---|---|
protected Map<EntityDescriptor,List<VariableListener>> |
VariableListenerSupport.entityVariableListenerMap |
protected Map<VariableDescriptor,List<VariableListener>> |
VariableListenerSupport.variableListenerMap |
Modifier and Type | Method and Description |
---|---|
void |
VariableListenerSupport.buildVariableListeners(List<VariableListener> entityVariableListenerList,
VariableDescriptor variableDescriptor) |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.