| FiftyOneOnPremiseAspectEngineBase (Logger logger, ElementDataFactory< TData > aspectDataFactory, String tempDataFilePath)
|
TypedKey< TData >
| getTypedDataKey ()
|
abstract CloseableIterable< ProfileMetaData >
| getProfiles ()
|
ProfileMetaData
| getProfile (int profileId)
|
abstract CloseableIterable< ComponentMetaData >
| getComponents ()
|
ComponentMetaData
| getComponent (String name)
|
abstract CloseableIterable< ValueMetaData >
| getValues ()
|
ValueMetaData
| getValue (String propertyName, String valueName)
|
|
| OnPremiseAspectEngineBase (Logger logger, ElementDataFactory< TData > aspectDataFactory, String tempDataDirPath)
|
List< AspectEngineDataFile >
| getDataFiles ()
|
String
| getTempDataDirPath ()
|
AspectEngineDataFile
| getDataFileMetaData (String dataFileIdentifier)
|
AspectEngineDataFile
| getDataFileMetaData ()
|
abstract Date
| getDataFilePublishedDate (String dataFileIdentifier)
Get the date/time that the specified data file was published. More...
|
Date
| getDataFilePublishedDate ()
Get the date/time that the default data file was published. More...
|
abstract Date
| getDataFileUpdateAvailableTime (String dataFileIdentifier)
Get the date/time that an update is expected to be available for the specified data file. More...
|
Date
| getDataFileUpdateAvailableTime ()
Get the date/time that an update is expected to be available for the default data file. More...
|
abstract void
| refreshData (String dataFileIdentifier)
|
abstract void
| refreshData (String dataFileIdentifier, byte[] data)
|
void
| addDataFile (AspectEngineDataFile dataFile)
|
TypedKey< TData >
| getTypedDataKey ()
|
|
| AspectEngineBase (Logger logger, ElementDataFactory< TData > aspectDataFactory)
|
TypedKey< TData >
| getTypedDataKey ()
|
abstract List< TProperty >
| getProperties ()
|
abstract String
| getDataSourceTier ()
|
void
| setCache (FlowCache cache)
|
void
| setLazyLoading (LazyLoadingConfiguration configuration)
|
LazyLoadingConfiguration
| getLazyLoadingConfiguration ()
|
ExecutorService
| getExecutor ()
|
|
List< AspectEngineDataFile >
| getDataFiles ()
Details of the data files used by this engine. More...
|
void
| refreshData (String dataFileIdentifier)
|
void
| refreshData (String dataFileIdentifier, byte[] data)
Causes the engine to reload data from the specified byte[]. More...
|
String
| getTempDataDirPath ()
The complete file path to the directory that is used by the engine to store temporary copies of any data files that it uses. More...
|
AspectEngineDataFile
| getDataFileMetaData (String dataFileIdentifier)
Get the details of a specific data file used by this engine. More...
|
AspectEngineDataFile
| getDataFileMetaData ()
Get the details the default data file used by this engine. More...
|
void
| addDataFile (AspectEngineDataFile dataFile)
Add the specified data file to the engine. More...
|
|
CloseableIterable< ProfileMetaData >
| getProfiles ()
Get all profiles contained in the data set which the engine is using. More...
|
ProfileMetaData
| getProfile (int profileId)
Get the profile with the unique profile id from the data set. More...
|
CloseableIterable< ComponentMetaData >
| getComponents ()
Get all data components contained in the data set which the engine is using e.g. More...
|
ComponentMetaData
| getComponent (String name)
Get the component with the specified name from the data set. More...
|
CloseableIterable< ValueMetaData >
| getValues ()
Get all property values contained in the data set which the engine is using. More...
|
ValueMetaData
| getValue (String propertyName, String valueName)
Get the component with the specified property and value name from the data set. More...
|