Class ParameterReflectionStore
java.lang.Object
de.mid.innovator.m2msdk.model.parameter.ParameterReflectionStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) ParameterComplex<? extends ParameterTemplateIF> getParameter(String parameterIdentifier) getParameterValue(String parameterName, SessionInterface session, MappingElementIF source) static ParameterReflectionStoreinit(ParameterReflectionStore parameterReflectionStore) voidregisterParameter(String parameterIdentifier, ParameterComplex<? extends ParameterTemplateIF> parameterComplex) voidsetConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context)
-
Constructor Details
-
ParameterReflectionStore
public ParameterReflectionStore()
-
-
Method Details
-
registerParameter
public void registerParameter(String parameterIdentifier, ParameterComplex<? extends ParameterTemplateIF> parameterComplex) -
getParameter
-
setConfigurationContext
public void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
getKnownParameters
public ParameterTemplates getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
getParameterValue
public String getParameterValue(String parameterName, SessionInterface session, MappingElementIF source) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-
init
-
getKnownParameters
public ParameterTemplates getKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-