com.liferay.portal.sharepoint.methods
Interface Method

All Known Implementing Classes:
BaseMethodImpl, CreateURLDirectoriesMethodImpl, GetDocsMetaInfoMethodImpl, GetDocumentMethodImpl, ListDocumentsMethodImpl, MoveDocumentMethodImpl, OpenServiceMethodImpl, PutDocumentMethodImpl, RemoveDocumentsMethodImpl, ServerVersionMethodImpl, UncheckoutDocumentMethodImpl, UrlToWebUrlMethodImpl

public interface Method

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String GET
           
static java.lang.String POST
           
 
Method Summary
 java.lang.String getMethodName()
           
 java.lang.String getRootPath(SharepointRequest sharepointRequest)
           
 void process(SharepointRequest sharepointRequest)
           
 

Field Detail

GET

static final java.lang.String GET
See Also:
Constant Field Values

POST

static final java.lang.String POST
See Also:
Constant Field Values
Method Detail

getMethodName

java.lang.String getMethodName()

getRootPath

java.lang.String getRootPath(SharepointRequest sharepointRequest)

process

void process(SharepointRequest sharepointRequest)
             throws SharepointException
Throws:
SharepointException