Package omero.api

Interface IRenderingSettingsPrx

  • All Superinterfaces:
    Ice.ObjectPrx, ServiceInterfacePrx
    All Known Implementing Classes:
    IRenderingSettingsPrxHelper

    public interface IRenderingSettingsPrx
    extends ServiceInterfacePrx
    Provides method to apply rendering settings to a collection of images. All methods will receive the id of the pixels set to copy the rendering settings from.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToDataset​(long from, long to)
      Applies rendering settings to all images in a given Dataset.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToDataset​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to all images in a given Dataset.
      boolean applySettingsToImage​(long from, long to)
      Applies rendering settings to a given Image.
      boolean applySettingsToImage​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to a given Image.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToImages​(long from, java.util.List<java.lang.Long> to)
      Applies rendering settings to a given Image.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToImages​(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to a given Image.
      boolean applySettingsToPixels​(long from, long to)
      Applies rendering settings to a given Pixels.
      boolean applySettingsToPixels​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to a given Pixels.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToProject​(long from, long to)
      Applies rendering settings to all images in all Datasets of a given Project.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToProject​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to all images in all Datasets of a given Project.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)
      Applies rendering settings to one or many containers.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, Ice.Callback __cb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToDataset __cb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToDataset​(long from, long to, Callback_IRenderingSettings_applySettingsToDataset __cb)
      Applies rendering settings to all images in a given Dataset.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, Ice.Callback __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToImage __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImage​(long from, long to, Callback_IRenderingSettings_applySettingsToImage __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, Ice.Callback __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToImages __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToImages​(long from, java.util.List<java.lang.Long> to, Callback_IRenderingSettings_applySettingsToImages __cb)
      Applies rendering settings to a given Image.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, Ice.Callback __cb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToPixels __cb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToPixels​(long from, long to, Callback_IRenderingSettings_applySettingsToPixels __cb)
      Applies rendering settings to a given Pixels.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, Ice.Callback __cb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToProject __cb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToProject​(long from, long to, Callback_IRenderingSettings_applySettingsToProject __cb)
      Applies rendering settings to all images in all Datasets of a given Project.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_applySettingsToSet __cb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_applySettingsToSet​(long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_applySettingsToSet __cb)
      Applies rendering settings to one or many containers.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, Ice.Callback __cb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_createNewRenderingDef __cb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels, Callback_IRenderingSettings_createNewRenderingDef __cb)
      Creates a new rendering definition object along with its sub-objects.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, Ice.Callback __cb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_getRenderingSettings __cb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_getRenderingSettings​(long pixelsId, Callback_IRenderingSettings_getRenderingSettings __cb)
      Returns the default rendering settings for a given pixels for the current user.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, Ice.Callback __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaults __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaults​(RenderingDef def, Pixels pixels, Callback_IRenderingSettings_resetDefaults __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, Ice.Callback __cb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsForPixels __cb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId, Callback_IRenderingSettings_resetDefaultsForPixels __cb)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, Ice.Callback __cb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInDataset __cb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId, Callback_IRenderingSettings_resetDefaultsInDataset __cb)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, Ice.Callback __cb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInImage __cb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInImage​(long imageId, Callback_IRenderingSettings_resetDefaultsInImage __cb)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsInSet __cb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetDefaultsInSet __cb)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, Ice.Callback __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetDefaultsNoSave __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def, Pixels pixels, Callback_IRenderingSettings_resetDefaultsNoSave __cb)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_resetMinMaxInSet __cb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_resetMinMaxInSet __cb)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, Ice.Callback __cb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_sanityCheckPixels __cb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom, Pixels pTo, Callback_IRenderingSettings_sanityCheckPixels __cb)
      Checks if the specified sets of pixels are compatible.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, Ice.Callback __cb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId, Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, Ice.Callback __cb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId, Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, Ice.Callback __cb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId, Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Ice.Callback __cb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      RenderingDef createNewRenderingDef​(Pixels pixels)
      Creates a new rendering definition object along with its sub-objects.
      RenderingDef createNewRenderingDef​(Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Creates a new rendering definition object along with its sub-objects.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToDataset​(Ice.AsyncResult __result)
      Applies rendering settings to all images in a given Dataset.
      boolean end_applySettingsToImage​(Ice.AsyncResult __result)
      Applies rendering settings to a given Image.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToImages​(Ice.AsyncResult __result)
      Applies rendering settings to a given Image.
      boolean end_applySettingsToPixels​(Ice.AsyncResult __result)
      Applies rendering settings to a given Pixels.
      java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToProject​(Ice.AsyncResult __result)
      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 __result)
      Applies rendering settings to one or many containers.
      RenderingDef end_createNewRenderingDef​(Ice.AsyncResult __result)
      Creates a new rendering definition object along with its sub-objects.
      RenderingDef end_getRenderingSettings​(Ice.AsyncResult __result)
      Returns the default rendering settings for a given pixels for the current user.
      void end_resetDefaults​(Ice.AsyncResult __result)
      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 __result)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      void end_resetDefaultsForPixels​(Ice.AsyncResult __result)
      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 __result)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      void end_resetDefaultsInImage​(Ice.AsyncResult __result)
      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 __result)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      RenderingDef end_resetDefaultsNoSave​(Ice.AsyncResult __result)
      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 __result)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      boolean end_sanityCheckPixels​(Ice.AsyncResult __result)
      Checks if the specified sets of pixels are compatible.
      void end_setOriginalSettingsForPixels​(Ice.AsyncResult __result)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      java.util.List<java.lang.Long> end_setOriginalSettingsInDataset​(Ice.AsyncResult __result)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      void end_setOriginalSettingsInImage​(Ice.AsyncResult __result)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      java.util.List<java.lang.Long> end_setOriginalSettingsInSet​(Ice.AsyncResult __result)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      RenderingDef getRenderingSettings​(long pixelsId)
      Returns the default rendering settings for a given pixels for the current user.
      RenderingDef getRenderingSettings​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns the default rendering settings for a given pixels for the current user.
      void resetDefaults​(RenderingDef def, Pixels pixels)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      void resetDefaults​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      java.util.List<java.lang.Long> resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      java.util.List<java.lang.Long> resetDefaultsByOwnerInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).
      void resetDefaultsForPixels​(long pixelsId)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      void resetDefaultsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      java.util.List<java.lang.Long> resetDefaultsInDataset​(long datasetId)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      java.util.List<java.lang.Long> resetDefaultsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      void resetDefaultsInImage​(long imageId)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      void resetDefaultsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
      java.util.List<java.lang.Long> resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      java.util.List<java.lang.Long> resetDefaultsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.
      RenderingDef resetDefaultsNoSave​(RenderingDef def, Pixels pixels)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      RenderingDef resetDefaultsNoSave​(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.
      java.util.List<java.lang.Long> resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      java.util.List<java.lang.Long> resetMinMaxInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.
      boolean sanityCheckPixels​(Pixels pFrom, Pixels pTo)
      Checks if the specified sets of pixels are compatible.
      boolean sanityCheckPixels​(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Checks if the specified sets of pixels are compatible.
      void setOriginalSettingsForPixels​(long pixelsId)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      void setOriginalSettingsForPixels​(long pixelsId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets an Pixels' default rendering settings back to channel global minimum and maximum.
      java.util.List<java.lang.Long> setOriginalSettingsInDataset​(long datasetId)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      java.util.List<java.lang.Long> setOriginalSettingsInDataset​(long datasetId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a dataset's rendering settings back to channel global minimum and maximum.
      void setOriginalSettingsInImage​(long imageId)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      void setOriginalSettingsInImage​(long imageId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets an image's default rendering settings back to channel global minimum and maximum.
      java.util.List<java.lang.Long> setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      java.util.List<java.lang.Long> setOriginalSettingsInSet​(java.lang.String type, java.util.List<java.lang.Long> nodeIds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Resets a rendering settings back to channel global minimum and maximum for the specified containers.
      • 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
    • Method Detail

      • sanityCheckPixels

        boolean sanityCheckPixels​(Pixels pFrom,
                                  Pixels pTo)
                           throws ServerError
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        boolean sanityCheckPixels​(Pixels pFrom,
                                  Pixels pTo,
                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
                           throws ServerError
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        Parameters:
        pFrom - The pixels set to copy the settings from.
        Returns:
        The asynchronous result object.
      • begin_sanityCheckPixels

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                Ice.Callback __cb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        Parameters:
        pFrom - The pixels set to copy the settings from.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sanityCheckPixels

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                Ice.Callback __cb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                Callback_IRenderingSettings_sanityCheckPixels __cb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        Parameters:
        pFrom - The pixels set to copy the settings from.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sanityCheckPixels

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                Callback_IRenderingSettings_sanityCheckPixels __cb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                IceInternal.Functional_BoolCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                IceInternal.Functional_BoolCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                IceInternal.Functional_BoolCallback __sentCb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                IceInternal.Functional_BoolCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        Ice.AsyncResult begin_sanityCheckPixels​(Pixels pFrom,
                                                Pixels pTo,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                IceInternal.Functional_BoolCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                IceInternal.Functional_BoolCallback __sentCb)
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        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

        boolean end_sanityCheckPixels​(Ice.AsyncResult __result)
                               throws ServerError
        Checks if the specified sets of pixels are compatible. Returns true if the pixels set is valid, false otherwise.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        See above.
        Throws:
        ServerError
      • getRenderingSettings

        RenderingDef getRenderingSettings​(long pixelsId)
                                   throws ServerError
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        pixelsId - The Id of the Pixels
        Returns:
        See above.
        Throws:
        ValidationException - if the image qualified by imageId is unlocatable.
        ServerError
      • getRenderingSettings

        RenderingDef getRenderingSettings​(long pixelsId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                   throws ServerError
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        pixelsId - The Id of the Pixels
        __ctx - The Context map to send with the invocation.
        Returns:
        See above.
        Throws:
        ValidationException - if the image qualified by imageId is unlocatable.
        ServerError
      • begin_getRenderingSettings

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId)
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        pixelsId - The Id of the Pixels
        Returns:
        The asynchronous result object.
      • begin_getRenderingSettings

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        pixelsId - The Id of the Pixels
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getRenderingSettings

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   Ice.Callback __cb)
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        pixelsId - The Id of the Pixels
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRenderingSettings

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Returns the default rendering settings for a given pixels for the current user.
        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

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   Callback_IRenderingSettings_getRenderingSettings __cb)
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        pixelsId - The Id of the Pixels
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRenderingSettings

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IRenderingSettings_getRenderingSettings __cb)
        Returns the default rendering settings for a given pixels for the current user.
        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

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Returns the default rendering settings for a given pixels for the current user.
        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

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Returns the default rendering settings for a given pixels for the current user.
        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

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Returns the default rendering settings for a given pixels for the current user.
        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

        Ice.AsyncResult begin_getRenderingSettings​(long pixelsId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Returns the default rendering settings for a given pixels for the current user.
        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

        RenderingDef end_getRenderingSettings​(Ice.AsyncResult __result)
                                       throws ServerError
        Returns the default rendering settings for a given pixels for the current user.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        See above.
        Throws:
        ValidationException - if the image qualified by imageId is unlocatable.
        ServerError
      • createNewRenderingDef

        RenderingDef createNewRenderingDef​(Pixels pixels)
                                    throws ServerError
        Creates a new rendering definition object along with its sub-objects.
        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

        RenderingDef createNewRenderingDef​(Pixels pixels,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                    throws ServerError
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels)
        Creates a new rendering definition object along with its sub-objects.
        Parameters:
        pixels - The Pixels set to link to the rendering definition.
        Returns:
        The asynchronous result object.
      • begin_createNewRenderingDef

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    Ice.Callback __cb)
        Creates a new rendering definition object along with its sub-objects.
        Parameters:
        pixels - The Pixels set to link to the rendering definition.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_createNewRenderingDef

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    Callback_IRenderingSettings_createNewRenderingDef __cb)
        Creates a new rendering definition object along with its sub-objects.
        Parameters:
        pixels - The Pixels set to link to the rendering definition.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_createNewRenderingDef

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Callback_IRenderingSettings_createNewRenderingDef __cb)
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Creates a new rendering definition object along with its sub-objects.
        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

        Ice.AsyncResult begin_createNewRenderingDef​(Pixels pixels,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Creates a new rendering definition object along with its sub-objects.
        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

        RenderingDef end_createNewRenderingDef​(Ice.AsyncResult __result)
                                        throws ServerError
        Creates a new rendering definition object along with its sub-objects.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A new, blank rendering definition and sub-objects. NOTE: the linked Pixels has been unloaded.
        Throws:
        ServerError
      • resetDefaults

        void resetDefaults​(RenderingDef def,
                           Pixels pixels)
                    throws ServerError
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        Throws:
        ServerError
      • resetDefaults

        void resetDefaults​(RenderingDef def,
                           Pixels pixels,
                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
                    throws ServerError
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            Ice.Callback __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Ice.Callback __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            Callback_IRenderingSettings_resetDefaults __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Callback_IRenderingSettings_resetDefaults __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_resetDefaults

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __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

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __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

        Ice.AsyncResult begin_resetDefaults​(RenderingDef def,
                                            Pixels pixels,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __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

        void end_resetDefaults​(Ice.AsyncResult __result)
                        throws ServerError
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings as it relies on certain objects being loaded. The rendering settings are saved upon completion.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError
      • resetDefaultsNoSave

        RenderingDef resetDefaultsNoSave​(RenderingDef def,
                                         Pixels pixels)
                                  throws ServerError
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        Returns:
        def with the rendering settings reset.
        Throws:
        ServerError
      • resetDefaultsNoSave

        RenderingDef resetDefaultsNoSave​(RenderingDef def,
                                         Pixels pixels,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                  throws ServerError
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        Returns:
        def with the rendering settings reset.
        Throws:
        ServerError
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  Ice.Callback __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  Ice.Callback __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  Callback_IRenderingSettings_resetDefaultsNoSave __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  Callback_IRenderingSettings_resetDefaultsNoSave __cb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsNoSave

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                  IceInternal.Functional_BoolCallback __sentCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __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

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __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

        Ice.AsyncResult begin_resetDefaultsNoSave​(RenderingDef def,
                                                  Pixels pixels,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  IceInternal.Functional_GenericCallback1<RenderingDef> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                  IceInternal.Functional_BoolCallback __sentCb)
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        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 the pixels argument.
        pixels - The Pixels set for def.
        __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

        RenderingDef end_resetDefaultsNoSave​(Ice.AsyncResult __result)
                                      throws ServerError
        Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved via getRenderingSettings(long) as it relies on certain objects being loaded. The rendering settings are not saved.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        def with the rendering settings reset.
        Throws:
        ServerError
      • resetDefaultsInImage

        void resetDefaultsInImage​(long imageId)
                           throws ServerError
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        imageId - The Id of the Image.
        Throws:
        ValidationException - if the image qualified by imageId is unlocatable.
        ServerError
      • resetDefaultsInImage

        void resetDefaultsInImage​(long imageId,
                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
                           throws ServerError
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        imageId - The Id of the Image.
        __ctx - The Context map to send with the invocation.
        Throws:
        ValidationException - if the image qualified by imageId is unlocatable.
        ServerError
      • begin_resetDefaultsInImage

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        imageId - The Id of the Image.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInImage

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        imageId - The Id of the Image.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInImage

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   Ice.Callback __cb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        imageId - The Id of the Image.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInImage

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   Callback_IRenderingSettings_resetDefaultsInImage __cb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        imageId - The Id of the Image.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInImage

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IRenderingSettings_resetDefaultsInImage __cb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   IceInternal.Functional_VoidCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   IceInternal.Functional_VoidCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_VoidCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInImage​(long imageId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_VoidCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        void end_resetDefaultsInImage​(Ice.AsyncResult __result)
                               throws ServerError
        Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ValidationException - if the image qualified by imageId is unlocatable.
        ServerError
      • resetDefaultsForPixels

        void resetDefaultsForPixels​(long pixelsId)
                             throws ServerError
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        pixelsId - The Id of the Pixels.
        Throws:
        ValidationException - if the Pixels qualified by pixelsId is unlocatable.
        ServerError
      • resetDefaultsForPixels

        void resetDefaultsForPixels​(long pixelsId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                             throws ServerError
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        pixelsId - The Id of the Pixels.
        __ctx - The Context map to send with the invocation.
        Throws:
        ValidationException - if the Pixels qualified by pixelsId is unlocatable.
        ServerError
      • begin_resetDefaultsForPixels

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        pixelsId - The Id of the Pixels.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsForPixels

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        pixelsId - The Id of the Pixels.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsForPixels

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     Ice.Callback __cb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        pixelsId - The Id of the Pixels.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsForPixels

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     Callback_IRenderingSettings_resetDefaultsForPixels __cb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        pixelsId - The Id of the Pixels.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsForPixels

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_IRenderingSettings_resetDefaultsForPixels __cb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsForPixels​(long pixelsId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        void end_resetDefaultsForPixels​(Ice.AsyncResult __result)
                                 throws ServerError
        Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ValidationException - if the Pixels qualified by pixelsId is unlocatable.
        ServerError
      • resetDefaultsInDataset

        java.util.List<java.lang.Long> resetDefaultsInDataset​(long datasetId)
                                                       throws ServerError
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        datasetId - The Id of the Dataset.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if the image qualified by datasetId is not locatable.
        ServerError
      • resetDefaultsInDataset

        java.util.List<java.lang.Long> resetDefaultsInDataset​(long datasetId,
                                                              java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                       throws ServerError
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        datasetId - The Id of the Dataset.
        __ctx - The Context map to send with the invocation.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if the image qualified by datasetId is not locatable.
        ServerError
      • begin_resetDefaultsInDataset

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        datasetId - The Id of the Dataset.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInDataset

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        datasetId - The Id of the Dataset.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInDataset

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     Ice.Callback __cb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        datasetId - The Id of the Dataset.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInDataset

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     Callback_IRenderingSettings_resetDefaultsInDataset __cb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        datasetId - The Id of the Dataset.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInDataset

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_IRenderingSettings_resetDefaultsInDataset __cb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        Ice.AsyncResult begin_resetDefaultsInDataset​(long datasetId,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        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

        java.util.List<java.lang.Long> end_resetDefaultsInDataset​(Ice.AsyncResult __result)
                                                           throws ServerError
        Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if the image qualified by datasetId is not locatable.
        ServerError
      • resetDefaultsInSet

        java.util.List<java.lang.Long> resetDefaultsInSet​(java.lang.String type,
                                                          java.util.List<java.lang.Long> nodeIds)
                                                   throws ServerError
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • resetDefaultsInSet

        java.util.List<java.lang.Long> resetDefaultsInSet​(java.lang.String type,
                                                          java.util.List<java.lang.Long> nodeIds,
                                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                   throws ServerError
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        __ctx - The Context map to send with the invocation.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • begin_resetDefaultsInSet

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInSet

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInSet

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 Ice.Callback __cb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInSet

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Ice.Callback __cb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 Callback_IRenderingSettings_resetDefaultsInSet __cb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsInSet

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Callback_IRenderingSettings_resetDefaultsInSet __cb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsInSet​(java.lang.String type,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        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

        java.util.List<java.lang.Long> end_resetDefaultsInSet​(Ice.AsyncResult __result)
                                                       throws ServerError
        Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • resetDefaultsByOwnerInSet

        java.util.List<java.lang.Long> resetDefaultsByOwnerInSet​(java.lang.String type,
                                                                 java.util.List<java.lang.Long> nodeIds)
                                                          throws ServerError
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • resetDefaultsByOwnerInSet

        java.util.List<java.lang.Long> resetDefaultsByOwnerInSet​(java.lang.String type,
                                                                 java.util.List<java.lang.Long> nodeIds,
                                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                          throws ServerError
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        __ctx - The Context map to send with the invocation.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • begin_resetDefaultsByOwnerInSet

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsByOwnerInSet

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsByOwnerInSet

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        Ice.Callback __cb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsByOwnerInSet

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetDefaultsByOwnerInSet

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Callback_IRenderingSettings_resetDefaultsByOwnerInSet __cb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        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

        Ice.AsyncResult begin_resetDefaultsByOwnerInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        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

        java.util.List<java.lang.Long> end_resetDefaultsByOwnerInSet​(Ice.AsyncResult __result)
                                                              throws ServerError
        Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • resetMinMaxInSet

        java.util.List<java.lang.Long> resetMinMaxInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds)
                                                 throws ServerError
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • resetMinMaxInSet

        java.util.List<java.lang.Long> resetMinMaxInSet​(java.lang.String type,
                                                        java.util.List<java.lang.Long> nodeIds,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                 throws ServerError
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        __ctx - The Context map to send with the invocation.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • begin_resetMinMaxInSet

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        Returns:
        The asynchronous result object.
      • begin_resetMinMaxInSet

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_resetMinMaxInSet

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               Ice.Callback __cb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetMinMaxInSet

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        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

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               Callback_IRenderingSettings_resetMinMaxInSet __cb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_resetMinMaxInSet

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_IRenderingSettings_resetMinMaxInSet __cb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        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

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        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

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        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

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        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

        Ice.AsyncResult begin_resetMinMaxInSet​(java.lang.String type,
                                               java.util.List<java.lang.Long> nodeIds,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        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

        java.util.List<java.lang.Long> end_resetMinMaxInSet​(Ice.AsyncResult __result)
                                                     throws ServerError
        Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • applySettingsToSet

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToSet​(long from,
                                                                                                 java.lang.String toType,
                                                                                                 java.util.List<java.lang.Long> nodeIds)
                                                                                          throws ServerError
        Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        toType - The type of nodes to handle.
        nodeIds - Ids of the node type.
        Returns:
        A map with two boolean keys. The value of the key TRUE is a collection of image IDs, the settings were successfully applied to. The value of the key FALSE is a collection of image IDs, the settings could not be applied to.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • applySettingsToSet

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToSet​(long from,
                                                                                                 java.lang.String toType,
                                                                                                 java.util.List<java.lang.Long> nodeIds,
                                                                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                                          throws ServerError
        Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        toType - The type of nodes to handle.
        nodeIds - Ids of the node type.
        __ctx - The Context map to send with the invocation.
        Returns:
        A map with two boolean keys. The value of the key TRUE is a collection of image IDs, the settings were successfully applied to. The value of the key FALSE is a collection of image IDs, the settings could not be applied to.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • begin_applySettingsToSet

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 Ice.Callback __cb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Ice.Callback __cb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 Callback_IRenderingSettings_applySettingsToSet __cb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Callback_IRenderingSettings_applySettingsToSet __cb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to one or many containers. 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:
        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

        Ice.AsyncResult begin_applySettingsToSet​(long from,
                                                 java.lang.String toType,
                                                 java.util.List<java.lang.Long> nodeIds,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to one or many containers. 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:
        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

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToSet​(Ice.AsyncResult __result)
                                                                                              throws ServerError
        Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A map with two boolean keys. The value of the key TRUE is a collection of image IDs, the settings were successfully applied to. The value of the key FALSE is a collection of image IDs, the settings could not be applied to.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • applySettingsToProject

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToProject​(long from,
                                                                                                     long to)
                                                                                              throws ServerError
        Applies rendering settings to all images in all Datasets of a given Project.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the project container to apply settings to.
        Returns:
        A map with two boolean keys. The value of the TRUE is a collection of images ID, the settings were successfully applied to. The value of the FALSE is a collection of images ID, the settings could not be applied to.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the project to is not locatable.
        ServerError
      • applySettingsToProject

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToProject​(long from,
                                                                                                     long to,
                                                                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                                              throws ServerError
        Applies rendering settings to all images in all Datasets of a given Project.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the project container to apply settings to.
        __ctx - The Context map to send with the invocation.
        Returns:
        A map with two boolean keys. The value of the TRUE is a collection of images ID, the settings were successfully applied to. The value of the FALSE is a collection of images ID, the settings could not be applied to.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the project to is not locatable.
        ServerError
      • begin_applySettingsToProject

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     Ice.Callback __cb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     Callback_IRenderingSettings_applySettingsToProject __cb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_IRenderingSettings_applySettingsToProject __cb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        Ice.AsyncResult begin_applySettingsToProject​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to all images in all Datasets of a given Project.
        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

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToProject​(Ice.AsyncResult __result)
                                                                                                  throws ServerError
        Applies rendering settings to all images in all Datasets of a given Project.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A map with two boolean keys. The value of the TRUE is a collection of images ID, the settings were successfully applied to. The value of the FALSE is a collection of images ID, the settings could not be applied to.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the project to is not locatable.
        ServerError
      • applySettingsToDataset

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToDataset​(long from,
                                                                                                     long to)
                                                                                              throws ServerError
        Applies rendering settings to all images in a given Dataset.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the dataset container to apply settings to.
        Returns:
        A map with two boolean keys. The value of the TRUE is a collection of images ID, the settings were successfully applied to. The value of the FALSE is a collection of images ID, the settings could not be applied to.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the dataset to is not locatable.
        ServerError
      • applySettingsToDataset

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToDataset​(long from,
                                                                                                     long to,
                                                                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                                              throws ServerError
        Applies rendering settings to all images in a given Dataset.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the dataset container to apply settings to.
        __ctx - The Context map to send with the invocation.
        Returns:
        A map with two boolean keys. The value of the TRUE is a collection of images ID, the settings were successfully applied to. The value of the FALSE is a collection of images ID, the settings could not be applied to.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the dataset to is not locatable.
        ServerError
      • begin_applySettingsToDataset

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     Ice.Callback __cb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     Callback_IRenderingSettings_applySettingsToDataset __cb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_IRenderingSettings_applySettingsToDataset __cb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to all images in a given Dataset.
        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

        Ice.AsyncResult begin_applySettingsToDataset​(long from,
                                                     long to,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to all images in a given Dataset.
        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

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToDataset​(Ice.AsyncResult __result)
                                                                                                  throws ServerError
        Applies rendering settings to all images in a given Dataset.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A map with two boolean keys. The value of the TRUE is a collection of images ID, the settings were successfully applied to. The value of the FALSE is a collection of images ID, the settings could not be applied to.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the dataset to is not locatable.
        ServerError
      • applySettingsToImages

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToImages​(long from,
                                                                                                    java.util.List<java.lang.Long> to)
                                                                                             throws ServerError
        Applies rendering settings to a given Image.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the image container to apply settings to.
        Returns:
        true if the settings were successfully applied, false otherwise.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the image to is not locatable.
        ServerError
      • applySettingsToImages

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> applySettingsToImages​(long from,
                                                                                                    java.util.List<java.lang.Long> to,
                                                                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                                             throws ServerError
        Applies rendering settings to a given Image.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the image container to apply settings to.
        __ctx - The Context map to send with the invocation.
        Returns:
        true if the settings were successfully applied, false otherwise.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the image to is not locatable.
        ServerError
      • begin_applySettingsToImages

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    Ice.Callback __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    Callback_IRenderingSettings_applySettingsToImages __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Callback_IRenderingSettings_applySettingsToImages __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImages​(long from,
                                                    java.util.List<java.lang.Long> to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to a given Image.
        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

        java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> end_applySettingsToImages​(Ice.AsyncResult __result)
                                                                                                 throws ServerError
        Applies rendering settings to a given Image.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        true if the settings were successfully applied, false otherwise.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the image to is not locatable.
        ServerError
      • applySettingsToImage

        boolean applySettingsToImage​(long from,
                                     long to)
                              throws ServerError
        Applies rendering settings to a given Image.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the image container to apply settings to.
        Returns:
        true if the settings were successfully applied, false otherwise.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the image to is not locatable.
        ServerError
      • applySettingsToImage

        boolean applySettingsToImage​(long from,
                                     long to,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                              throws ServerError
        Applies rendering settings to a given Image.
        Parameters:
        from - The Id of the pixels set to copy the rendering settings from.
        to - The Id of the image container to apply settings to.
        __ctx - The Context map to send with the invocation.
        Returns:
        true if the settings were successfully applied, false otherwise.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the image to is not locatable.
        ServerError
      • begin_applySettingsToImage

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   Ice.Callback __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   Callback_IRenderingSettings_applySettingsToImage __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IRenderingSettings_applySettingsToImage __cb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   IceInternal.Functional_BoolCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   IceInternal.Functional_BoolCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_BoolCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to a given Image.
        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

        Ice.AsyncResult begin_applySettingsToImage​(long from,
                                                   long to,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_BoolCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to a given Image.
        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

        boolean end_applySettingsToImage​(Ice.AsyncResult __result)
                                  throws ServerError
        Applies rendering settings to a given Image.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        true if the settings were successfully applied, false otherwise.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the image to is not locatable.
        ServerError
      • applySettingsToPixels

        boolean applySettingsToPixels​(long from,
                                      long to)
                               throws ServerError
        Applies rendering settings to a given Pixels.
        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:
        ValidationException - if the rendering settings from is not locatable or the pixelsto is not locatable.
        ServerError
      • applySettingsToPixels

        boolean applySettingsToPixels​(long from,
                                      long to,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx)
                               throws ServerError
        Applies rendering settings to a given Pixels.
        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:
        ValidationException - if the rendering settings from is not locatable or the pixelsto is not locatable.
        ServerError
      • begin_applySettingsToPixels

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    Ice.Callback __cb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    Callback_IRenderingSettings_applySettingsToPixels __cb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Callback_IRenderingSettings_applySettingsToPixels __cb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    IceInternal.Functional_BoolCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    IceInternal.Functional_BoolCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_BoolCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Applies rendering settings to a given Pixels.
        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

        Ice.AsyncResult begin_applySettingsToPixels​(long from,
                                                    long to,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_BoolCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Applies rendering settings to a given Pixels.
        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

        boolean end_applySettingsToPixels​(Ice.AsyncResult __result)
                                   throws ServerError
        Applies rendering settings to a given Pixels.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        See above.
        Throws:
        ValidationException - if the rendering settings from is not locatable or the pixelsto is not locatable.
        ServerError
      • setOriginalSettingsInImage

        void setOriginalSettingsInImage​(long imageId)
                                 throws ServerError
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        imageId - The Id of the Image.
        Throws:
        ValidationException - if the image qualified by imageId is not locatable.
        ServerError
      • setOriginalSettingsInImage

        void setOriginalSettingsInImage​(long imageId,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                 throws ServerError
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        imageId - The Id of the Image.
        __ctx - The Context map to send with the invocation.
        Throws:
        ValidationException - if the image qualified by imageId is not locatable.
        ServerError
      • begin_setOriginalSettingsInImage

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        imageId - The Id of the Image.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInImage

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        imageId - The Id of the Image.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInImage

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         Ice.Callback __cb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        imageId - The Id of the Image.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInImage

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Ice.Callback __cb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        imageId - The Id of the Image.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInImage

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Callback_IRenderingSettings_setOriginalSettingsInImage __cb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInImage​(long imageId,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Resets an image's default rendering settings back to channel global minimum and maximum.
        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

        void end_setOriginalSettingsInImage​(Ice.AsyncResult __result)
                                     throws ServerError
        Resets an image's default rendering settings back to channel global minimum and maximum.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ValidationException - if the image qualified by imageId is not locatable.
        ServerError
      • setOriginalSettingsForPixels

        void setOriginalSettingsForPixels​(long pixelsId)
                                   throws ServerError
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        pixelsId - The Id of the Pixels set.
        Throws:
        ValidationException - if the image qualified by pixelsId is not locatable.
        ServerError
      • setOriginalSettingsForPixels

        void setOriginalSettingsForPixels​(long pixelsId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                   throws ServerError
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        pixelsId - The Id of the Pixels set.
        __ctx - The Context map to send with the invocation.
        Throws:
        ValidationException - if the image qualified by pixelsId is not locatable.
        ServerError
      • begin_setOriginalSettingsForPixels

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        pixelsId - The Id of the Pixels set.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsForPixels

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        pixelsId - The Id of the Pixels set.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsForPixels

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           Ice.Callback __cb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        pixelsId - The Id of the Pixels set.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsForPixels

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           Ice.Callback __cb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        pixelsId - The Id of the Pixels set.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsForPixels

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           Callback_IRenderingSettings_setOriginalSettingsForPixels __cb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           IceInternal.Functional_VoidCallback __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           IceInternal.Functional_VoidCallback __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                           IceInternal.Functional_BoolCallback __sentCb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           IceInternal.Functional_VoidCallback __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsForPixels​(long pixelsId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           IceInternal.Functional_VoidCallback __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                           IceInternal.Functional_BoolCallback __sentCb)
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        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

        void end_setOriginalSettingsForPixels​(Ice.AsyncResult __result)
                                       throws ServerError
        Resets an Pixels' default rendering settings back to channel global minimum and maximum.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ValidationException - if the image qualified by pixelsId is not locatable.
        ServerError
      • setOriginalSettingsInDataset

        java.util.List<java.lang.Long> setOriginalSettingsInDataset​(long datasetId)
                                                             throws ServerError
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        Parameters:
        datasetId - The id of the dataset to handle.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if the image qualified by datasetId is not locatable.
        ServerError
      • setOriginalSettingsInDataset

        java.util.List<java.lang.Long> setOriginalSettingsInDataset​(long datasetId,
                                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                             throws ServerError
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        Parameters:
        datasetId - The id of the dataset to handle.
        __ctx - The Context map to send with the invocation.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if the image qualified by datasetId is not locatable.
        ServerError
      • begin_setOriginalSettingsInDataset

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        Parameters:
        datasetId - The id of the dataset to handle.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInDataset

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           Ice.Callback __cb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        Parameters:
        datasetId - The id of the dataset to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInDataset

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           Ice.Callback __cb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        Parameters:
        datasetId - The id of the dataset to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInDataset

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           Callback_IRenderingSettings_setOriginalSettingsInDataset __cb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                           IceInternal.Functional_BoolCallback __sentCb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        Ice.AsyncResult begin_setOriginalSettingsInDataset​(long datasetId,
                                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                           IceInternal.Functional_BoolCallback __sentCb)
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        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

        java.util.List<java.lang.Long> end_setOriginalSettingsInDataset​(Ice.AsyncResult __result)
                                                                 throws ServerError
        Resets a dataset's rendering settings back to channel global minimum and maximum.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if the image qualified by datasetId is not locatable.
        ServerError
      • setOriginalSettingsInSet

        java.util.List<java.lang.Long> setOriginalSettingsInSet​(java.lang.String type,
                                                                java.util.List<java.lang.Long> nodeIds)
                                                         throws ServerError
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • setOriginalSettingsInSet

        java.util.List<java.lang.Long> setOriginalSettingsInSet​(java.lang.String type,
                                                                java.util.List<java.lang.Long> nodeIds,
                                                                java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                         throws ServerError
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        nodeIds - Ids of the node type.
        __ctx - The Context map to send with the invocation.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError
      • begin_setOriginalSettingsInSet

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInSet

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInSet

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       Ice.Callback __cb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInSet

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       Ice.Callback __cb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        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

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        type - The type of nodes to handle.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setOriginalSettingsInSet

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       Callback_IRenderingSettings_setOriginalSettingsInSet __cb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        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

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        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

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                       IceInternal.Functional_BoolCallback __sentCb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        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

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        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

        Ice.AsyncResult begin_setOriginalSettingsInSet​(java.lang.String type,
                                                       java.util.List<java.lang.Long> nodeIds,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                       IceInternal.Functional_BoolCallback __sentCb)
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        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

        java.util.List<java.lang.Long> end_setOriginalSettingsInSet​(Ice.AsyncResult __result)
                                                             throws ServerError
        Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:
        Parameters:
        __result - The asynchronous result object.
        Returns:
        A Set of image IDs that have had their rendering settings reset.
        Throws:
        ValidationException - if an illegal type is used.
        ServerError