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 Details

    • DatabindServiceImpl

      public DatabindServiceImpl()
  • Method Details

    • addPlugin

      public void addPlugin(io.meeds.social.databind.plugin.DatabindPlugin plugin)
      Specified by:
      addPlugin in interface io.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:
      serialize in interface io.meeds.social.databind.service.DatabindService
      Throws:
      org.exoplatform.commons.exception.ObjectNotFoundException
      IllegalAccessException
    • deserialize

      @Async public CompletableFuture<io.meeds.social.databind.model.DatabindReport> deserialize(String objectType, String uploadId, Map<String,String> params, String username)
      Specified by:
      deserialize in interface io.meeds.social.databind.service.DatabindService