Liferay 6.0.5

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


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

Field Detail

GET

static final String GET
See Also:
Constant Field Values

POST

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

getMethodName

String getMethodName()

getRootPath

String getRootPath(SharepointRequest sharepointRequest)

process

void process(SharepointRequest sharepointRequest)
             throws SharepointException
Throws:
SharepointException

Liferay 6.0.5