Uses of Interface
com.appliedolap.essbase.EssFile
Packages that use EssFile
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssFile in com.appliedolap.essbase
Subinterfaces of EssFile in com.appliedolap.essbaseMethods in com.appliedolap.essbase that return EssFileModifier and TypeMethodDescriptionGets a file using the specified path and name.Methods in com.appliedolap.essbase that return types with arguments of type EssFileModifier and TypeMethodDescriptionEssFolder.getFiles()EssServer.getFiles()Gets the list of files available through the files API.Methods in com.appliedolap.essbase with parameters of type EssFileModifier and TypeMethodDescriptionEssServer.createApplicationFromWorkbook(String application, String database, EssFile file) Creates or updates an application from an uploaded workbook. -
Uses of EssFile in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssFileModifier and TypeClassDescriptionclassA file or folder in the Essbase server file hierarchy.classRepresents a folder in the remote Essbase server pseudo-filesystem.Methods in com.appliedolap.essbase.impl that return EssFileMethods in com.appliedolap.essbase.impl that return types with arguments of type EssFileMethods in com.appliedolap.essbase.impl with parameters of type EssFileModifier and TypeMethodDescriptionEssServerImpl.createApplicationFromWorkbook(String application, String database, EssFile file)