| Package | Description |
|---|---|
| org.specrunner.plugins.core.include | |
| org.specrunner.plugins.core.objects | |
| org.specrunner.plugins.core.objects.core | |
| org.specrunner.util.xom.node |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginColumn.extractFeatures(IContext context,
RowAdapter header,
List<String> features,
List<IConverter> converters,
List<List<String>> args)
Get the feature names from this list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPluginObjectSelect.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result) |
protected abstract void |
AbstractPluginObject.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result)
This method can be and should be overridden to perform save, comparison,
etc for updates.
|
protected void |
AbstractPluginObjectSelectUnique.addError(IContext context,
RowAdapter row,
IResultSet result,
Exception e)
Add a error to a comparison.
|
protected Object |
AbstractPluginObject.create(IContext context,
TableAdapter table,
RowAdapter row)
Create the object based on a row.
|
Object |
IObjectCreator.create(IContext context,
TableAdapter table,
RowAdapter row,
Class<?> type)
Creates a instance of the given type.
|
protected void |
AbstractPluginObject.loadFields(IContext context,
RowAdapter row,
List<AbstractPluginObject.Field> list)
Load fields based on
th tags. |
abstract void |
AbstractPluginObjectSelectUnique.perform(IContext context,
Object base,
Object instance,
RowAdapter row,
IResultSet result)
Perform something on a database object.
|
void |
AbstractPluginObjectCompare.perform(IContext context,
Object base,
Object instance,
RowAdapter row,
IResultSet result) |
protected boolean |
AbstractPluginObject.populate(IContext context,
TableAdapter table,
RowAdapter row,
IResultSet result,
Object instance)
Populate the object instance with row information.
|
protected Object |
AbstractPluginObject.processLine(IContext context,
TableAdapter table,
RowAdapter row,
IResultSet result)
Process a given row.
|
void |
AbstractPluginObjectSelectUnique.processList(IContext context,
Object instance,
RowAdapter row,
IResultSet result,
List<Object> list) |
void |
AbstractPluginObjectSelectNone.processList(IContext context,
Object instance,
RowAdapter row,
IResultSet result,
List<Object> list) |
abstract void |
AbstractPluginObjectSelect.processList(IContext context,
Object instance,
RowAdapter row,
IResultSet result,
List<Object> list)
Process the list of objects recovered.
|
List<Object> |
IObjectSelector.select(AbstractPluginObject caller,
IContext context,
Object instance,
RowAdapter row,
IResultSet result)
Performs a select on object repository to compare with the reference.
|
protected void |
AbstractPluginObject.setValue(IContext context,
TableAdapter table,
RowAdapter row,
Object instance,
AbstractPluginObject.Field f,
Object value)
Set the field with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginInsert.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result) |
protected void |
PluginCollection.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result) |
void |
PluginDelete.perform(IContext context,
Object base,
Object instance,
RowAdapter row,
IResultSet result) |
List<Object> |
ObjectSelector.select(AbstractPluginObject caller,
IContext context,
Object instance,
RowAdapter row,
IResultSet result) |
| Modifier and Type | Field and Description |
|---|---|
protected List<RowAdapter> |
TableAdapter.rows
The list of rows.
|
| Modifier and Type | Method and Description |
|---|---|
RowAdapter |
TableAdapter.getRow(int i)
The row given by that index.
|
| Modifier and Type | Method and Description |
|---|---|
List<RowAdapter> |
TableAdapter.getRows()
The rows list.
|
Copyright © 2016. All rights reserved.