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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(Service service, ServiceRequest request, ServiceResponse response) getRequestTypeFor(de.fraunhofer.iosb.ilt.frostserver.path.Version version, String path, HttpMethod method, String contentType) Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version>voidinit(CoreSettings settings) booleanvoidmodifyServiceDocument(ServiceRequest request, Map<String, Object> result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.settings.ConfigDefaults
configDefaults, configDefaultsInt, configTags, defaultValue, defaultValueBoolean, defaultValueIntMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginService
definesVersions
-
Field Details
-
TAG_ENABLE_BATCH_PROCESSING
- See Also:
-
-
Constructor Details
-
PluginBatchProcessing
public PluginBatchProcessing()
-
-
Method Details
-
init
-
isEnabled
public boolean isEnabled() -
modifyServiceDocument
- Specified by:
modifyServiceDocumentin interfacePluginRootDocument
-
getVersions
- Specified by:
getVersionsin interfacePluginService
-
getVersionedUrlPaths
- Specified by:
getVersionedUrlPathsin interfacePluginService
-
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
- Specified by:
executein interfacePluginService
-