Package io.meeds.social.databind.service
Class DatabindServiceImpl
java.lang.Object
io.meeds.social.databind.service.DatabindServiceImpl
- All Implemented Interfaces:
io.meeds.social.databind.service.DatabindService
@Service
public class DatabindServiceImpl
extends Object
implements io.meeds.social.databind.service.DatabindService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(io.meeds.social.databind.plugin.DatabindPlugin plugin) CompletableFuture<io.meeds.social.databind.model.DatabindReport>
-
Constructor Details
-
DatabindServiceImpl
public DatabindServiceImpl()
-
-
Method Details
-
addPlugin
public void addPlugin(io.meeds.social.databind.plugin.DatabindPlugin plugin) - Specified by:
addPluginin interfaceio.meeds.social.databind.service.DatabindService
-
serialize
public File serialize(String objectType, List<String> objectIds, String username) throws org.exoplatform.commons.exception.ObjectNotFoundException, IllegalAccessException - Specified by:
serializein interfaceio.meeds.social.databind.service.DatabindService- Throws:
org.exoplatform.commons.exception.ObjectNotFoundExceptionIllegalAccessException
-
deserialize
@Async public CompletableFuture<io.meeds.social.databind.model.DatabindReport> deserialize(String objectType, String uploadId, Map<String, String> params, String username) - Specified by:
deserializein interfaceio.meeds.social.databind.service.DatabindService
-