Modifier and Type | Method and Description |
---|---|
SharePointAttachResult |
SharepointOnlineConnector.attachFile(String listId,
AttachmentInformation attachmentInfo,
String localFilePath)
Attach a File to an item from a Sharepoint list
|
SharepointFile |
SharepointOnlineConnector.fileAdd(String fileServerRelativeUrl,
InputStream fileContentStream,
String localFilePath,
Boolean overwrite)
Adds a file to a Document list
|
void |
SharepointOnlineConnector.fileApprove(String fileServerRelativeUrl,
String comment)
Approves a file submitted for content approval
|
void |
SharepointOnlineConnector.fileCheckIn(String fileServerRelativeUrl,
CheckInType checkInType,
String comment)
Checks the file in to a document library based on the check-in type
|
void |
SharepointOnlineConnector.fileCheckOut(String fileServerRelativeUrl)
Checks out a file from a document library
|
void |
SharepointOnlineConnector.fileCopyTo(String fileServerRelativeUrl,
String newFileServerRelativeUrl,
Boolean overwrite)
Copies the file to the destination URL
|
void |
SharepointOnlineConnector.fileDelete(String fileServerRelativeUrl)
Deletes a file from a Document list
|
void |
SharepointOnlineConnector.fileDeny(String fileServerRelativeUrl,
String comment)
Denies approval for a file that was submitted for content approval
|
byte[] |
SharepointOnlineConnector.fileGetContent(String fileServerRelativeUrl)
Retrieves the content of a file
|
SharepointFile |
SharepointOnlineConnector.fileGetMetadata(String fileServerRelativeUrl)
Retrieves the metadata of a file
|
void |
SharepointOnlineConnector.filePublish(String fileServerRelativeUrl,
String comment)
Submits the file for content approval
|
List<Map<String,Object>> |
SharepointOnlineConnector.fileQuery(String query,
String startingFolderPath,
Boolean recursive)
Retrieves all file from a folder that matches the specified criteria
|
String |
SharepointOnlineConnector.fileRecycle(String fileServerRelativeUrl)
Copies the file to the destination URL
|
void |
SharepointOnlineConnector.fileUndoCheckOut(String fileServerRelativeUrl)
Reverts an existing checkout for a file
|
void |
SharepointOnlineConnector.fileUnpublish(String fileServerRelativeUrl,
String comment)
Removes a file from content approval or unpublish a major version
|
void |
SharepointOnlineConnector.fileUpdateMetadata(String fileServerRelativeUrl,
Map<String,Object> updatedProperties)
Updates the metadata of a file
|
SharepointFolder |
SharepointOnlineConnector.folderCreate(String url,
String welcomePage)
Creates a folder in a Document list
|
void |
SharepointOnlineConnector.folderDelete(String url)
Deletes a folder from a Document list
|
List<Map<String,Object>> |
SharepointOnlineConnector.folderQuery(String query,
String startingFolderPath,
Boolean recursive)
Retrieves all folders that matches the specified criteria
|
SharepointList |
SharepointOnlineConnector.listCreate(SharepointList list)
Creates a new SharepointList
|
void |
SharepointOnlineConnector.listDelete(String listId)
Deletes a Sharepoint list
|
SharepointList |
SharepointOnlineConnector.listGet(String listId)
Retrieves a Sharepoint list
|
List<SharepointList> |
SharepointOnlineConnector.listGetAll()
Retrieves all Sharepoint lists
|
Map<String,Object> |
SharepointOnlineConnector.listItemCreate(String listId,
Map<String,Object> properties)
Creates a new Item in an existing Sharepoint list
|
void |
SharepointOnlineConnector.listItemDelete(String listId,
String itemId)
Deletes an Item from a Sharepoint list
|
org.mule.streaming.ProviderAwarePagingDelegate<Map<String,Object>,SharepointOnlineConnector> |
SharepointOnlineConnector.listItemQuery(String query,
Boolean retrieveReferences,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Executes a query against a Sharepoint list and returns list items that match the specified criteria
|
void |
SharepointOnlineConnector.listItemUpdate(String listId,
String itemId,
Map<String,Object> updatedProperties)
Updates an Item from a Sharepoint list
|
void |
SharepointOnlineConnector.listUpdate(String listId,
SharepointList list)
Updates the specified properties of a Sharepoint lists
|
List<Map<String,Object>> |
SharepointOnlineConnector.resolveCollection(String url)
Executes an HTTP GET against the Sharepoint API.
|
Map<String,Object> |
SharepointOnlineConnector.resolveObject(String url,
ResolveRequestType resolveRequestType,
Object body)
Executes an HTTP GET against the Sharepoint API (POST if body is blob).
|
Constructor and Description |
---|
SharepointBlobEntity(Object input) |
Modifier and Type | Method and Description |
---|---|
<E,T> T |
IMapper.map(E originalEntity,
Class<T> resultClass) |
Modifier and Type | Method and Description |
---|---|
<E,T> T |
ModelMapper.map(E originalEntity,
Class<T> resultClass) |
Modifier and Type | Method and Description |
---|---|
List<org.mule.common.metadata.MetaDataKey> |
AbstracFileAndFolderCategory.getDocumentsLists(SharepointService client) |
List<org.mule.common.metadata.MetaDataKey> |
AbstracFileAndFolderCategory.getDocumentsLists(String metadataKeySuffix,
SharepointService client) |
protected List<SharepointListField> |
AbstractListCategory.getFields(org.mule.common.metadata.MetaDataKey entityKey,
MetadataManager manager) |
List<org.mule.common.metadata.MetaDataKey> |
IFileCategory.getKeys() |
List<org.mule.common.metadata.MetaDataKey> |
IListCategory.getKeys() |
List<org.mule.common.metadata.MetaDataKey> |
AbstractListCategory.getListNames(SharepointService client) |
Map<String,Object> |
ItemPropertyMapper.mapItemIn(String listId,
Map<String,Object> item,
Map<String,String> mappedFields) |
Modifier and Type | Method and Description |
---|---|
List<org.mule.common.metadata.MetaDataKey> |
ListQueryCategory.getKeys() |
List<org.mule.common.metadata.MetaDataKey> |
ListCategory.getKeys() |
List<org.mule.common.metadata.MetaDataKey> |
FolderCategory.getKeys() |
List<org.mule.common.metadata.MetaDataKey> |
FileCategory.getKeys() |
Modifier and Type | Method and Description |
---|---|
List<SharepointListField> |
MetadataManager.getFields(String listId) |
String |
MetadataManager.getReferenceListId(String listId,
String fieldName) |
Boolean |
MetadataManager.hasLookupList(String listId,
String fieldName) |
Boolean |
MetadataManager.isLookupField(String listId,
String fieldName) |
Boolean |
MetadataManager.isMultiChoiceField(String listId,
String fieldName) |
Boolean |
MetadataManager.isMultiValueField(String listId,
String fieldName) |
Boolean |
MetadataManager.isTaxonomyField(String listId,
String fieldName) |
String |
MetadataManager.mapToExternalName(String listId,
String fieldName,
Boolean removeId) |
String |
MetadataManager.mapToInternalName(String listId,
String fieldName,
Boolean removeId) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SharepointService.addBlob(String url,
org.apache.http.HttpEntity entity,
Class<T> clazz,
boolean unwrapConfig) |
SharepointFile |
SharepointService.addFile(String filename,
String folderPath,
org.apache.http.HttpEntity entity,
Boolean overwrite) |
void |
SharepointService.approveFile(String filename,
String folderPath,
String comment) |
SharePointAttachResult |
SharepointService.attachFile(String filename,
String listTitle,
String itemId,
org.apache.http.HttpEntity entity) |
void |
SharepointService.checkInFile(String filename,
String folderPath,
String checkInType,
String comment) |
void |
SharepointService.checkoutFile(String filename,
String folderPath) |
void |
SharepointService.copyFileTo(String filename,
String folderPath,
String newFilePath,
Boolean overwrite) |
SharepointFolder |
SharepointService.createFolder(SharepointFolder folder) |
SharepointList |
SharepointService.createList(SharepointList list) |
Map<String,Object> |
SharepointService.createListItem(String id,
SharepointListItem item) |
void |
SharepointService.deleteFile(String filename,
String folderPath) |
void |
SharepointService.deleteFolder(String serverRelativeUrl) |
void |
SharepointService.deleteList(String id) |
void |
SharepointService.deleteListItem(String listId,
String itemId) |
void |
SharepointService.denyFile(String filename,
String folderPath,
String comment) |
SharepointListItem |
SharepointService.getAllItemFields(String fileServerRelativeUrl,
Map<String,Object> updatedProperties) |
byte[] |
SharepointService.getFileContent(String filename,
String folderPath) |
SharepointFile |
SharepointService.getFileMetadata(String filename,
String folderPath) |
SharepointFile |
SharepointService.getFileMetadata(String filename,
String folderPath,
String query) |
SharepointFolder |
SharepointService.getFolder(String serverRelativeUrl) |
String |
SharepointService.getFormDigestValue() |
<T> T |
SharepointService.getForObject(String path,
Class<T> clazz) |
SharepointList |
SharepointService.getList(String id,
String query) |
List<SharepointListField> |
SharepointService.getListFields(String id,
String query) |
Map<String,Object> |
SharepointService.getListItemById(String listId,
Integer id) |
SharepointListItemResults |
SharepointService.getListItems(String id,
String query) |
SharepointListItemResults |
SharepointService.getListItems(String id,
String query,
Boolean queryEncoded) |
List<SharepointList> |
SharepointService.getLists(String query) |
SharepointListItemResults |
SharepointService.getPage(String pageUrl) |
String |
SharepointService.getWebId() |
SharepointListItem |
SharepointService.listItemAllFields(String fileRelativeUrl) |
void |
SharepointService.publishFile(String filename,
String folderPath,
String comment) |
List<Map<String,Object>> |
SharepointService.queryFile(String query,
String parsedFolderPath,
Boolean recursive) |
List<Map<String,Object>> |
SharepointService.queryFolders(String query,
String folderPath,
Boolean recursive) |
String |
SharepointService.recycleFile(String filename,
String folderPath) |
List<Map<String,Object>> |
SharepointService.resolveCollection(String url) |
Map<String,Object> |
SharepointService.resolveCreate(String url,
Object body) |
void |
SharepointService.resolveDelete(String url) |
SharepointMapResult |
SharepointService.resolveMapResult(String url,
org.apache.http.HttpEntity entity,
boolean unwrapConfig) |
Map<String,Object> |
SharepointService.resolveObject(String url) |
<T> T |
SharepointService.resolvePost(String url,
Object body,
Class<T> clazz) |
void |
SharepointService.resolveUpdate(String url,
Object body) |
void |
SharepointService.undoCheckOut(String filename,
String folderPath) |
void |
SharepointService.unpublishFile(String filename,
String folderPath,
String comment) |
void |
SharepointService.updateFileMetadata(SharepointListItem file,
Map<String,Object> updatedProperties) |
void |
SharepointService.updateFolder(String serverRelativeUrl,
Map<String,Object> updatedFields) |
void |
SharepointService.updateList(String listId,
SharepointList list) |
void |
SharepointService.updateListItem(String listId,
String itemId,
Map<String,Object> updatedFields) |
Modifier and Type | Method and Description |
---|---|
<T> T |
OnpremiseSharepointService.addBlob(String url,
org.apache.http.HttpEntity entity,
Class<T> clazz,
boolean unwrapConfig) |
SharepointFile |
OnpremiseSharepointService.addFile(String filename,
String folderPath,
org.apache.http.HttpEntity entity,
Boolean overwrite) |
void |
OnpremiseSharepointService.approveFile(String filename,
String folderPath,
String comment) |
SharePointAttachResult |
OnpremiseSharepointService.attachFile(String filename,
String listTitle,
String itemId,
org.apache.http.HttpEntity entity) |
void |
OnpremiseSharepointService.checkInFile(String filename,
String folderPath,
String checkInType,
String comment) |
void |
OnpremiseSharepointService.checkoutFile(String filename,
String folderPath) |
void |
OnpremiseSharepointService.copyFileTo(String filename,
String folderPath,
String newFilePath,
Boolean overwrite) |
SharepointFolder |
OnpremiseSharepointService.createFolder(SharepointFolder folder) |
SharepointList |
OnpremiseSharepointService.createList(SharepointList list) |
Map<String,Object> |
OnpremiseSharepointService.createListItem(String id,
SharepointListItem item) |
protected void |
OnpremiseSharepointService.delete(String path) |
void |
OnpremiseSharepointService.deleteFile(String filename,
String folderPath) |
void |
OnpremiseSharepointService.deleteFolder(String serverRelativeUrl) |
void |
OnpremiseSharepointService.deleteList(String id) |
void |
OnpremiseSharepointService.deleteListItem(String listId,
String itemId) |
void |
OnpremiseSharepointService.denyFile(String filename,
String folderPath,
String comment) |
protected <T> T |
OnpremiseSharepointService.exchangeForObject(String path,
org.springframework.http.HttpMethod method,
org.springframework.http.HttpEntity<?> requestEntity,
Class<T> clazz) |
protected URI |
OnpremiseSharepointService.getAbsoluteUri(String path) |
SharepointListItem |
OnpremiseSharepointService.getAllItemFields(String fileServerRelativeUrl,
Map<String,Object> updatedProperties) |
byte[] |
OnpremiseSharepointService.getFileContent(String filename,
String folderPath) |
SharepointFile |
OnpremiseSharepointService.getFileMetadata(String filename,
String folderPath) |
SharepointFile |
OnpremiseSharepointService.getFileMetadata(String filename,
String folderPath,
String query) |
SharepointFolder |
OnpremiseSharepointService.getFolder(String serverRelativeUrl) |
String |
OnpremiseSharepointService.getFormDigestValue() |
<T> T |
OnpremiseSharepointService.getForObject(String path,
Class<T> clazz) |
SharepointList |
OnpremiseSharepointService.getList(String id,
String query) |
List<SharepointListField> |
OnpremiseSharepointService.getListFields(String id,
String query) |
Map<String,Object> |
OnpremiseSharepointService.getListItemById(String listId,
Integer id) |
SharepointListItemResults |
OnpremiseSharepointService.getListItems(String id,
String query) |
SharepointListItemResults |
OnpremiseSharepointService.getListItems(String id,
String query,
Boolean queryEncoded) |
List<SharepointList> |
OnpremiseSharepointService.getLists(String query) |
SharepointListItemResults |
OnpremiseSharepointService.getPage(String pageUrl) |
String |
OnpremiseSharepointService.getWebId() |
SharepointListItem |
OnpremiseSharepointService.listItemAllFields(String fileRelativeUrl) |
protected <T> T |
OnpremiseSharepointService.postForObject(String path,
Object object,
Class<T> clazz) |
protected <T> T |
OnpremiseSharepointService.postForObject(String path,
Object object,
Class<T> clazz,
Boolean withFormDigest) |
void |
OnpremiseSharepointService.publishFile(String filename,
String folderPath,
String comment) |
List<Map<String,Object>> |
OnpremiseSharepointService.queryFile(String query,
String parsedFolderPath,
Boolean recursive) |
List<Map<String,Object>> |
OnpremiseSharepointService.queryFolders(String query,
String folderPath,
Boolean recursive) |
String |
OnpremiseSharepointService.recycleFile(String filename,
String folderPath) |
List<Map<String,Object>> |
OnpremiseSharepointService.resolveCollection(String url) |
Map<String,Object> |
OnpremiseSharepointService.resolveCreate(String url,
Object body) |
void |
OnpremiseSharepointService.resolveDelete(String url) |
SharepointMapResult |
OnpremiseSharepointService.resolveMapResult(String url,
org.apache.http.HttpEntity entity,
boolean unwrapConfig) |
Map<String,Object> |
OnpremiseSharepointService.resolveObject(String url) |
<T> T |
OnpremiseSharepointService.resolvePost(String url,
Object body,
Class<T> clazz) |
void |
OnpremiseSharepointService.resolveUpdate(String url,
Object body) |
void |
OnpremiseSharepointService.undoCheckOut(String filename,
String folderPath) |
void |
OnpremiseSharepointService.unpublishFile(String filename,
String folderPath,
String comment) |
protected <T> T |
OnpremiseSharepointService.update(String path,
Object updatedFields,
Class<T> clazz) |
void |
OnpremiseSharepointService.updateFileMetadata(SharepointListItem file,
Map<String,Object> updatedProperties) |
void |
OnpremiseSharepointService.updateFolder(String serverRelativeUrl,
Map<String,Object> updatedFields) |
void |
OnpremiseSharepointService.updateList(String listId,
SharepointList list) |
void |
OnpremiseSharepointService.updateListItem(String listId,
String itemId,
Map<String,Object> updatedFields) |
Modifier and Type | Method and Description |
---|---|
V |
ICacheWRP.resolve(C context) |
Modifier and Type | Method and Description |
---|---|
V |
CacheResolutionProvider.resolve(C context) |
V |
LRUCacheWRP.resolve(C context) |
Modifier and Type | Method and Description |
---|---|
String |
SecurityTokenProvider.getSecurityToken(URL url) |
Modifier and Type | Method and Description |
---|---|
List<org.mule.common.metadata.MetaDataKey> |
FolderCategory.getDocumentsLists() |
List<org.mule.common.metadata.MetaDataKey> |
FileCategory.getDocumentsLists() |
List<org.mule.common.metadata.MetaDataKey> |
ListQueryCategory.getListNames() |
List<org.mule.common.metadata.MetaDataKey> |
ListCategory.getListNames() |
Copyright © 2010–2020. All rights reserved.