|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompoundManager
The Interface CompoundManager.
| Method Summary | |
|---|---|
Record |
adaptCompoundRecord(Record record,
DataSourceConnectionConfig config)
Adapts the input record according to the given configuration. |
Crawler |
extract(Record record,
DataSourceConnectionConfig config)
* Extracts the elements of the given record and returns a Crawler over the extracted elements. |
boolean |
isCompound(Record record,
DataSourceConnectionConfig config)
Checks if a record is a compound object. |
| Method Detail |
|---|
boolean isCompound(Record record,
DataSourceConnectionConfig config)
throws CompoundException
record - the Recordconfig - the DataSourceConnectionConfig
CompoundException - if any error occurs
Crawler extract(Record record,
DataSourceConnectionConfig config)
throws CompoundException
record - the Recordconfig - the DataSourceConnectionConfig
CompoundException - if any error occurs
Record adaptCompoundRecord(Record record,
DataSourceConnectionConfig config)
throws CompoundException
record - the Recordconfig - the DataSourceConnectionConfig
CompoundException - if any error occurs
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||