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, uncheckedCastImplclone, finalize, getClass, notify, notifyAll, wait, wait, waitbegin_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_twowaypublic 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
IRenderingSettingsPrxapplySettingsToDataset in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToDataset in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic Ice.AsyncResult begin_applySettingsToDataset(long from,
long to)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToDataset in interface IRenderingSettingsPrxfrom - 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
IRenderingSettingsPrxend_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.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToImage in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic boolean applySettingsToImage(long from,
long to,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxapplySettingsToImage in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic Ice.AsyncResult begin_applySettingsToImage(long from,
long to)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImage in interface IRenderingSettingsPrxfrom - 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
IRenderingSettingsPrxend_applySettingsToImage in interface IRenderingSettingsPrx__iresult - The asynchronous result object.true if the settings were successfully
applied, false otherwise.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToImages in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToImages in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic Ice.AsyncResult begin_applySettingsToImages(long from,
java.util.List<java.lang.Long> to)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToImages in interface IRenderingSettingsPrxfrom - 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
IRenderingSettingsPrxend_applySettingsToImages in interface IRenderingSettingsPrx__iresult - The asynchronous result object.true if the settings were successfully
applied, false otherwise.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToPixels in interface IRenderingSettingsPrxfrom - The Id of the pixels set to copy the rendering
settings from.to - The Id of the pixels container to apply settings
to.ServerErrorpublic boolean applySettingsToPixels(long from,
long to,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxapplySettingsToPixels in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic Ice.AsyncResult begin_applySettingsToPixels(long from,
long to)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToPixels in interface IRenderingSettingsPrxfrom - 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
IRenderingSettingsPrxend_applySettingsToPixels in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToProject in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToProject in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic Ice.AsyncResult begin_applySettingsToProject(long from,
long to)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToProject in interface IRenderingSettingsPrxfrom - 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
IRenderingSettingsPrxend_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.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToSet in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic 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
IRenderingSettingsPrxapplySettingsToSet in interface IRenderingSettingsPrxfrom - 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.ServerErrorpublic Ice.AsyncResult begin_applySettingsToSet(long from,
java.lang.String toType,
java.util.List<java.lang.Long> nodeIds)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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)
IRenderingSettingsPrxbegin_applySettingsToSet in interface IRenderingSettingsPrxfrom - 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
IRenderingSettingsPrxend_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.ServerErrorpublic 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
IRenderingSettingsPrxcreateNewRenderingDef in interface IRenderingSettingsPrxpixels - The Pixels set to link to the rendering
definition.ServerErrorpublic RenderingDef createNewRenderingDef(Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRenderingSettingsPrxcreateNewRenderingDef in interface IRenderingSettingsPrxpixels - The Pixels set to link to the rendering
definition.__ctx - The Context map to send with the invocation.ServerErrorpublic Ice.AsyncResult begin_createNewRenderingDef(Pixels pixels)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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)
IRenderingSettingsPrxbegin_createNewRenderingDef in interface IRenderingSettingsPrxpixels - 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
IRenderingSettingsPrxend_createNewRenderingDef in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic static void __createNewRenderingDef_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
public RenderingDef getRenderingSettings(long pixelsId) throws ServerError
IRenderingSettingsPrxgetRenderingSettings in interface IRenderingSettingsPrxpixelsId - The Id of the PixelsServerErrorpublic RenderingDef getRenderingSettings(long pixelsId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRenderingSettingsPrxgetRenderingSettings in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels__ctx - The Context map to send with the invocation.ServerErrorpublic Ice.AsyncResult begin_getRenderingSettings(long pixelsId)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - The Id of the Pixelspublic Ice.AsyncResult begin_getRenderingSettings(long pixelsId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getRenderingSettings(long pixelsId,
Ice.Callback __cb)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_getRenderingSettings in interface IRenderingSettingsPrxpixelsId - 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
IRenderingSettingsPrxend_getRenderingSettings in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic static void __getRenderingSettings_completed(Ice.TwowayCallbackArg1UE<RenderingDef> __cb, Ice.AsyncResult __result)
public void resetDefaults(RenderingDef def, Pixels pixels) throws ServerError
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.resetDefaults in interface IRenderingSettingsPrxdef - 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.ServerErrorpublic void resetDefaults(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.resetDefaults in interface IRenderingSettingsPrxdef - 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.ServerErrorpublic Ice.AsyncResult begin_resetDefaults(RenderingDef def, Pixels pixels)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings as it
relies on certain objects being loaded. The rendering
settings are saved upon completion.begin_resetDefaults in interface IRenderingSettingsPrxdef - 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
IRenderingSettingsPrxgetRenderingSettings 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.ServerErrorpublic 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
IRenderingSettingsPrxresetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - The type of nodes to handle.nodeIds - Ids of the node type.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic 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
IRenderingSettingsPrxresetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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.ServerErrorpublic Ice.AsyncResult begin_resetDefaultsByOwnerInSet(java.lang.String type,
java.util.List<java.lang.Long> nodeIds)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrxtype - 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
IRenderingSettingsPrxend_resetDefaultsByOwnerInSet in interface IRenderingSettingsPrx__iresult - The asynchronous result object.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic static void __resetDefaultsByOwnerInSet_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb,
Ice.AsyncResult __result)
public void resetDefaultsForPixels(long pixelsId)
throws ServerError
IRenderingSettingsPrxresetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels.ServerErrorpublic void resetDefaultsForPixels(long pixelsId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxresetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels.__ctx - The Context map to send with the invocation.ServerErrorpublic Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels.public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_resetDefaultsForPixels(long pixelsId,
Ice.Callback __cb)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_resetDefaultsForPixels in interface IRenderingSettingsPrxpixelsId - 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
IRenderingSettingsPrxend_resetDefaultsForPixels in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic static void __resetDefaultsForPixels_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result)
public java.util.List<java.lang.Long> resetDefaultsInDataset(long datasetId)
throws ServerError
IRenderingSettingsPrxresetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - The Id of the Dataset.Set of image IDs that have had
their rendering settings reset.ServerErrorpublic java.util.List<java.lang.Long> resetDefaultsInDataset(long datasetId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxresetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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.ServerErrorpublic Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - The Id of the Dataset.public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - The Id of the Dataset.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_resetDefaultsInDataset(long datasetId,
Ice.Callback __cb)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInDataset in interface IRenderingSettingsPrxdatasetId - 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
IRenderingSettingsPrxend_resetDefaultsInDataset in interface IRenderingSettingsPrx__iresult - The asynchronous result object.Set of image IDs that have had
their rendering settings reset.ServerErrorpublic static void __resetDefaultsInDataset_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb,
Ice.AsyncResult __result)
public void resetDefaultsInImage(long imageId)
throws ServerError
IRenderingSettingsPrxresetDefaultsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.ServerErrorpublic void resetDefaultsInImage(long imageId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxresetDefaultsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.__ctx - The Context map to send with the invocation.ServerErrorpublic Ice.AsyncResult begin_resetDefaultsInImage(long imageId)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.public Ice.AsyncResult begin_resetDefaultsInImage(long imageId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_resetDefaultsInImage(long imageId,
Ice.Callback __cb)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_resetDefaultsInImage in interface IRenderingSettingsPrximageId - 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
IRenderingSettingsPrxend_resetDefaultsInImage in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic 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
IRenderingSettingsPrxresetDefaultsInSet in interface IRenderingSettingsPrxtype - The type of nodes to handle.nodeIds - Ids of the node type.Set of image IDs that have had
their rendering settings reset.ServerErrorpublic 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
IRenderingSettingsPrxresetDefaultsInSet in interface IRenderingSettingsPrxtype - 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.ServerErrorpublic Ice.AsyncResult begin_resetDefaultsInSet(java.lang.String type,
java.util.List<java.lang.Long> nodeIds)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetDefaultsInSet in interface IRenderingSettingsPrxtype - 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
IRenderingSettingsPrxend_resetDefaultsInSet in interface IRenderingSettingsPrx__iresult - The asynchronous result object.Set of image IDs that have had
their rendering settings reset.ServerErrorpublic 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
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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.ServerErrorpublic RenderingDef resetDefaultsNoSave(RenderingDef def, Pixels pixels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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.ServerErrorpublic Ice.AsyncResult begin_resetDefaultsNoSave(RenderingDef def, Pixels pixels)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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)
IRenderingSettingsPrxgetRenderingSettings(long) as it
relies on certain objects being loaded. The rendering
settings are not saved.begin_resetDefaultsNoSave in interface IRenderingSettingsPrxdef - 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
IRenderingSettingsPrxgetRenderingSettings(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.ServerErrorpublic 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
IRenderingSettingsPrxresetMinMaxInSet in interface IRenderingSettingsPrxtype - The type of nodes to handle.nodeIds - Ids of the node type.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic 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
IRenderingSettingsPrxresetMinMaxInSet in interface IRenderingSettingsPrxtype - 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.ServerErrorpublic Ice.AsyncResult begin_resetMinMaxInSet(java.lang.String type,
java.util.List<java.lang.Long> nodeIds)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_resetMinMaxInSet in interface IRenderingSettingsPrxtype - 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
IRenderingSettingsPrxend_resetMinMaxInSet in interface IRenderingSettingsPrx__iresult - The asynchronous result object.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic 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
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.sanityCheckPixels in interface IRenderingSettingsPrxpFrom - The pixels set to copy the settings from.pTo - The pixels set to copy the settings to.ServerErrorpublic boolean sanityCheckPixels(Pixels pFrom, Pixels pTo, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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.ServerErrorpublic Ice.AsyncResult begin_sanityCheckPixels(Pixels pFrom, Pixels pTo)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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)
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.begin_sanityCheckPixels in interface IRenderingSettingsPrxpFrom - 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
IRenderingSettingsPrxtrue if the pixels set is valid,
false otherwise.end_sanityCheckPixels in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic static void __sanityCheckPixels_completed(Ice.TwowayCallbackBoolUE __cb,
Ice.AsyncResult __result)
public void setOriginalSettingsForPixels(long pixelsId)
throws ServerError
IRenderingSettingsPrxsetOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels set.ServerErrorpublic void setOriginalSettingsForPixels(long pixelsId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxsetOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels set.__ctx - The Context map to send with the invocation.ServerErrorpublic Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - The Id of the Pixels set.public Ice.AsyncResult begin_setOriginalSettingsForPixels(long pixelsId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsForPixels in interface IRenderingSettingsPrxpixelsId - 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
IRenderingSettingsPrxend_setOriginalSettingsForPixels in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic static void __setOriginalSettingsForPixels_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result)
public java.util.List<java.lang.Long> setOriginalSettingsInDataset(long datasetId)
throws ServerError
IRenderingSettingsPrxsetOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - The id of the dataset to handle.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic java.util.List<java.lang.Long> setOriginalSettingsInDataset(long datasetId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxsetOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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.ServerErrorpublic Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - The id of the dataset to handle.public Ice.AsyncResult begin_setOriginalSettingsInDataset(long datasetId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInDataset in interface IRenderingSettingsPrxdatasetId - 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
IRenderingSettingsPrxend_setOriginalSettingsInDataset in interface IRenderingSettingsPrx__iresult - The asynchronous result object.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic static void __setOriginalSettingsInDataset_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.Long>> __cb,
Ice.AsyncResult __result)
public void setOriginalSettingsInImage(long imageId)
throws ServerError
IRenderingSettingsPrxsetOriginalSettingsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.ServerErrorpublic void setOriginalSettingsInImage(long imageId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IRenderingSettingsPrxsetOriginalSettingsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.__ctx - The Context map to send with the invocation.ServerErrorpublic Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - The Id of the Image.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_setOriginalSettingsInImage(long imageId,
Ice.Callback __cb)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInImage in interface IRenderingSettingsPrximageId - 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
IRenderingSettingsPrxend_setOriginalSettingsInImage in interface IRenderingSettingsPrx__iresult - The asynchronous result object.ServerErrorpublic 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
IRenderingSettingsPrxsetOriginalSettingsInSet in interface IRenderingSettingsPrxtype - The type of nodes to handle.nodeIds - Ids of the node type.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic 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
IRenderingSettingsPrxsetOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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.ServerErrorpublic Ice.AsyncResult begin_setOriginalSettingsInSet(java.lang.String type,
java.util.List<java.lang.Long> nodeIds)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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)
IRenderingSettingsPrxbegin_setOriginalSettingsInSet in interface IRenderingSettingsPrxtype - 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
IRenderingSettingsPrxend_setOriginalSettingsInSet in interface IRenderingSettingsPrx__iresult - The asynchronous result object.Set of image IDs that have
had their rendering settings reset.ServerErrorpublic 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)