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[]__idsstatic longserialVersionUID
-
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.booleanapplySettingsToImage(long from, long to)Applies rendering settings to a given Image.booleanapplySettingsToImage(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.booleanapplySettingsToPixels(long from, long to)Applies rendering settings to a given Pixels.booleanapplySettingsToPixels(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.AsyncResultbegin_applySettingsToDataset(long from, long to)Applies rendering settings to all images in a given Dataset.Ice.AsyncResultbegin_applySettingsToDataset(long from, long to, Ice.Callback __cb)Applies rendering settings to all images in a given Dataset.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToDataset(long from, long to, Callback_IRenderingSettings_applySettingsToDataset __cb)Applies rendering settings to all images in a given Dataset.Ice.AsyncResultbegin_applySettingsToImage(long from, long to)Applies rendering settings to a given Image.Ice.AsyncResultbegin_applySettingsToImage(long from, long to, Ice.Callback __cb)Applies rendering settings to a given Image.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)Applies rendering settings to a given Image.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToImage(long from, long to, Callback_IRenderingSettings_applySettingsToImage __cb)Applies rendering settings to a given Image.Ice.AsyncResultbegin_applySettingsToImages(long from, java.util.List<java.lang.Long> to)Applies rendering settings to a given Image.Ice.AsyncResultbegin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, Ice.Callback __cb)Applies rendering settings to a given Image.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToImages(long from, java.util.List<java.lang.Long> to, Callback_IRenderingSettings_applySettingsToImages __cb)Applies rendering settings to a given Image.Ice.AsyncResultbegin_applySettingsToPixels(long from, long to)Applies rendering settings to a given Pixels.Ice.AsyncResultbegin_applySettingsToPixels(long from, long to, Ice.Callback __cb)Applies rendering settings to a given Pixels.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToPixels(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx)Applies rendering settings to a given Pixels.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToPixels(long from, long to, Callback_IRenderingSettings_applySettingsToPixels __cb)Applies rendering settings to a given Pixels.Ice.AsyncResultbegin_applySettingsToProject(long from, long to)Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResultbegin_applySettingsToProject(long from, long to, Ice.Callback __cb)Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_applySettingsToProject(long from, long to, Callback_IRenderingSettings_applySettingsToProject __cb)Applies rendering settings to all images in all Datasets of a given Project.Ice.AsyncResultbegin_applySettingsToSet(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)Applies rendering settings to one or many containers.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_createNewRenderingDef(Pixels pixels)Creates a new rendering definition object along with its sub-objects.Ice.AsyncResultbegin_createNewRenderingDef(Pixels pixels, Ice.Callback __cb)Creates a new rendering definition object along with its sub-objects.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_createNewRenderingDef(Pixels pixels, Callback_IRenderingSettings_createNewRenderingDef __cb)Creates a new rendering definition object along with its sub-objects.Ice.AsyncResultbegin_getRenderingSettings(long pixelsId)Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResultbegin_getRenderingSettings(long pixelsId, Ice.Callback __cb)Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_getRenderingSettings(long pixelsId, Callback_IRenderingSettings_getRenderingSettings __cb)Returns the default rendering settings for a given pixels for the current user.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_sanityCheckPixels(Pixels pFrom, Pixels pTo)Checks if the specified sets of pixels are compatible.Ice.AsyncResultbegin_sanityCheckPixels(Pixels pFrom, Pixels pTo, Ice.Callback __cb)Checks if the specified sets of pixels are compatible.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_sanityCheckPixels(Pixels pFrom, Pixels pTo, Callback_IRenderingSettings_sanityCheckPixels __cb)Checks if the specified sets of pixels are compatible.Ice.AsyncResultbegin_setOriginalSettingsForPixels(long pixelsId)Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_setOriginalSettingsForPixels(long pixelsId, Ice.Callback __cb)Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_setOriginalSettingsForPixels(long pixelsId, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)Resets an Pixels' default rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_setOriginalSettingsInDataset(long datasetId)Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_setOriginalSettingsInDataset(long datasetId, Ice.Callback __cb)Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_setOriginalSettingsInDataset(long datasetId, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)Resets a dataset's rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_setOriginalSettingsInImage(long imageId)Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_setOriginalSettingsInImage(long imageId, Ice.Callback __cb)Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_setOriginalSettingsInImage(long imageId, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)Resets an image's default rendering settings back to channel global minimum and maximum.Ice.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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.AsyncResultbegin_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 IRenderingSettingsPrxcheckedCast(Ice.ObjectPrx __obj)Contacts the remote server to verify that the object implements this type.static IRenderingSettingsPrxcheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)Contacts the remote server to verify that a facet of the object implements this type.static IRenderingSettingsPrxcheckedCast(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 IRenderingSettingsPrxcheckedCast(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.RenderingDefcreateNewRenderingDef(Pixels pixels)Creates a new rendering definition object along with its sub-objects.RenderingDefcreateNewRenderingDef(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.booleanend_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.booleanend_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.RenderingDefend_createNewRenderingDef(Ice.AsyncResult __iresult)Creates a new rendering definition object along with its sub-objects.RenderingDefend_getRenderingSettings(Ice.AsyncResult __iresult)Returns the default rendering settings for a given pixels for the current user.voidend_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).voidend_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.voidend_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.RenderingDefend_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.booleanend_sanityCheckPixels(Ice.AsyncResult __iresult)Checks if the specified sets of pixels are compatible.voidend_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.voidend_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.RenderingDefgetRenderingSettings(long pixelsId)Returns the default rendering settings for a given pixels for the current user.RenderingDefgetRenderingSettings(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.Stringice_staticId()Provides the Slice type ID of this type.voidresetDefaults(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.voidresetDefaults(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).voidresetDefaultsForPixels(long pixelsId)Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.voidresetDefaultsForPixels(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.voidresetDefaultsInImage(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.voidresetDefaultsInImage(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.RenderingDefresetDefaultsNoSave(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.RenderingDefresetDefaultsNoSave(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.booleansanityCheckPixels(Pixels pFrom, Pixels pTo)Checks if the specified sets of pixels are compatible.booleansanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx)Checks if the specified sets of pixels are compatible.voidsetOriginalSettingsForPixels(long pixelsId)Resets an Pixels' default rendering settings back to channel global minimum and maximum.voidsetOriginalSettingsForPixels(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.voidsetOriginalSettingsInImage(long imageId)Resets an image's default rendering settings back to channel global minimum and maximum.voidsetOriginalSettingsInImage(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 IRenderingSettingsPrxuncheckedCast(Ice.ObjectPrx __obj)Downcasts the given proxy to this type without contacting the remote server.static IRenderingSettingsPrxuncheckedCast(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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
applySettingsToDatasetin 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
TRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
applySettingsToDatasetin 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
TRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
begin_applySettingsToDatasetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to all images in a given Dataset.- Specified by:
end_applySettingsToDatasetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A map with two boolean keys. The value of the
TRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
applySettingsToImagein 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:
trueif the settings were successfully applied,falseotherwise.- Throws:
ServerError
-
applySettingsToImage
public boolean applySettingsToImage(long from, long to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
applySettingsToImagein 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:
trueif the settings were successfully applied,falseotherwise.- Throws:
ServerError
-
begin_applySettingsToImage
public Ice.AsyncResult begin_applySettingsToImage(long from, long to)Description copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
end_applySettingsToImagein interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
trueif the settings were successfully applied,falseotherwise.- 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
applySettingsToImagesin 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:
trueif the settings were successfully applied,falseotherwise.- 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
applySettingsToImagesin 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:
trueif the settings were successfully applied,falseotherwise.- Throws:
ServerError
-
begin_applySettingsToImages
public Ice.AsyncResult begin_applySettingsToImages(long from, java.util.List<java.lang.Long> to)Description copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
begin_applySettingsToImagesin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Image.- Specified by:
end_applySettingsToImagesin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
trueif the settings were successfully applied,falseotherwise.- 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
applySettingsToPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
begin_applySettingsToPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to a given Pixels.- Specified by:
end_applySettingsToPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
applySettingsToProjectin 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
TRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
applySettingsToProjectin 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
TRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
begin_applySettingsToProjectin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies rendering settings to all images in all Datasets of a given Project.- Specified by:
end_applySettingsToProjectin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A map with two boolean keys. The value of the
TRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies 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:
applySettingsToSetin 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
TRUEis a collection of image IDs, the settings were successfully applied to. The value of the keyFALSEis 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies 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:
applySettingsToSetin 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
TRUEis a collection of image IDs, the settings were successfully applied to. The value of the keyFALSEis 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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:IRenderingSettingsPrxApplies 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_applySettingsToSetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxApplies 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_applySettingsToSetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A map with two boolean keys. The value of the key
TRUEis a collection of image IDs, the settings were successfully applied to. The value of the keyFALSEis 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
begin_createNewRenderingDefin 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:IRenderingSettingsPrxCreates a new rendering definition object along with its sub-objects.- Specified by:
end_createNewRenderingDefin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
begin_getRenderingSettingsin 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:IRenderingSettingsPrxReturns the default rendering settings for a given pixels for the current user.- Specified by:
end_getRenderingSettingsin 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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
begin_resetDefaultsin 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 thepixelsargument.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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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 viagetRenderingSettingsas it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
end_resetDefaultsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
resetDefaultsByOwnerInSetin interfaceIRenderingSettingsPrx- Parameters:
type- The type of nodes to handle.nodeIds- Ids of the node type.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
resetDefaultsByOwnerInSetin 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
Setof 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
begin_resetDefaultsByOwnerInSetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
end_resetDefaultsByOwnerInSetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsForPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsForPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
end_resetDefaultsForPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInDatasetin interfaceIRenderingSettingsPrx- Parameters:
datasetId- The Id of the Dataset.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInDatasetin interfaceIRenderingSettingsPrx- Parameters:
datasetId- The Id of the Dataset.__ctx- The Context map to send with the invocation.- Returns:
- A
Setof image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_resetDefaultsInDataset
public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId)
Description copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
begin_resetDefaultsInDatasetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
end_resetDefaultsInDatasetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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_resetDefaultsInImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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:
resetDefaultsInSetin interfaceIRenderingSettingsPrx- Parameters:
type- The type of nodes to handle.nodeIds- Ids of the node type.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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:
resetDefaultsInSetin 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
Setof 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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:IRenderingSettingsPrxResets 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_resetDefaultsInSetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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_resetDefaultsInSetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A
Setof 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:IRenderingSettingsPrxResets 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:
resetDefaultsNoSavein 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 thepixelsargument.pixels- The Pixels set fordef.- Returns:
defwith 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:IRenderingSettingsPrxResets 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:
resetDefaultsNoSavein 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 thepixelsargument.pixels- The Pixels set fordef.__ctx- The Context map to send with the invocation.- Returns:
defwith the rendering settings reset.- Throws:
ServerError
-
begin_resetDefaultsNoSave
public Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels)
Description copied from interface:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein 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 thepixelsargument.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:IRenderingSettingsPrxResets 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_resetDefaultsNoSavein interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
defwith 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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:
resetMinMaxInSetin interfaceIRenderingSettingsPrx- Parameters:
type- The type of nodes to handle.nodeIds- Ids of the node type.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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:
resetMinMaxInSetin 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
Setof 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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:IRenderingSettingsPrxResets 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_resetMinMaxInSetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets 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_resetMinMaxInSetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A
Setof 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
begin_sanityCheckPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxChecks if the specified sets of pixels are compatible. Returnstrueif the pixels set is valid,falseotherwise.- Specified by:
end_sanityCheckPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsForPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsForPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
end_setOriginalSettingsForPixelsin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInDatasetin interfaceIRenderingSettingsPrx- Parameters:
datasetId- The id of the dataset to handle.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInDatasetin interfaceIRenderingSettingsPrx- Parameters:
datasetId- The id of the dataset to handle.__ctx- The Context map to send with the invocation.- Returns:
- A
Setof image IDs that have had their rendering settings reset. - Throws:
ServerError
-
begin_setOriginalSettingsInDataset
public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId)
Description copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInDatasetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
end_setOriginalSettingsInDatasetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
begin_setOriginalSettingsInImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
end_setOriginalSettingsInImagein 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
setOriginalSettingsInSetin interfaceIRenderingSettingsPrx- Parameters:
type- The type of nodes to handle.nodeIds- Ids of the node type.- Returns:
- A
Setof 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
setOriginalSettingsInSetin 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
Setof 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
begin_setOriginalSettingsInSetin 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 ServerErrorDescription copied from interface:IRenderingSettingsPrxResets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
end_setOriginalSettingsInSetin interfaceIRenderingSettingsPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- A
Setof 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)
-
-