| Package | Description |
|---|---|
| org.eclipse.scada.da.server.common.exporter | |
| org.eclipse.scada.da.server.common.item.factory | |
| org.eclipse.scada.da.server.common.osgi.factory |
| Modifier and Type | Field and Description |
|---|---|
protected ItemFactory |
AbstractObjectExporter.factory |
| Constructor and Description |
|---|
AbstractObjectExporter(ItemFactory itemFactory,
boolean readOnly,
boolean nullIsError,
String prefix)
Create a new object factory
|
ObjectExporter(ItemFactory itemFactory)
Create a new object exporter
|
ObjectExporter(ItemFactory itemFactory,
boolean readOnly,
boolean nullIsError)
Create a new object exporter
|
ObjectExporter(ItemFactory itemFactory,
boolean readOnly,
boolean nullIsError,
String prefix)
Create a new object exporter
|
StaticObjectExporter(ItemFactory itemFactory,
Class<T> modelClazz,
boolean readOnly,
boolean nullIsError) |
StaticObjectExporter(ItemFactory itemFactory,
Class<T> modelClazz,
boolean readOnly,
boolean nullIsError,
String prefix)
Create a new static object exporter
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonItemFactory
This item factory only creates the items but does not register them anywhere
|
class |
DefaultChainItemFactory
An item factory with a default chain of item entries
|
class |
FolderItemFactory |
class |
HiveItemFactory
This item factory creates the items and registers them in the hive
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonItemFactory.addSubFactory(ItemFactory itemFactory) |
boolean |
CommonItemFactory.removeSubFactory(ItemFactory itemFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataItemFactory |
class |
ObjectPoolDataItemFactory |
| Constructor and Description |
|---|
SimpleObjectExporter(Class<? extends T> objectClass,
ItemFactory factory,
String prefix) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.