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