public abstract class BaseOperation extends java.lang.Object implements Operation
| Modifier and Type | Field and Description |
|---|---|
protected CopySoap |
copySoap |
protected ListsSoap |
listsSoap |
protected static PathHelper |
pathHelper |
protected SharepointConnectionInfo |
sharepointConnectionInfo |
protected static URLHelper |
urlHelper |
protected VersionsSoap |
versionsSoap |
protected static XMLHelper |
xmlHelper |
| Constructor and Description |
|---|
BaseOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected <O extends Operation> |
getOperation(java.lang.Class<O> clazz) |
protected SharepointObject |
getSharepointObject(java.util.List<SharepointObject> sharepointObjects) |
void |
setCopySoap(CopySoap copySoap) |
void |
setListsSoap(ListsSoap listsSoap) |
void |
setOperations(java.util.Map<java.lang.Class<?>,Operation> operations) |
void |
setSharepointConnectionInfo(SharepointConnectionInfo sharepointConnectionInfo) |
void |
setVersionsSoap(VersionsSoap versionsSoap) |
protected java.lang.String |
toFullPath(java.lang.String path) |
java.net.URL |
toURL(java.lang.String path) |
protected static PathHelper pathHelper
protected static URLHelper urlHelper
protected static XMLHelper xmlHelper
protected CopySoap copySoap
protected ListsSoap listsSoap
protected SharepointConnectionInfo sharepointConnectionInfo
protected VersionsSoap versionsSoap
public void afterPropertiesSet()
afterPropertiesSet in interface Operationpublic void setCopySoap(CopySoap copySoap)
setCopySoap in interface Operationpublic void setListsSoap(ListsSoap listsSoap)
setListsSoap in interface Operationpublic void setOperations(java.util.Map<java.lang.Class<?>,Operation> operations)
setOperations in interface Operationpublic void setSharepointConnectionInfo(SharepointConnectionInfo sharepointConnectionInfo)
setSharepointConnectionInfo in interface Operationpublic void setVersionsSoap(VersionsSoap versionsSoap)
setVersionsSoap in interface Operationpublic java.net.URL toURL(java.lang.String path)
protected <O extends Operation> O getOperation(java.lang.Class<O> clazz)
protected SharepointObject getSharepointObject(java.util.List<SharepointObject> sharepointObjects)
protected java.lang.String toFullPath(java.lang.String path)