Class PluginBatchProcessing
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
-
- All Implemented Interfaces:
Plugin,PluginRootDocument,PluginService,ConfigDefaults
public class PluginBatchProcessing extends Object implements PluginService, PluginRootDocument, ConfigDefaults
- Author:
- scf
-
-
Field Summary
Fields Modifier and Type Field Description static StringTAG_ENABLE_BATCH_PROCESSING
-
Constructor Summary
Constructors Constructor Description PluginBatchProcessing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceResponseexecute(Service service, ServiceRequest request)StringgetRequestTypeFor(String path, HttpMethod method)Collection<String>getRequestTypes()Collection<String>getUrlPaths()voidinit(CoreSettings settings)voidmodifyServiceDocument(ServiceRequest request, Map<String,Object> result)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.fraunhofer.iosb.ilt.frostserver.settings.ConfigDefaults
configDefaults, configDefaultsInt, configTags, defaultValue, defaultValueBoolean, defaultValueInt
-
-
-
-
Field Detail
-
TAG_ENABLE_BATCH_PROCESSING
public static final String TAG_ENABLE_BATCH_PROCESSING
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(CoreSettings settings)
-
modifyServiceDocument
public void modifyServiceDocument(ServiceRequest request, Map<String,Object> result)
- Specified by:
modifyServiceDocumentin interfacePluginRootDocument
-
getUrlPaths
public Collection<String> getUrlPaths()
- Specified by:
getUrlPathsin interfacePluginService
-
getRequestTypes
public Collection<String> getRequestTypes()
- Specified by:
getRequestTypesin interfacePluginService
-
getRequestTypeFor
public String getRequestTypeFor(String path, HttpMethod method)
- Specified by:
getRequestTypeForin interfacePluginService
-
execute
public ServiceResponse execute(Service service, ServiceRequest request)
- Specified by:
executein interfacePluginService
-
-