Class BatchProcess

java.lang.Object
org.apache.syncope.core.rest.cxf.batch.BatchProcess
All Implemented Interfaces:
Runnable

public class BatchProcess extends Object implements Runnable
  • Constructor Details

    • BatchProcess

      public BatchProcess()
  • Method Details

    • setBoundary

      public void setBoundary(String boundary)
    • setScheme

      public void setScheme(String scheme)
    • setServerName

      public void setServerName(String serverName)
    • setServerPort

      public void setServerPort(int serverPort)
    • setContextPath

      public void setContextPath(String contextPath)
    • setServletPath

      public void setServletPath(String servletPath)
    • setPathInfo

      public void setPathInfo(String pathInfo)
    • setCharacterEncoding

      public void setCharacterEncoding(String characterEncoding)
    • setBaseURI

      public void setBaseURI(String baseURI)
    • setBatchRequestItems

      public void setBatchRequestItems(List<BatchRequestItem> batchRequestItems)
    • setDestinationRegistry

      public void setDestinationRegistry(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry)
    • setServletConfig

      public void setServletConfig(ServletConfig servletConfig)
    • setServletRequest

      public void setServletRequest(HttpServletRequest servletRequest)
    • setAuthentication

      public void setAuthentication(Authentication authentication)
    • run

      public void run()
      Specified by:
      run in interface Runnable