public class ISRetriever
extends java.lang.Object
Constructor and Description |
---|
ISRetriever() |
Modifier and Type | Method and Description |
---|---|
protected static long |
getDefaultISQueryTimeoutPeriod()
Get the default IS query timeout
|
static GCUBEGenericQuery |
getGenericQuery()
Get an IS generic query object
|
protected static ISClient |
getISClient()
Get an ISClient instance
|
static GCUBERIQuery |
getRIQuery()
Get an IS RIQuery query object
|
static GCUBEServiceQuery |
getServiceQuery()
Get an IS ServiceQuery query object
|
static WSResourceQuery |
getWSResourceQuery()
Get an IS WSResource query object
|
protected static ISClient getISClient() throws java.lang.Exception
java.lang.Exception
- in case of errorpublic static GCUBEGenericQuery getGenericQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of errorjava.lang.InstantiationException
- in case of errorjava.lang.IllegalAccessException
- in case of errorjava.lang.Exception
- in case of errorpublic static WSResourceQuery getWSResourceQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of errorjava.lang.InstantiationException
- in case of errorjava.lang.IllegalAccessException
- in case of errorjava.lang.Exception
- in case of errorpublic static GCUBERIQuery getRIQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of errorjava.lang.InstantiationException
- in case of errorjava.lang.IllegalAccessException
- in case of errorjava.lang.Exception
- in case of errorpublic static GCUBEServiceQuery getServiceQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of errorjava.lang.InstantiationException
- in case of errorjava.lang.IllegalAccessException
- in case of errorjava.lang.Exception
- in case of errorprotected static long getDefaultISQueryTimeoutPeriod()