Uses of Interface
com.appliedolap.essbase.EssJob
Packages that use EssJob
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 EssJob in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssJobModifier and TypeMethodDescriptionEssServer.createApplicationFromWorkbook(String application, String database, EssFile file) Creates or updates an application from an uploaded workbook.EssJob.waitForCompletion()Loops while re-polling the job for its static to change to one that is complete (successfully or otherwise).EssJob.waitForCompletion(long duration, TimeUnit timeUnit) Waits given amount of time for job to complete.Methods in com.appliedolap.essbase that return types with arguments of type EssJob -
Uses of EssJob in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssJobModifier and TypeClassDescriptionclassRepresents a server job, which is any number of different types of actions that have been performed on the server, such as a dimension build, data load, and others.Methods in com.appliedolap.essbase.impl that return EssJobModifier and TypeMethodDescriptionEssServerImpl.createApplicationFromWorkbook(String application, String database, EssFile file) EssJobImpl.waitForCompletion()EssJobImpl.waitForCompletion(long duration, TimeUnit timeUnit) Methods in com.appliedolap.essbase.impl that return types with arguments of type EssJob