Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addData(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- addData(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- addHeader(String, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- addHeader(String, Map<String, List<String>>) - Static method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HeaderUtils
- addHeader(String, Map<String, List<String>>, String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HeaderUtils
- addHeaders(String, List<String>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- addHeaders(Map<String, List<String>>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- addPart(Part<C>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- appendLine(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedPart
-
Parse the given line and add it to the Part.
B
- Batch<C> - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
-
Batch of requests or responses.
- Batch(Version, CoreSettings, boolean) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- BatchFactory<C> - Interface in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
- BatchProcessor<C> - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
- BatchProcessor(BatchFactory<C>) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.BatchProcessor
- batchVersion - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- batchVersion - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- batchVersion - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- body - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- BodyDeserializer() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem.BodyDeserializer
- BOUNDARY_PATTERN - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- BOUNDARY_REGEX - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
C
- close() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
- content - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- Content - Interface in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
- contentId - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- ContentIdPair - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
- ContentIdPair(String, PkValue, EntityType) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- contentIdValue - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- createBatch(Version, CoreSettings, boolean) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.BatchFactory
- createBatch(Version, CoreSettings, boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartFactory
- createPart(Version, CoreSettings, boolean, String) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.BatchFactory
- createPart(Version, CoreSettings, boolean, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartFactory
- createRequest(Version, boolean) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.BatchFactory
- createRequest(Version, boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartFactory
D
- data - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing - package de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
- de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch - package de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
- de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json - package de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
- de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart - package de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
- deserialize(JsonParser, DeserializationContext) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem.BodyDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem.HeadersDeserializer
E
- entityType - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- entityType - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- errors - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- errors - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- execute(Service, ServiceRequest, ServiceResponse) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- executeBatchOperation(Service, ServiceRequest, ServiceResponse) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.ServiceBatchProcessing
- executeFailed - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
F
- FINISHED - Enum constant in enum class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent.IsFinished
-
The Content does not expect any more lines.
G
- generateStatusLine(int, String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HeaderUtils
- getAtomicityGroup() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getBody() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getBody() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getContent() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
-
Get the Content of this Part.
- getContent(boolean) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Content
-
Get the String content for response.
- getContent(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- getContent(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- getContent(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- getContentId() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getContentId() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- getContentIdValue() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getContentIdValue() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- getContentType() - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.BatchFactory
-
Return lower-case content-type.
- getContentType() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getContentType() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartFactory
- getData() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
-
Get the data in the http request.
- getData() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
-
Get the data in the http request.
- getEntityType() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getEntityType() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getErrors() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- getErrors() - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Content
-
Get the list of error messages generating during parsing.
- getErrors() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getErrors() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- getHeader(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
-
Get the value of the header with the given name.
- getHeaders() - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Content
-
Get the headers.
- getHeaders() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getHeaders() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getHeaders() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getHeaders() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- getHeaders() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- getId() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getId() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getIdValue() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getIfCondition() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getInnerHeaders() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
-
Get the headers of the request inside the batch.
- getKey() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- getLocation() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getMethod() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getMethod() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getMethod() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- getParts() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- getPath() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
-
Get the path part of the http request.
- getPath() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
-
Get the path part of the http request.
- getRequestTypeFor(Version, String, HttpMethod, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- getRequestTypes() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- getResponses() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResponse
- getStatus() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- getStatusLine() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- getType() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- getUrl() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- getUserPrincipal() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- getUserPrincipal() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getValue() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- getVersion() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- getVersionedUrlPaths() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- getVersions() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
H
- hasNext() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
- HEADER_PATTERN - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- HEADER_REGEX - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- headers - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- headers - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- HeadersDeserializer() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem.HeadersDeserializer
- headersInner - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- headersOuter - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- HeaderUtils - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
- HttpContent - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
- HttpContent(Version) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- HttpContent(Version, boolean) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
I
- id - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- idValue - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- inChangeSet - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- init(CoreSettings) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- isChangeSet - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- isEnabled() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- isExecuteFailed() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- isFailed() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- isFinished() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- isFinished() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- isFinished() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedPart
-
Gives the parse-state of the Content in this Part.
- isFinished() - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent
-
Gives the parse-state of the Content.
- isFinished() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- isParseFailed() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- isParseFailed() - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Content
-
Flag indicating there were errors parsing the content.
- isParseFailed() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- isParseFailed() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
J
- JsonBatchProcessor - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
-
Streaming processor for JSON batch requests.
- JsonBatchProcessor(Service, ServiceRequest, ServiceResponse) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
- JsonBatchRequestItem - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
-
A single request from a JSON Batch request.
- JsonBatchRequestItem() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- JsonBatchRequestItem.BodyDeserializer - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
- JsonBatchRequestItem.HeadersDeserializer - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
- JsonBatchResponse - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
-
A response to a batch request.
- JsonBatchResponse() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResponse
- JsonBatchResultItem - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
-
The result of an individual batch request item.
- JsonBatchResultItem() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
K
- key - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- keyToUrl() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
L
- location - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
-
For backwards compatibility, should be in headers.
- logIndent - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- logIndent - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- logIndent - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
M
- matchesIfCondition(Map<String, ContentIdPair>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- method - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- MixedContent - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
-
Parser for multipart/mixed mime type stringContent, since Tomcat only handles multipart/form-data.
- MixedContent(Version, CoreSettings, boolean) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- MixedPart - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
- MixedPart(Version, CoreSettings, boolean, String) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedPart
-
Creates a new Part.
- modifyServiceDocument(ServiceRequest, Map<String, Object>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- MultipartContent - Interface in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
- MultipartContent.IsFinished - Enum Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
-
Indicates the parse-state of the Content.
- MultipartFactory - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
- MultipartFactory() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartFactory
N
- next() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
P
- parse(ServiceRequest) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- parse(ServiceRequest) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- parseFailed - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
-
Flag indicating there is a problem with the syntax of the content.
- parseFailed - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
-
Flag indicating there is a problem with the syntax of the content.
- parseLine(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- parseLine(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- parseLine(String) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent
-
Add the line to the content.
- parseLine(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- parseLineInternal(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- parseUrl(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- Part<C> - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
- Part(Version, CoreSettings, boolean, String) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
-
Creates a new Part.
- parts - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- path - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- PATH_POST_BATCH - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.ServiceBatchProcessing
-
The path for the CreateObservations request type..
- PluginBatchProcessing - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
-
Plugin that handles batch requests.
- PluginBatchProcessing() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- processBatch(ServiceRequest, Service, Batch<C>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.BatchProcessor
- processChangeset(ServiceRequest, Service, Batch) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.BatchProcessor
- processHttpRequest(Service, Request, boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.BatchProcessor
- processNextRequest() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
- processRequest(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
- processRequestItem(Service, JsonBatchRequestItem) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
R
- Request - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
-
Individual request or response inside the bach request.
- Request(Version) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- Request(Version, boolean) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- REQUEST_TYPE_BATCH - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.ServiceBatchProcessing
-
The RequestType definition for the CreateObservations request type.
- requireContentId - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
S
- selfLink() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- ServiceBatchProcessing - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
-
Handles the service requests for the DataArray plugin.
- ServiceBatchProcessing(CoreSettings) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.ServiceBatchProcessing
- setAtomicityGroup(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setBody(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setBodyJsonFormatted(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setBodyNotFormatted(Object) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setBoundaryHeader(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- setContent(C) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
-
Set the Content of this Part.
- setContent(StringBuilder) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- setContentId(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setContentId(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- setContentIdValue(PkValue) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setContentIdValue(PkValue) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- setEntityType(EntityType) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setEntityType(EntityType) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setExecuteFailed(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setHeader(String, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setHeaders(Map<String, List<String>>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setId(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setId(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setIdValue(PkValue) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setIfCondition(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setInChangeSet(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- setLocation(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setLogIndent(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- setLogIndent(String) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Content
-
Sets the indentation of log messages.
- setLogIndent(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
-
Sets the indentation of log messages.
- setLogIndent(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setLogIndent(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- setMethod(HttpMethod) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setMethod(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setPath(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setResponses(Iterator<JsonBatchResultItem>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResponse
- setStatus(int) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- setStatus(int, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- setStatus(int, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- setStatusLine(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- setStreaming(boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.ServiceBatchProcessing
- settings - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- settings - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- setUrl(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
- setUserPrincipal(Principal) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- setUserPrincipal(Principal) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- status - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
- storeEntityId(Entity, JsonBatchResultItem, String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchProcessor
- StringContent - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
-
Content with no content type.
- StringContent() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- stripLastNewline() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- stripLastNewline() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- stripLastNewline() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedPart
-
Informs the Content that the last newline should be removed again.
- stripLastNewline() - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent
-
Informs the Content that the last newline should be removed again.
- stripLastNewline() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.StringContent
- SUB_HEADER_PATTERN - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
- SUB_HEADER_REGEX - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MixedContent
T
- TAG_ENABLE_BATCH_PROCESSING - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- TAG_ENABLE_BATCH_STREAMING - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.PluginBatchProcessing
- toString() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- toString() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
- type - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
U
- UNFINISHED - Enum constant in enum class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent.IsFinished
-
The content expects more lines.
- UNKNOWN - Enum constant in enum class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent.IsFinished
-
The content does not know.
- updateUsingContentIds(List<ContentIdPair>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
- updateUsingContentIds(List<ContentIdPair>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HttpContent
- userPrincipal - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
- userPrincipal - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
-
Batch request user.
V
- validateHeader(String, String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.HeaderUtils
- value - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- valueOf(String) - Static method in enum class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent.IsFinished
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent.IsFinished
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Request
All Classes and Interfaces|All Packages|Constant Field Values