\r\n
Inheritance diagram for fiftyone.pipeline.cloudrequestengine.data.CloudRequestData:
Collaboration diagram for fiftyone.pipeline.cloudrequestengine.data.CloudRequestData:
Public Member Functions
String
getJsonResponse ()
CloudRequestDataInternal (Logger logger,
FlowData flowData,
AspectEngine<? extends
AspectData, ? extends
AspectPropertyMetaData > engine)
void
setJsonResponse (String value)
Boolean
getProcessStarted ()
void
setProcessStarted (Boolean value)
AspectDataBase (Logger logger, FlowData flowData, AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine)
Constructs a new instance with a non-thread-safe, case-insensitive
Map as the underlying storage.
More...
AspectDataBase (Logger logger, FlowData flowData, AspectEngine<? extends AspectData,? extends AspectPropertyMetaData > engine, MissingPropertyService missingPropertyService)
Constructs a new instance with a non-thread-safe, case-insensitive
Map as the underlying storage.
More...
AspectDataBase (Logger logger, FlowData flowData, AspectEngine<? extends AspectData,? extends AspectPropertyMetaData > engine, MissingPropertyService missingPropertyService, Map< String, Object > map)
Constructs a new instance with a custom
Map as the underlying storage.
More...
List< AspectEngine<? extends AspectData,? extends AspectPropertyMetaData > >
getEngines ()
Get the engines that generated the data withing this data instance.
More...
Future<?>
getProcessFuture ()
If the engine is configured for lazy loading, this property returns a
Future that will complete once the engine has finished processing.
More...
void
addEngine (AspectEngine<? extends AspectData,? extends AspectPropertyMetaData > engine)
Add an engine to the list of engines which have generated the data within this instance.
More...
void
addProcessCallable (ProcessCallable runnable)
Map< String, Object >
asKeyMap ()
Get the data contained in this instance as a read only
Map.
More...
Object
get (String propertyName) throws PropertyMissingException
ElementDataBase (Logger logger, FlowData flowData)
Constructs a new instance with a non-thread-safe, case-insensitive
Map as the underlying storage.
More...
ElementDataBase (Logger logger, FlowData flowData, Map< String, Object > data)
Constructs a new instance with a custom
Map as the underlying storage.
More...
Pipeline
getPipeline ()
void
setPipeline (Pipeline pipeline)
DataBase (Logger logger)
Construct a new instance with the default case insensitive
Map as the underlying storage.
More...
DataBase (Logger logger, Map< String, Object > data)
Construct a new instance with a custom implementation of
Map as the underlying storage.
More...
Object
get (String key)
Get the value stored using the specified key.
More...
void
put (String key, Object value)
Set the value stored using the specified key.
More...
Map< String, Object >
asKeyMap ()
Get the data contained in this instance as a read only
Map.
More...
void
populateFromMap (Map< String, Object > values)
Use the values in the specified map to populate this data instance.
More...