| Package | Description |
|---|---|
| org.specrunner.plugins.core.objects | |
| org.specrunner.plugins.core.objects.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPluginObjectCompare<T>
Performs comparison of objects.
|
class |
AbstractPluginObjectCompareAll<T>
Check if a given list of objects is the same of object manager.
|
class |
AbstractPluginObjectSelect<T>
Perform something on a selected object.
|
class |
AbstractPluginObjectSelectNone<T>
Check if an object is not in object repository.
|
class |
AbstractPluginObjectSelectUnique<T>
Performs something on a selected object.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPluginObject |
AbstractPluginObject.merge(AbstractPluginObject old)
Merge to equivalent plugins.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,AbstractPluginObject> |
IObjectManager.getEntities()
The mapping of all entities.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
IObjectSelector.all(AbstractPluginObject caller,
IContext context,
IResultSet result)
Performs a select all object of a given type.
|
void |
IObjectManager.bind(AbstractPluginObject input)
Bind a object plugin to the manager.
|
T |
IObjectSelector.getSource(AbstractPluginObject caller,
IContext context)
The source for object selection.
|
AbstractPluginObject |
AbstractPluginObject.merge(AbstractPluginObject old)
Merge to equivalent plugins.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginAll
Check if a given list of objects is the same in memory.
|
class |
PluginCollection
Maps a object but do not persist it.
|
class |
PluginContains
Check if a given list of objects is present in memory.
|
class |
PluginDelete
Delete object from memory.
|
class |
PluginInsert
Maps a object but do not persist it.
|
class |
PluginNotContains
Check if an object is not in memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,AbstractPluginObject> |
ObjectManagerDefault.entities
Map of instances for a given entity.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,AbstractPluginObject> |
ObjectManagerDefault.getEntities() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
ObjectSelector.all(AbstractPluginObject caller,
IContext context,
IResultSet result) |
void |
ObjectManagerDefault.bind(AbstractPluginObject input) |
IObjectManager |
ObjectSelector.getSource(AbstractPluginObject caller,
IContext context) |
List<Object> |
ObjectSelector.select(AbstractPluginObject caller,
IContext context,
Object instance,
RowAdapter row,
IResultSet result) |
Copyright © 2016. All rights reserved.