Class BatchProcess
- java.lang.Object
-
- org.apache.syncope.core.rest.cxf.batch.BatchProcess
-
-
Constructor Summary
Constructors Constructor Description BatchProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
setAuthentication(Authentication authentication)
void
setBaseURI(String baseURI)
void
setBatchRequestItems(List<BatchRequestItem> batchRequestItems)
void
setBoundary(String boundary)
void
setCharacterEncoding(String characterEncoding)
void
setContextPath(String contextPath)
void
setDestinationRegistry(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry)
void
setPathInfo(String pathInfo)
void
setScheme(String scheme)
void
setServerName(String serverName)
void
setServerPort(int serverPort)
void
setServletConfig(javax.servlet.ServletConfig servletConfig)
void
setServletPath(String servletPath)
void
setServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
-
-
-
Method Detail
-
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(javax.servlet.ServletConfig servletConfig)
-
setServletRequest
public void setServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
-
setAuthentication
public void setAuthentication(Authentication authentication)
-
-