Package omero.api
Class IRenderingSettingsPrxHelper
- java.lang.Object
-
- Ice.ObjectPrxHelperBase
-
- omero.api.IRenderingSettingsPrxHelper
-
- All Implemented Interfaces:
Ice.ObjectPrx
,java.io.Serializable
,IRenderingSettingsPrx
,ServiceInterfacePrx
public final class IRenderingSettingsPrxHelper extends Ice.ObjectPrxHelperBase implements IRenderingSettingsPrx
Provides type-specific helper functions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IRenderingSettingsPrxHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
__applySettingsToDataset_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
static void
__applySettingsToImage_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static void
__applySettingsToImages_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
static void
__applySettingsToPixels_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static void
__applySettingsToProject_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
static void
__applySettingsToSet_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
static void
__createNewRenderingDef_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
static void
__getRenderingSettings_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
static IRenderingSettingsPrx
__read(IceInternal.BasicStream __is)
static void
__resetDefaults_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__resetDefaultsByOwnerInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
static void
__resetDefaultsForPixels_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__resetDefaultsInDataset_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
static void
__resetDefaultsInImage_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__resetDefaultsInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
static void
__resetDefaultsNoSave_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
static void
__resetMinMaxInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
static void
__sanityCheckPixels_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static void
__setOriginalSettingsForPixels_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__setOriginalSettingsInDataset_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
static void
__setOriginalSettingsInImage_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__setOriginalSettingsInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
static void
__write(IceInternal.BasicStream __os, IRenderingSettingsPrx v)
java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToDataset(long from, long to)
Applies rendering settings to all images in a given Dataset.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to all images in a given Dataset.boolean
applySettingsToImage(long from, long to)
Applies rendering settings to a given Image.boolean
applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to a given Image.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToImages(long from, java.util.List<java.lang.Long> to)
Applies rendering settings to a given Image.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to a given Image.boolean
applySettingsToPixels(long from, long to)
Applies rendering settings to a given Pixels.boolean
applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to a given Pixels.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToProject(long from, long to)
Applies rendering settings to all images in all Datasets of a given Project.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to all images in all Datasets of a given Project.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)
Applies rendering settings to one or many containers.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, Ice.Callback __cb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToDataset __cb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToDataset(long from, long to, Callback_IRenderingSettings_applySettingsToDataset __cb)
Applies rendering settings to all images in a given Dataset.Ice.AsyncResult
begin_applySettingsToImage(long from, long to)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, Ice.Callback __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToImage __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImage(long from, long to, Callback_IRenderingSettings_applySettingsToImage __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, Ice.Callback __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToImages __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, Callback_IRenderingSettings_applySettingsToImages __cb)
Applies rendering settings to a given Image.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, Ice.Callback __cb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToPixels __cb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToPixels(long from, long to, Callback_IRenderingSettings_applySettingsToPixels __cb)
Applies rendering settings to a given Pixels.Ice.AsyncResult
begin_applySettingsToProject(long from, long to)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, Ice.Callback __cb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToProject __cb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToProject(long from, long to, Callback_IRenderingSettings_applySettingsToProject __cb)
Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToSet __cb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_applySettingsToSet __cb)
Applies rendering settings to one or many containers.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, Ice.Callback __cb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_createNewRenderingDef __cb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_createNewRenderingDef(Pixels pixels, Callback_IRenderingSettings_createNewRenderingDef __cb)
Creates a new rendering definition object along with its sub-objects.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, Ice.Callback __cb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_getRenderingSettings __cb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_getRenderingSettings(long pixelsId, Callback_IRenderingSettings_getRenderingSettings __cb)
Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, Ice.Callback __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaults __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaults(RenderingDef def, Pixels pixels, Callback_IRenderingSettings_resetDefaults __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, Ice.Callback __cb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsForPixels __cb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsForPixels(long pixelsId, Callback_IRenderingSettings_resetDefaultsForPixels __cb)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, Ice.Callback __cb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInDataset __cb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInDataset(long datasetId, Callback_IRenderingSettings_resetDefaultsInDataset __cb)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, Ice.Callback __cb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInImage __cb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInImage(long imageId, Callback_IRenderingSettings_resetDefaultsInImage __cb)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInSet __cb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetDefaultsInSet __cb)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, Ice.Callback __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsNoSave __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, Callback_IRenderingSettings_resetDefaultsNoSave __cb)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetMinMaxInSet __cb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetMinMaxInSet __cb)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, Ice.Callback __cb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_sanityCheckPixels __cb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, Callback_IRenderingSettings_sanityCheckPixels __cb)
Checks if the specified sets of pixels are compatible.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, Ice.Callback __cb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsForPixels(long pixelsId, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, Ice.Callback __cb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInDataset(long datasetId, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, Ice.Callback __cb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInImage(long imageId, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.Ice.AsyncResult
begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.static IRenderingSettingsPrx
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.static IRenderingSettingsPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.static IRenderingSettingsPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.static IRenderingSettingsPrx
checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.RenderingDef
createNewRenderingDef(Pixels pixels)
Creates a new rendering definition object along with its sub-objects.RenderingDef
createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates a new rendering definition object along with its sub-objects.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
end_applySettingsToDataset(Ice.AsyncResult __iresult)
Applies rendering settings to all images in a given Dataset.boolean
end_applySettingsToImage(Ice.AsyncResult __iresult)
Applies rendering settings to a given Image.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
end_applySettingsToImages(Ice.AsyncResult __iresult)
Applies rendering settings to a given Image.boolean
end_applySettingsToPixels(Ice.AsyncResult __iresult)
Applies rendering settings to a given Pixels.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
end_applySettingsToProject(Ice.AsyncResult __iresult)
Applies rendering settings to all images in all Datasets of a given Project.java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>
end_applySettingsToSet(Ice.AsyncResult __iresult)
Applies rendering settings to one or many containers.RenderingDef
end_createNewRenderingDef(Ice.AsyncResult __iresult)
Creates a new rendering definition object along with its sub-objects.RenderingDef
end_getRenderingSettings(Ice.AsyncResult __iresult)
Returns the default rendering settings for a given pixels for the current user.void
end_resetDefaults(Ice.AsyncResult __iresult)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.java.util.List<java.lang.Long>
end_resetDefaultsByOwnerInSet(Ice.AsyncResult __iresult)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).void
end_resetDefaultsForPixels(Ice.AsyncResult __iresult)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.java.util.List<java.lang.Long>
end_resetDefaultsInDataset(Ice.AsyncResult __iresult)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
end_resetDefaultsInImage(Ice.AsyncResult __iresult)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.java.util.List<java.lang.Long>
end_resetDefaultsInSet(Ice.AsyncResult __iresult)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.RenderingDef
end_resetDefaultsNoSave(Ice.AsyncResult __iresult)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.java.util.List<java.lang.Long>
end_resetMinMaxInSet(Ice.AsyncResult __iresult)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.boolean
end_sanityCheckPixels(Ice.AsyncResult __iresult)
Checks if the specified sets of pixels are compatible.void
end_setOriginalSettingsForPixels(Ice.AsyncResult __iresult)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.java.util.List<java.lang.Long>
end_setOriginalSettingsInDataset(Ice.AsyncResult __iresult)
Resets a dataset's rendering settings back to channel global minimum and maximum.void
end_setOriginalSettingsInImage(Ice.AsyncResult __iresult)
Resets an image's default rendering settings back to channel global minimum and maximum.java.util.List<java.lang.Long>
end_setOriginalSettingsInSet(Ice.AsyncResult __iresult)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.RenderingDef
getRenderingSettings(long pixelsId)
Returns the default rendering settings for a given pixels for the current user.RenderingDef
getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the default rendering settings for a given pixels for the current user.static java.lang.String
ice_staticId()
Provides the Slice type ID of this type.void
resetDefaults(RenderingDef def, Pixels pixels)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.void
resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.java.util.List<java.lang.Long>
resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).java.util.List<java.lang.Long>
resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).void
resetDefaultsForPixels(long pixelsId)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.java.util.List<java.lang.Long>
resetDefaultsInDataset(long datasetId)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.java.util.List<java.lang.Long>
resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsInImage(long imageId)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.java.util.List<java.lang.Long>
resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.java.util.List<java.lang.Long>
resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.RenderingDef
resetDefaultsNoSave(RenderingDef def, Pixels pixels)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.RenderingDef
resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.java.util.List<java.lang.Long>
resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.java.util.List<java.lang.Long>
resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.boolean
sanityCheckPixels(Pixels pFrom, Pixels pTo)
Checks if the specified sets of pixels are compatible.boolean
sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
Checks if the specified sets of pixels are compatible.void
setOriginalSettingsForPixels(long pixelsId)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.void
setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.java.util.List<java.lang.Long>
setOriginalSettingsInDataset(long datasetId)
Resets a dataset's rendering settings back to channel global minimum and maximum.java.util.List<java.lang.Long>
setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a dataset's rendering settings back to channel global minimum and maximum.void
setOriginalSettingsInImage(long imageId)
Resets an image's default rendering settings back to channel global minimum and maximum.void
setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets an image's default rendering settings back to channel global minimum and maximum.java.util.List<java.lang.Long>
setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.java.util.List<java.lang.Long>
setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.static IRenderingSettingsPrx
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.static IRenderingSettingsPrx
uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.-
Methods inherited from class Ice.ObjectPrxHelperBase
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
applySettingsToDataset
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToDataset(long from, long to) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.- Returns:
- A map with two boolean keys. The value of the
TRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to. - Throws:
ServerError
-
applySettingsToDataset
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- A map with two boolean keys. The value of the
TRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to. - Throws:
ServerError
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, Callback_IRenderingSettings_applySettingsToDataset __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToDataset __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToDataset
public Ice.AsyncResult begin_applySettingsToDataset(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_applySettingsToDataset
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> end_applySettingsToDataset(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in a given Dataset.- Specified by:
end_applySettingsToDataset
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A map with two boolean keys. The value of the
TRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to. - Throws:
ServerError
-
__applySettingsToDataset_completed
public static void __applySettingsToDataset_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
-
applySettingsToImage
public boolean applySettingsToImage(long from, long to) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.- Returns:
true
if the settings were successfully applied,false
otherwise.- Throws:
ServerError
-
applySettingsToImage
public boolean applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
true
if the settings were successfully applied,false
otherwise.- Throws:
ServerError
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, Callback_IRenderingSettings_applySettingsToImage __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToImage __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_applySettingsToImage
public boolean end_applySettingsToImage(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
end_applySettingsToImage
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
true
if the settings were successfully applied,false
otherwise.- Throws:
ServerError
-
__applySettingsToImage_completed
public static void __applySettingsToImage_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
applySettingsToImages
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToImages(long from, java.util.List<java.lang.Long> to) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.- Returns:
true
if the settings were successfully applied,false
otherwise.- Throws:
ServerError
-
applySettingsToImages
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
true
if the settings were successfully applied,false
otherwise.- Throws:
ServerError
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, Callback_IRenderingSettings_applySettingsToImages __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToImages __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
begin_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_applySettingsToImages
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> end_applySettingsToImages(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Image.- Specified by:
end_applySettingsToImages
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
true
if the settings were successfully applied,false
otherwise.- Throws:
ServerError
-
__applySettingsToImages_completed
public static void __applySettingsToImages_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
-
applySettingsToPixels
public boolean applySettingsToPixels(long from, long to) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.- Returns:
- See above.
- Throws:
ServerError
-
applySettingsToPixels
public boolean applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, Callback_IRenderingSettings_applySettingsToPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToPixels
public Ice.AsyncResult begin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_applySettingsToPixels
public boolean end_applySettingsToPixels(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to a given Pixels.- Specified by:
end_applySettingsToPixels
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
__applySettingsToPixels_completed
public static void __applySettingsToPixels_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
applySettingsToProject
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToProject(long from, long to) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.- Returns:
- A map with two boolean keys. The value of the
TRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to. - Throws:
ServerError
-
applySettingsToProject
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- A map with two boolean keys. The value of the
TRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to. - Throws:
ServerError
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, Callback_IRenderingSettings_applySettingsToProject __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToProject __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToProject
public Ice.AsyncResult begin_applySettingsToProject(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_applySettingsToProject
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> end_applySettingsToProject(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
end_applySettingsToProject
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A map with two boolean keys. The value of the
TRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to. - Throws:
ServerError
-
__applySettingsToProject_completed
public static void __applySettingsToProject_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
-
applySettingsToSet
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.nodeIds
- Ids of the node type.- Returns:
- A map with two boolean keys. The value of the key
TRUE
is a collection of image IDs, the settings were successfully applied to. The value of the keyFALSE
is a collection of image IDs, the settings could not be applied to. - Throws:
ServerError
-
applySettingsToSet
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.nodeIds
- Ids of the node type.__ctx
- The Context map to send with the invocation.- Returns:
- A map with two boolean keys. The value of the key
TRUE
is a collection of image IDs, the settings were successfully applied to. The value of the keyFALSE
is a collection of image IDs, the settings could not be applied to. - Throws:
ServerError
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_applySettingsToSet __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToSet __cb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_applySettingsToSet
public Ice.AsyncResult begin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
begin_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_applySettingsToSet
public java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> end_applySettingsToSet(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
end_applySettingsToSet
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A map with two boolean keys. The value of the key
TRUE
is a collection of image IDs, the settings were successfully applied to. The value of the keyFALSE
is a collection of image IDs, the settings could not be applied to. - Throws:
ServerError
-
__applySettingsToSet_completed
public static void __applySettingsToSet_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __cb, Ice.AsyncResult __result)
-
createNewRenderingDef
public RenderingDef createNewRenderingDef(Pixels pixels) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.- Returns:
- A new, blank rendering definition and sub-objects. NOTE: the linked Pixels has been unloaded.
- Throws:
ServerError
-
createNewRenderingDef
public RenderingDef createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__ctx
- The Context map to send with the invocation.- Returns:
- A new, blank rendering definition and sub-objects. NOTE: the linked Pixels has been unloaded.
- Throws:
ServerError
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, Callback_IRenderingSettings_createNewRenderingDef __cb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_createNewRenderingDef __cb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createNewRenderingDef
public Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
pixels
- The Pixels set to link to the rendering definition.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createNewRenderingDef
public RenderingDef end_createNewRenderingDef(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Creates a new rendering definition object along with its sub-objects.- Specified by:
end_createNewRenderingDef
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A new, blank rendering definition and sub-objects. NOTE: the linked Pixels has been unloaded.
- Throws:
ServerError
-
__createNewRenderingDef_completed
public static void __createNewRenderingDef_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
-
getRenderingSettings
public RenderingDef getRenderingSettings(long pixelsId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels- Returns:
- See above.
- Throws:
ServerError
-
getRenderingSettings
public RenderingDef getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, Callback_IRenderingSettings_getRenderingSettings __cb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_getRenderingSettings __cb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getRenderingSettings
public Ice.AsyncResult begin_getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getRenderingSettings
public RenderingDef end_getRenderingSettings(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Returns the default rendering settings for a given pixels for the current user.- Specified by:
end_getRenderingSettings
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
__getRenderingSettings_completed
public static void __getRenderingSettings_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
-
resetDefaults
public void resetDefaults(RenderingDef def, Pixels pixels) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.- Throws:
ServerError
-
resetDefaults
public void resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, Callback_IRenderingSettings_resetDefaults __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaults __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
public Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaults
public void end_resetDefaults(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
end_resetDefaults
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__resetDefaults_completed
public static void __resetDefaults_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
resetDefaultsByOwnerInSet
public java.util.List<java.lang.Long> resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
resetDefaultsByOwnerInSet
public java.util.List<java.lang.Long> resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.__ctx
- The Context map to send with the invocation.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsByOwnerInSet
public Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaultsByOwnerInSet
public java.util.List<java.lang.Long> end_resetDefaultsByOwnerInSet(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
end_resetDefaultsByOwnerInSet
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
__resetDefaultsByOwnerInSet_completed
public static void __resetDefaultsByOwnerInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
-
resetDefaultsForPixels
public void resetDefaultsForPixels(long pixelsId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.- Throws:
ServerError
-
resetDefaultsForPixels
public void resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, Callback_IRenderingSettings_resetDefaultsForPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsForPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsForPixels
public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaultsForPixels
public void end_resetDefaultsForPixels(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
end_resetDefaultsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__resetDefaultsForPixels_completed
public static void __resetDefaultsForPixels_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
resetDefaultsInDataset
public java.util.List<java.lang.Long> resetDefaultsInDataset(long datasetId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
resetDefaultsInDataset
public java.util.List<java.lang.Long> resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__ctx
- The Context map to send with the invocation.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, Callback_IRenderingSettings_resetDefaultsInDataset __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInDataset __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The Id of the Dataset.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaultsInDataset
public java.util.List<java.lang.Long> end_resetDefaultsInDataset(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
end_resetDefaultsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
__resetDefaultsInDataset_completed
public static void __resetDefaultsInDataset_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
-
resetDefaultsInImage
public void resetDefaultsInImage(long imageId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.- Throws:
ServerError
-
resetDefaultsInImage
public void resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, Callback_IRenderingSettings_resetDefaultsInImage __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInImage __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInImage
public Ice.AsyncResult begin_resetDefaultsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaultsInImage
public void end_resetDefaultsInImage(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
end_resetDefaultsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__resetDefaultsInImage_completed
public static void __resetDefaultsInImage_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
resetDefaultsInSet
public java.util.List<java.lang.Long> resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
resetDefaultsInSet
public java.util.List<java.lang.Long> resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.__ctx
- The Context map to send with the invocation.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetDefaultsInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsInSet
public Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
begin_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaultsInSet
public java.util.List<java.lang.Long> end_resetDefaultsInSet(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
end_resetDefaultsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
__resetDefaultsInSet_completed
public static void __resetDefaultsInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
-
resetDefaultsNoSave
public RenderingDef resetDefaultsNoSave(RenderingDef def, Pixels pixels) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.- Returns:
def
with the rendering settings reset.- Throws:
ServerError
-
resetDefaultsNoSave
public RenderingDef resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.- Returns:
def
with the rendering settings reset.- Throws:
ServerError
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, Callback_IRenderingSettings_resetDefaultsNoSave __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsNoSave __cb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
begin_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetDefaultsNoSave
public RenderingDef end_resetDefaultsNoSave(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
end_resetDefaultsNoSave
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
def
with the rendering settings reset.- Throws:
ServerError
-
__resetDefaultsNoSave_completed
public static void __resetDefaultsNoSave_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
-
resetMinMaxInSet
public java.util.List<java.lang.Long> resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
resetMinMaxInSet
public java.util.List<java.lang.Long> resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.__ctx
- The Context map to send with the invocation.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetMinMaxInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_resetMinMaxInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetMinMaxInSet
public Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
begin_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_resetMinMaxInSet
public java.util.List<java.lang.Long> end_resetMinMaxInSet(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
end_resetMinMaxInSet
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
__resetMinMaxInSet_completed
public static void __resetMinMaxInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
-
sanityCheckPixels
public boolean sanityCheckPixels(Pixels pFrom, Pixels pTo) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.pTo
- The pixels set to copy the settings to.- Returns:
- See above.
- Throws:
ServerError
-
sanityCheckPixels
public boolean sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.pTo
- The pixels set to copy the settings to.__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, Callback_IRenderingSettings_sanityCheckPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_sanityCheckPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_sanityCheckPixels
public Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
begin_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pFrom
- The pixels set to copy the settings from.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_sanityCheckPixels
public boolean end_sanityCheckPixels(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
end_sanityCheckPixels
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
__sanityCheckPixels_completed
public static void __sanityCheckPixels_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
setOriginalSettingsForPixels
public void setOriginalSettingsForPixels(long pixelsId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.- Throws:
ServerError
-
setOriginalSettingsForPixels
public void setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsForPixels
public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
pixelsId
- The Id of the Pixels set.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setOriginalSettingsForPixels
public void end_setOriginalSettingsForPixels(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
end_setOriginalSettingsForPixels
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__setOriginalSettingsForPixels_completed
public static void __setOriginalSettingsForPixels_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
setOriginalSettingsInDataset
public java.util.List<java.lang.Long> setOriginalSettingsInDataset(long datasetId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
setOriginalSettingsInDataset
public java.util.List<java.lang.Long> setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__ctx
- The Context map to send with the invocation.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
datasetId
- The id of the dataset to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setOriginalSettingsInDataset
public java.util.List<java.lang.Long> end_setOriginalSettingsInDataset(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
end_setOriginalSettingsInDataset
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
__setOriginalSettingsInDataset_completed
public static void __setOriginalSettingsInDataset_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
-
setOriginalSettingsInImage
public void setOriginalSettingsInImage(long imageId) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.- Throws:
ServerError
-
setOriginalSettingsInImage
public void setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInImage
public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
imageId
- The Id of the Image.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setOriginalSettingsInImage
public void end_setOriginalSettingsInImage(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
end_setOriginalSettingsInImage
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__setOriginalSettingsInImage_completed
public static void __setOriginalSettingsInImage_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
setOriginalSettingsInSet
public java.util.List<java.lang.Long> setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
setOriginalSettingsInSet
public java.util.List<java.lang.Long> setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.nodeIds
- Ids of the node type.__ctx
- The Context map to send with the invocation.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOriginalSettingsInSet
public Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
type
- The type of nodes to handle.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setOriginalSettingsInSet
public java.util.List<java.lang.Long> end_setOriginalSettingsInSet(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IRenderingSettingsPrx
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
end_setOriginalSettingsInSet
in interfaceIRenderingSettingsPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A
Set
of image IDs that have had their rendering settings reset. - Throws:
ServerError
-
__setOriginalSettingsInSet_completed
public static void __setOriginalSettingsInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb, Ice.AsyncResult __result)
-
checkedCast
public static IRenderingSettingsPrx checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IRenderingSettingsPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IRenderingSettingsPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IRenderingSettingsPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
uncheckedCast
public static IRenderingSettingsPrx uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type.
-
uncheckedCast
public static IRenderingSettingsPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type.
-
ice_staticId
public static java.lang.String ice_staticId()
Provides the Slice type ID of this type.- Returns:
- The Slice type ID.
-
__write
public static void __write(IceInternal.BasicStream __os, IRenderingSettingsPrx v)
-
__read
public static IRenderingSettingsPrx __read(IceInternal.BasicStream __is)
-
-