Modifier and Type | Method and Description |
---|---|
void |
EntityVisitor.accept(EntityDefinition ed)
Apply the visitor on an entity definition.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
PathElement.getRoot() |
Constructor and Description |
---|
PathElement(EntityDefinition root)
Create a root path element.
|
Modifier and Type | Method and Description |
---|---|
static EntityDefinition |
EntityAccessorUtil.createEntity(Path<PathElement> path)
Create an entity definition from a path.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityBean<T extends EntityDefinition>
Represents an
Entity |
Modifier and Type | Method and Description |
---|---|
static EntityDefinition |
AlignmentUtil.createEntity(Path<Definition<?>> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a definition path.
|
static EntityDefinition |
AlignmentUtil.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path.
|
static EntityDefinition |
AlignmentUtil.deriveEntity(EntityDefinition entity,
int pathLength)
Derive an entity definition from the given one but with a maximum path
length.
|
static EntityDefinition |
AlignmentUtil.getAllDefaultEntity(EntityDefinition entity)
Get the entity definition based on the given entity definition with the
default instance context for each path entry.
|
static EntityDefinition |
AlignmentUtil.getChild(EntityDefinition entity,
QName childName)
Get the default child of the given entity.
|
static EntityDefinition |
AlignmentUtil.getDefaultEntity(EntityDefinition entity)
Get the entity definition with the default instance context which is a
sibling to (or the same as) the given entity definition.
|
EntityDefinition |
Entity.getDefinition()
Get the entity definition.
|
static EntityDefinition |
AlignmentUtil.getParent(EntityDefinition entity)
Get the parent entity definition for the given entity definition.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AlignmentUtil.associatedWith(EntityDefinition entity,
Cell cell,
boolean allowInheritance,
boolean orChildren)
Checks whether the given entity (or one of its children) is associated
with the given cell (considering inheritance).
|
static EntityDefinition |
AlignmentUtil.deriveEntity(EntityDefinition entity,
int pathLength)
Derive an entity definition from the given one but with a maximum path
length.
|
static boolean |
AlignmentUtil.entityOrChildContained(EntityDefinition entity,
Iterable<? extends Entity> candidates)
Determines if the given entity definition or one of its children is
contained in the given entity candidates.
|
static boolean |
AlignmentUtil.entityOrChildMapped(EntityDefinition entity,
Alignment alignment)
States if the given entity definition or one of its children is mapped in
the given alignment.
|
static EntityDefinition |
AlignmentUtil.getAllDefaultEntity(EntityDefinition entity)
Get the entity definition based on the given entity definition with the
default instance context for each path entry.
|
Collection<? extends Cell> |
Alignment.getCells(EntityDefinition entityDefinition)
Get the cells associated directly with the given entity definition.
|
Collection<? extends Cell> |
Alignment.getCells(EntityDefinition entityDefinition,
boolean includeInherited)
Get the cells associated with the given entity definition.
|
static EntityDefinition |
AlignmentUtil.getChild(EntityDefinition entity,
QName childName)
Get the default child of the given entity.
|
static Condition |
AlignmentUtil.getContextCondition(EntityDefinition candidate)
Get the context condition of the given entity definition.
|
static Integer |
AlignmentUtil.getContextIndex(EntityDefinition candidate)
Get the context index of the given entity definition.
|
static Integer |
AlignmentUtil.getContextName(EntityDefinition candidate)
Get the context name of the given entity definition.
|
static String |
AlignmentUtil.getContextText(EntityDefinition entityDef)
Get a text representation for the entity definition context.
|
static EntityDefinition |
AlignmentUtil.getDefaultEntity(EntityDefinition entity)
Get the entity definition with the default instance context which is a
sibling to (or the same as) the given entity definition.
|
static EntityDefinition |
AlignmentUtil.getParent(EntityDefinition entity)
Get the parent entity definition for the given entity definition.
|
static TypeEntityDefinition |
AlignmentUtil.getTypeEntity(EntityDefinition entityDef)
Get the type entity definition of the given entity definition.
|
static boolean |
AlignmentUtil.isDefaultEntity(EntityDefinition entity)
Determines if the given entity is a default entity.
|
static boolean |
AlignmentUtil.isParent(EntityDefinition parent,
EntityDefinition child)
Determines if a given entity definition is a parent of another entity
definition or if both are equal.
|
Modifier and Type | Class and Description |
---|---|
class |
ChildEntityDefinition
Entity definition for a property or group property
|
class |
PropertyEntityDefinition
Entity definition for a property
|
class |
TypeEntityDefinition
Entity definition for a type
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Cell> |
DefaultAlignment.getCells(EntityDefinition entityDefinition) |
Collection<? extends Cell> |
DefaultAlignment.getCells(EntityDefinition entityDefinition,
boolean includeInherited) |
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
SourceNode.getEntityDefinition()
Get the full entity definition associated with the node.
|
EntityDefinition |
TargetNode.getEntityDefinition()
Get the full entity definition associated with the node.
|
Modifier and Type | Method and Description |
---|---|
TargetNodeImpl |
TargetContext.DuplicationContext.getNode(EntityDefinition entity)
Get the target node associated to the given entity.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
SourceNodeImpl.getEntityDefinition() |
EntityDefinition |
TargetNodeImpl.getEntityDefinition() |
Modifier and Type | Method and Description |
---|---|
SourceNode |
SourceNodeFactory.getExistingSourceNode(EntityDefinition entityDefinition)
Get the existing source node associated to the given entity definition.
|
SourceNode |
SourceNodeFactory.getSourceNode(EntityDefinition entityDefinition)
Get or create source node for the given entity definition.
|
Constructor and Description |
---|
SourceNodeImpl(EntityDefinition definition,
SourceNode parent,
boolean addToParent)
Constructor for nodes not associated to a source node factory.
|
SourceNodeImpl(EntityDefinition definition,
SourceNodeFactory sourceNodeFactory)
Constructor
|
TargetNodeImpl(EntityDefinition entity,
Collection<CellNode> cells,
TypeDefinition parentType,
int depth,
GroupNode parent)
Create a target node that is populated with assignments and children
according to the given parameters.
|
TargetNodeImpl(EntityDefinition entity,
GroupNode parent)
Create a target node associated with the given entity definition but
unpopulated.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
XslVariable.getEntity()
Get the associated entity as specified in the associated
Cell . |
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
XslVariableImpl.getEntity() |
Constructor and Description |
---|
XslVariableImpl(EntityDefinition entity,
String xpath)
Create a XSL variable.
|
Modifier and Type | Method and Description |
---|---|
protected Map<EntityDefinition,String> |
XPathParameterPage.determineDefaultVariableNames(List<EntityDefinition> variables) |
Modifier and Type | Method and Description |
---|---|
protected Map<EntityDefinition,String> |
XPathParameterPage.determineDefaultVariableNames(List<EntityDefinition> variables) |
Modifier and Type | Method and Description |
---|---|
protected EntityDefinition |
XPathPropertyDefinitionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
Filter |
XPathFilterDialogFactory.openDialog(org.eclipse.swt.widgets.Shell shell,
EntityDefinition entityDef,
String title,
String message) |
protected void |
XPathPropertyDefinitionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
EntityDefinition initialSelection) |
Constructor and Description |
---|
XPathFilterDialog(org.eclipse.swt.widgets.Shell parentShell,
EntityDefinition entity,
String title,
String message)
Constructor.
|
XPathFilterField(EntityDefinition entity,
org.eclipse.swt.widgets.Composite parent,
int style)
Creates a XPath filter field for the given entity.
|
XPathPropertyDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell,
EntityDefinition entityDef,
String title,
EntityDefinition initialSelection)
Create a dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeListService.assignEntityCodeList(EntityDefinition entity,
CodeList code)
Assign a code list for a property entity definition.
|
CodeList |
CodeListService.findCodeListByEntity(EntityDefinition entity)
Tries to find a code list associated to the property referenced by the
given entity definition.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeListServiceImpl.assignEntityCodeList(EntityDefinition entity,
CodeList code) |
CodeList |
CodeListServiceImpl.findCodeListByEntity(EntityDefinition entity) |
Modifier and Type | Method and Description |
---|---|
void |
CodeListAssociations.assignCodeList(EntityDefinition entity,
CodeList codeList)
Assign a code list for an entity.
|
CodeListReference |
CodeListAssociations.getCodeList(EntityDefinition entity)
Get a reference to the code list associated to the given entity.
|
Constructor and Description |
---|
DummyEntityKey(EntityDefinition entityDef,
boolean skipGroups)
Create an entity key from an entity definition.
|
Modifier and Type | Method and Description |
---|---|
Editor<?> |
AttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent,
PropertyDefinition property,
EntityDefinition entityDef,
boolean allowScripts)
Create an attribute editor for the given property.
|
org.eclipse.swt.graphics.Image |
DefinitionImages.getImage(EntityDefinition entityDef)
Get the image for the given entity definition
|
protected org.eclipse.swt.graphics.Image |
DefinitionImages.getImage(EntityDefinition entityDef,
Definition<?> def)
Get the image for the given definition
|
Constructor and Description |
---|
AttributeInputDialog(PropertyDefinition definition,
EntityDefinition entity,
org.eclipse.swt.widgets.Shell parentShell,
String title,
String message)
Create a new attribute input dialog
|
Modifier and Type | Method and Description |
---|---|
Editor<?> |
DefaultAttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent,
PropertyDefinition property,
EntityDefinition entityDef,
boolean allowScripts) |
Constructor and Description |
---|
DefaultPropertyEditor(org.eclipse.swt.widgets.Composite parent,
PropertyDefinition property,
EntityDefinition entity)
Creates an attribute editor for the given type.
|
PropertyEditorChooserEditor(org.eclipse.swt.widgets.Composite parent,
PropertyDefinition property,
EntityDefinition entityDef)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected EntityDefinition |
PropertyDefinitionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
protected AbstractViewerSelectionDialog<EntityDefinition,?> |
PropertyDefinitionSelector.createSelectionDialog(org.eclipse.swt.widgets.Shell parentShell) |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertyDefinitionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
EntityDefinition initialSelection) |
Constructor and Description |
---|
PropertyDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell,
SchemaSpaceID ssid,
TypeDefinition parentType,
String title,
EntityDefinition initialSelection)
Create a property entity dialog
|
Modifier and Type | Method and Description |
---|---|
Population |
PopulationService.getPopulation(EntityDefinition entity)
Get the population count for the given entity.
|
Modifier and Type | Method and Description |
---|---|
Filter |
FilterDialogFactory.openDialog(org.eclipse.swt.widgets.Shell shell,
EntityDefinition entityDef,
String title,
String message)
Open the dialog and return the filter.
|
Modifier and Type | Method and Description |
---|---|
Filter |
CQLFilterDialogFactory.openDialog(org.eclipse.swt.widgets.Shell shell,
EntityDefinition entityDef,
String title,
String message) |
Modifier and Type | Method and Description |
---|---|
protected EntityDefinition |
TypeEntityDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
protected EntityDefinition |
PropertyEntityDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
protected AbstractViewerSelectionDialog<EntityDefinition,?> |
EntitySelector.createSelectionDialog(org.eclipse.swt.widgets.Shell parentShell) |
Modifier and Type | Method and Description |
---|---|
protected abstract Entity |
EntitySelector.createEntity(EntityDefinition element)
Create an entity for the given entity definition
|
protected Entity |
TypeEntitySelector.createEntity(EntityDefinition element) |
protected Entity |
PropertyEntitySelector.createEntity(EntityDefinition element) |
protected void |
TypeEntityDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
EntityDefinition initialSelection) |
protected void |
PropertyEntityDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
EntityDefinition initialSelection) |
Constructor and Description |
---|
EntityDialog(org.eclipse.swt.widgets.Shell parentShell,
SchemaSpaceID ssid,
String title,
EntityDefinition initialSelection)
Constructor
|
PropertyEntityDialog(org.eclipse.swt.widgets.Shell parentShell,
SchemaSpaceID ssid,
TypeEntityDefinition parentType,
String title,
EntityDefinition initialSelection)
Create a property entity dialog
|
TypeEntityDialog(org.eclipse.swt.widgets.Shell parentShell,
SchemaSpaceID ssid,
String title,
EntityDefinition initialSelection,
boolean onlyMappingRelevant)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ReplaceFunctionWizardContribution.checkMandatoryConditions(Set<EntityDefinition> schemaEntities,
Iterable<? extends AbstractParameter> functionEntities) |
protected boolean |
SchemaSelectionFunctionContribution.checkMandatoryConditions(Set<EntityDefinition> schemaEntities,
Iterable<? extends AbstractParameter> functionEntities)
Checks if all entities that are mandatory in the function definition and
have specific attached conditions can be met by at least one of the given
schema entities.
|
Modifier and Type | Method and Description |
---|---|
protected Set<EntityDefinition> |
EntitiesPage.getCandidates(SchemaSpaceID ssid)
Get the entity candidates for the given schema space
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntitiesPage.acceptCandidate(EntityDefinition candidate)
Determines if a candidate from a selection should be accepted.
|
protected boolean |
PropertyEntitiesPage.acceptCandidate(EntityDefinition candidate) |
Modifier and Type | Method and Description |
---|---|
protected abstract F |
EntitiesPage.createField(D field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
Create entity assignment fields for the given field definition
|
protected PropertyField |
PropertyEntitiesPage.createField(PropertyParameter field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell) |
protected TypeField |
TypeEntitiesPage.createField(TypeParameter field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell) |
Constructor and Description |
---|
Field(F definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
Create a field
|
PropertyField(PropertyParameter definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell,
TypeEntityDefinition parentType)
Create a property field
|
TypeField(TypeParameter definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell) |
Modifier and Type | Method and Description |
---|---|
protected Map<EntityDefinition,String> |
SourceListParameterPage.determineDefaultVariableNames(List<EntityDefinition> variables)
Determine the variable names from the corresponding entity definitions.
The default implementation uses SourceListParameterPage.getVariableName(EntityDefinition) to determine the name for each
variable independently. |
Modifier and Type | Method and Description |
---|---|
protected String |
FormattedStringParameterPage.getVariableName(EntityDefinition variable) |
protected String |
SourceListParameterPage.getVariableName(EntityDefinition variable)
This gets called for all variables.
Subclasses can change how they are displayed here. The default format is like "part1.part2.name". |
Modifier and Type | Method and Description |
---|---|
protected Map<EntityDefinition,String> |
SourceListParameterPage.determineDefaultVariableNames(List<EntityDefinition> variables)
Determine the variable names from the corresponding entity definitions.
The default implementation uses SourceListParameterPage.getVariableName(EntityDefinition) to determine the name for each
variable independently. |
protected void |
SourceListParameterPage.sourcePropertiesChanged(Iterable<EntityDefinition> variables)
This gets called, when the user chose other source properties.
|
Modifier and Type | Method and Description |
---|---|
protected String |
GroovyParameterPage.getVariableName(EntityDefinition variable) |
Modifier and Type | Method and Description |
---|---|
protected void |
GroovyParameterPage.sourcePropertiesChanged(Iterable<EntityDefinition> variables) |
Modifier and Type | Method and Description |
---|---|
protected void |
MathExpressionParameterPage.sourcePropertiesChanged(Iterable<EntityDefinition> variables) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DefaultGeometryUtil.isDefaultGeometry(EntityDefinition entityDef)
Determines if the given entity definition is a default geometry property.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
SchemaSelection.getFirstItem(SchemaSpaceID schema)
Get the first selected item of the given schema
|
EntityDefinition |
SchemaSelection.getFirstSourceItem()
Get the first selected source item
|
EntityDefinition |
SchemaSelection.getFirstTargetItem()
Get the first selected target item
|
Modifier and Type | Method and Description |
---|---|
Set<EntityDefinition> |
SchemaSelection.getSourceItems() |
Set<EntityDefinition> |
SchemaSelection.getTargetItems() |
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
DefaultSchemaSelection.getFirstItem(SchemaSpaceID schema) |
EntityDefinition |
DefaultSchemaSelection.getFirstSourceItem() |
EntityDefinition |
DefaultSchemaSelection.getFirstTargetItem() |
Modifier and Type | Method and Description |
---|---|
Set<EntityDefinition> |
DefaultSchemaSelection.getSourceItems() |
Set<EntityDefinition> |
DefaultSchemaSelection.getTargetItems() |
List<EntityDefinition> |
DefaultSchemaSelection.toList() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSchemaSelection.addSourceItem(EntityDefinition item)
Adds a source item
|
void |
DefaultSchemaSelection.addTargetItem(EntityDefinition item)
Adds a target item
|
Constructor and Description |
---|
DefaultSchemaSelection(Collection<EntityDefinition> sourceItems,
Collection<EntityDefinition> targetItems,
DefaultSchemaSelection.SchemaStructuredMode mode)
Creates a selection that is initialized with the given items
|
DefaultSchemaSelection(Collection<EntityDefinition> sourceItems,
Collection<EntityDefinition> targetItems,
DefaultSchemaSelection.SchemaStructuredMode mode)
Creates a selection that is initialized with the given items
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
EntityDefinitionService.addConditionContext(EntityDefinition sibling,
Filter filter)
Add a new condition context for the given entity definition and create a
new sibling associated to the new context.
|
EntityDefinition |
EntityDefinitionService.addIndexContext(EntityDefinition sibling,
Integer index)
Add a new index context for the given entity definition and create a new
sibling associated to the new context.
|
EntityDefinition |
EntityDefinitionService.addNamedContext(EntityDefinition sibling)
Add a new named instance context for the given entity definition and
create a new sibling associated to the new context.
|
EntityDefinition |
EntityDefinitionService.editConditionContext(EntityDefinition sibling,
Filter filter)
Creates a new sibling for the given entity definition with a new
condition context using the given filter.
All cells using the given entity definition are changed to use the new one. |
EntityDefinition |
EntityDefinitionService.getParent(EntityDefinition entity)
Get the parent entity definition for the given entity definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends EntityDefinition> |
EntityDefinitionService.getChildren(EntityDefinition entity)
Get the children of the given entity definition, i.e.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
EntityDefinitionService.addConditionContext(EntityDefinition sibling,
Filter filter)
Add a new condition context for the given entity definition and create a
new sibling associated to the new context.
|
EntityDefinition |
EntityDefinitionService.addIndexContext(EntityDefinition sibling,
Integer index)
Add a new index context for the given entity definition and create a new
sibling associated to the new context.
|
EntityDefinition |
EntityDefinitionService.addNamedContext(EntityDefinition sibling)
Add a new named instance context for the given entity definition and
create a new sibling associated to the new context.
|
void |
EntityDefinitionServiceListener.contextAdded(EntityDefinition contextEntity)
Called when a new instance context has been added.
|
void |
EntityDefinitionServiceListener.contextRemoved(EntityDefinition contextEntity)
Called when an instance context has been removed.
|
EntityDefinition |
EntityDefinitionService.editConditionContext(EntityDefinition sibling,
Filter filter)
Creates a new sibling for the given entity definition with a new
condition context using the given filter.
All cells using the given entity definition are changed to use the new one. |
Collection<? extends EntityDefinition> |
EntityDefinitionService.getChildren(EntityDefinition entity)
Get the children of the given entity definition, i.e.
|
EntityDefinition |
EntityDefinitionService.getParent(EntityDefinition entity)
Get the parent entity definition for the given entity definition.
|
void |
EntityDefinitionService.removeContext(EntityDefinition entity)
Remove the instance context associated with the given entity definition
(if possible).
|
Modifier and Type | Method and Description |
---|---|
void |
EntityDefinitionServiceListener.contextsAdded(Iterable<EntityDefinition> contextEntities)
Called when multiple new instance contexts have been added.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
EntityDefinitionServiceImpl.addConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.addConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceDecorator.addConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceImpl.addIndexContext(EntityDefinition sibling,
Integer index) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.addIndexContext(EntityDefinition sibling,
Integer index) |
EntityDefinition |
EntityDefinitionServiceDecorator.addIndexContext(EntityDefinition sibling,
Integer index) |
EntityDefinition |
EntityDefinitionServiceImpl.addNamedContext(EntityDefinition sibling) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.addNamedContext(EntityDefinition sibling) |
EntityDefinition |
EntityDefinitionServiceDecorator.addNamedContext(EntityDefinition sibling) |
protected EntityDefinition |
AbstractEntityDefinitionService.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path
|
EntityDefinition |
EntityDefinitionServiceImpl.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceDecorator.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
AbstractEntityDefinitionService.getParent(EntityDefinition entity) |
EntityDefinition |
EntityDefinitionServiceDecorator.getParent(EntityDefinition entity) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends EntityDefinition> |
EntityDefinitionServiceImpl.getChildren(EntityDefinition entity) |
Collection<? extends EntityDefinition> |
EntityDefinitionServiceDecorator.getChildren(EntityDefinition entity) |
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
EntityDefinitionServiceImpl.addConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.addConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceDecorator.addConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceImpl.addIndexContext(EntityDefinition sibling,
Integer index) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.addIndexContext(EntityDefinition sibling,
Integer index) |
EntityDefinition |
EntityDefinitionServiceDecorator.addIndexContext(EntityDefinition sibling,
Integer index) |
EntityDefinition |
EntityDefinitionServiceImpl.addNamedContext(EntityDefinition sibling) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.addNamedContext(EntityDefinition sibling) |
EntityDefinition |
EntityDefinitionServiceDecorator.addNamedContext(EntityDefinition sibling) |
EntityDefinition |
EntityDefinitionServiceImpl.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceDecorator.editConditionContext(EntityDefinition sibling,
Filter filter) |
Collection<? extends EntityDefinition> |
EntityDefinitionServiceImpl.getChildren(EntityDefinition entity) |
Collection<? extends EntityDefinition> |
EntityDefinitionServiceDecorator.getChildren(EntityDefinition entity) |
EntityDefinition |
AbstractEntityDefinitionService.getParent(EntityDefinition entity) |
EntityDefinition |
EntityDefinitionServiceDecorator.getParent(EntityDefinition entity) |
void |
AbstractEntityDefinitionService.notifyContextAdded(EntityDefinition contextEntity)
Called when a new instance context has been added.
|
void |
AbstractEntityDefinitionService.notifyContextRemoved(EntityDefinition contextEntity)
Called when an instance context has been removed.
|
void |
EntityDefinitionServiceImpl.removeContext(EntityDefinition entity) |
void |
EntityDefinitionServiceUndoSupport.removeContext(EntityDefinition entity) |
void |
EntityDefinitionServiceDecorator.removeContext(EntityDefinition entity) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityDefinitionService.notifyContextsAdded(Iterable<EntityDefinition> contextEntities)
Called when multiple new instance contexts have been added.
|
Modifier and Type | Method and Description |
---|---|
Population |
PopulationServiceImpl.getPopulation(EntityDefinition entity) |
Modifier and Type | Method and Description |
---|---|
protected EntityDefinition |
AddConditionAction.getContextEntity() |
protected EntityDefinition |
AddParentConditionAction.getContextEntity() |
EntityDefinition |
AbstractEntityDefSection.getEntity()
Get the current entity definition.
|
EntityDefinition |
AddConditionAction.getEntity() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractEntityDefFilter.accept(EntityDefinition input)
Determine if an entity definition passes the filter.
|
boolean |
OccurringValuesFilter.accept(EntityDefinition input) |
Constructor and Description |
---|
AddConditionAction(EntityDefinition entity,
List<String> values,
boolean combine)
Create an action for creating condition contexts
|
AddParentConditionAction(EntityDefinition entity,
List<String> values,
boolean combine)
Create an action for creating a condition context.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a