public abstract class OleXmlPollerServiceImpl extends Object implements OleXmlPollerService
Constructor and Description |
---|
OleXmlPollerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.kuali.rice.core.api.impex.xml.XmlIngesterService |
getIngesterService() |
int |
getInitialDelaySecs()
Gets the initial delay time in seconds
|
int |
getPollIntervalSecs()
Gets the polling interval time in seconds
|
String |
getXmlCompletedLocation() |
String |
getXmlParentDirectory() |
String |
getXmlPendingLocation() |
String |
getXmlProblemLocation() |
String |
getXmlReportLocation() |
protected void |
processReportContent(List<org.kuali.rice.core.api.impex.xml.XmlDocCollection> collections,
String loadTime) |
void |
run() |
void |
setInitialDelaySecs(int seconds)
Sets the initial delay time in seconds
|
void |
setPollIntervalSecs(int seconds)
Sets the polling interval time in seconds
|
void |
setXmlCompletedLocation(String xmlCompletedLocation) |
void |
setXmlParentDirectory(String xmlDataParentDirectory) |
void |
setXmlPendingLocation(String xmlPendingLocation) |
void |
setXmlProblemLocation(String xmlProblemLocation) |
void |
setXmlReportLocation(String xmlReportLocation) |
public OleXmlPollerServiceImpl()
protected void processReportContent(List<org.kuali.rice.core.api.impex.xml.XmlDocCollection> collections, String loadTime)
protected abstract org.kuali.rice.core.api.impex.xml.XmlIngesterService getIngesterService()
public String getXmlCompletedLocation()
public void setXmlCompletedLocation(String xmlCompletedLocation)
public String getXmlPendingLocation()
public void setXmlPendingLocation(String xmlPendingLocation)
public String getXmlProblemLocation()
public void setXmlProblemLocation(String xmlProblemLocation)
public String getXmlReportLocation()
public void setXmlReportLocation(String xmlReportLocation)
public String getXmlParentDirectory()
public void setXmlParentDirectory(String xmlDataParentDirectory)
public void setPollIntervalSecs(int seconds)
seconds
- the polling interval time in secondspublic int getPollIntervalSecs()
getPollIntervalSecs
in interface org.kuali.rice.kew.batch.XmlPollerService
public void setInitialDelaySecs(int seconds)
seconds
- the initial delay time in secondspublic int getInitialDelaySecs()
getInitialDelaySecs
in interface org.kuali.rice.kew.batch.XmlPollerService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.