Package fr.becpg.repo.olap
Class OlapUtils
java.lang.Object
fr.becpg.repo.olap.OlapUtils
OlapUtils class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectconvert.static StringreadJsonFromUrl(String url, OlapContext olapContext) readJsonFromUrl.static voidsendCreateQueryPostRequest(OlapContext olapContext, String postUrl, String xml) sendCreateQueryPostRequest.
-
Field Details
-
logger
private static final org.apache.commons.logging.Log logger
-
-
Constructor Details
-
OlapUtils
private OlapUtils()
-
-
Method Details
-
readJsonFromUrl
readJsonFromUrl.
- Parameters:
url- aStringobject.olapContext- aOlapContextobject.- Returns:
- a
Stringobject. - Throws:
IOException- if any.
-
sendCreateQueryPostRequest
public static void sendCreateQueryPostRequest(OlapContext olapContext, String postUrl, String xml) throws IOException sendCreateQueryPostRequest.
- Parameters:
olapContext- aOlapContextobject.postUrl- aStringobject.xml- aStringobject.- Throws:
IOException- if any.
-
convert
convert.
-