Uses of Interface
de.mid.innovator.m2msdk.model.option.OptionModelInterface
Packages that use OptionModelInterface
Package
Description
The package contains classes that can serve as applications in the workflow.
The package contains all models that are used within M2M-SDK.
The package contains the option model.
The package contains the models, renderer and enumerations be used in frames and dialogs.
-
Uses of OptionModelInterface in de.mid.innovator.m2msdk.application
Methods in de.mid.innovator.m2msdk.application with parameters of type OptionModelInterfaceModifier and TypeMethodDescriptionClientEnvironment.replaceEnv(OptionModelInterface iOption, String iValue) Replace in a given value the values of environment variables. -
Uses of OptionModelInterface in de.mid.innovator.m2msdk.model
Methods in de.mid.innovator.m2msdk.model that return OptionModelInterfaceModifier and TypeMethodDescriptionClientSession.getOptionModel()ServerSession.getOptionModel()SessionInterface.getOptionModel()Get the option model with all options.SkeletonSession.getOptionModel() -
Uses of OptionModelInterface in de.mid.innovator.m2msdk.model.option
Classes in de.mid.innovator.m2msdk.model.option that implement OptionModelInterfaceModifier and TypeClassDescriptionclassOption model keeping all options and their values.classRemote proxy for forwarding client calls to server model.classStub class living on client side and always forwarding the calls to the server.Methods in de.mid.innovator.m2msdk.model.option that return OptionModelInterfaceModifier and TypeMethodDescriptionOptionModel.importOption(org.jdom2.Document doc) OptionModelInterface.importOption(org.jdom2.Document doc) Import the option model given as document into this option model and return the imported option model.OptionModelSkeleton.importOption(org.jdom2.Document doc) OptionModelStub.importOption(org.jdom2.Document doc) Constructors in de.mid.innovator.m2msdk.model.option with parameters of type OptionModelInterface -
Uses of OptionModelInterface in de.mid.innovator.m2msdk.ui.model
Constructors in de.mid.innovator.m2msdk.ui.model with parameters of type OptionModelInterfaceModifierConstructorDescriptionLogTableModel(OptionModelInterface iOption, LogLevel iLevel, List<LogEventInterface> listEvent)