Package com.appliedolap.essbase.impl
Class EssURLImpl
java.lang.Object
com.appliedolap.essbase.AbstractEssObject
com.appliedolap.essbase.impl.EssURLImpl
Models a URL object that can be returned from the URLs endpoint. This seems to be a 'discoverability' API so that
a client can dynamically ask for URLs, which as of now includes such things as the URL to the JET UI, XMLA provider,
REST API, Java API, Smart View, and so on.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Field Summary
Fields inherited from class com.appliedolap.essbase.AbstractEssObject
api -
Constructor Summary
ConstructorsConstructorDescriptionEssURLImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.EssbaseURL essbaseURL) -
Method Summary
-
Constructor Details
-
EssURLImpl
public EssURLImpl(ApiContext api, EssServer server, com.appliedolap.essbase.client.model.EssbaseURL essbaseURL)
-
-
Method Details
-
getName
Description copied from interface:EssObjectGets the name of this object. This will generally be the "nice" and "unique" name of this object, such as the application name, cube, member, variable, or whatever. -
getType
Description copied from interface:EssObjectGets the type of this object. -
getURL
-
getURI
-