Class MultiPost
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.request.MultiPost
Allows posting multiple entities of different type in the same file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allEntities
-
-
Constructor Details
-
MultiPost
public MultiPost()
-
-
Method Details
-
processEntities
Processes a serialized string of files in accepted format to produce a map of entities with their base address for posting entities to back-end.- Parameters:
entities
- serialized string of entities- Returns:
- a map of entities with key as their base post address
-