| CloudAspectEngineBuilderBase ()
|
| CloudAspectEngineBuilderBase (ILoggerFactory loggerFactory)
|
|
| AspectEngineBuilderBase ()
|
| AspectEngineBuilderBase (ILoggerFactory loggerFactory)
|
TBuilder
| setProperties (Set< AspectPropertyMetaData > set)
Configure the properties that the engine will populate in the response. More...
|
TBuilder
| setProperties (List< String > properties)
Configure the properties that the engine will populate in the response. More...
|
TBuilder
| setProperties (String properties)
Configure the properties that the engine will populate in the response. More...
|
TBuilder
| setProperty (String s)
Add a property to the list of properties that the engine will populate in the response. More...
|
TBuilder
| setProperty (AspectPropertyMetaData aspectProperty)
Add a property to the list of properties that the engine will populate in the response. More...
|
TBuilder
| setLazyLoading (LazyLoadingConfiguration configuration)
Configure lazy loading of results. More...
|
TBuilder
| setCache (CacheConfiguration cacheConfiguration)
Configure the results cache that will be used by the Pipeline to cache results from this engine. More...
|