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, ServiceResponse response)StringgetRequestTypeFor(de.fraunhofer.iosb.ilt.frostserver.path.Version version, String path, HttpMethod method, String contentType)Collection<String>getRequestTypes()Collection<String>getVersionedUrlPaths()Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version>getVersions()voidinit(CoreSettings settings)booleanisEnabled()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
-
Methods inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginService
definesVersions
-
-
-
-
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
-
getVersions
public Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version> getVersions()
- Specified by:
getVersionsin interfacePluginService
-
getVersionedUrlPaths
public Collection<String> getVersionedUrlPaths()
- Specified by:
getVersionedUrlPathsin interfacePluginService
-
getRequestTypes
public Collection<String> getRequestTypes()
- Specified by:
getRequestTypesin interfacePluginService
-
getRequestTypeFor
public String getRequestTypeFor(de.fraunhofer.iosb.ilt.frostserver.path.Version version, String path, HttpMethod method, String contentType)
- Specified by:
getRequestTypeForin interfacePluginService
-
execute
public ServiceResponse execute(Service service, ServiceRequest request, ServiceResponse response)
- Specified by:
executein interfacePluginService
-
-