protected class SharePointRepository.ListItemStream extends Object implements IFileStream
Modifier and Type | Field and Description |
---|---|
protected IProcessActivity |
activities |
protected String[][] |
dataValues |
protected String |
documentIdentifier |
protected String |
rootPath |
protected String |
siteListPath |
protected String |
sitePath |
protected Specification |
spec |
Constructor and Description |
---|
SharePointRepository.ListItemStream(IProcessActivity activities,
String rootPath,
String sitePath,
String siteListPath,
Specification spec,
String documentIdentifier,
String[] accessTokens,
String[] denyTokens,
String listID,
String[] fields) |
protected final IProcessActivity activities
protected final Specification spec
protected final String rootPath
protected final String sitePath
protected final String siteListPath
protected final String documentIdentifier
protected final String[][] dataValues
public SharePointRepository.ListItemStream(IProcessActivity activities, String rootPath, String sitePath, String siteListPath, Specification spec, String documentIdentifier, String[] accessTokens, String[] denyTokens, String listID, String[] fields)
public void addFile(String relPath, String displayURL) throws ManifoldCFException
addFile
in interface IFileStream
ManifoldCFException