Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Part
-
-
Uses of Part in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
Fields in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch with type parameters of type Part Modifier and Type Field Description protected List<Part<C>>Batch. partsMethods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch that return Part Modifier and Type Method Description Part<C>BatchFactory. createPart(de.fraunhofer.iosb.ilt.frostserver.path.Version batchVersion, CoreSettings settings, boolean inChangeSet, String logIndent)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch that return types with arguments of type Part Modifier and Type Method Description List<Part<C>>Batch. getParts()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch with parameters of type Part Modifier and Type Method Description Batch<C>Batch. addPart(Part<C> part) -
Uses of Part in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json that return Part Modifier and Type Method Description Part<Content>JsonBatchFactory. createPart(de.fraunhofer.iosb.ilt.frostserver.path.Version batchVersion, CoreSettings settings, boolean inChangeSet, String logIndent) -
Uses of Part in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Subclasses of Part in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart Modifier and Type Class Description classMixedPartMethods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return Part Modifier and Type Method Description Part<MultipartContent>MultipartFactory. createPart(de.fraunhofer.iosb.ilt.frostserver.path.Version batchVersion, CoreSettings settings, boolean inChangeSet, String logIndent)
-