Uses of Class
de.mid.innovator.srv2api.icw2elem.K_ADMODEL

Packages that use K_ADMODEL
de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server. 
de.mid.innovator.srv.excellence   
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. 
 

Uses of K_ADMODEL in de.mid.innovator.srv
 

Fields in de.mid.innovator.srv declared as K_ADMODEL
protected  K_ADMODEL Model.fModelType
           
 K_ADMODEL PrjData.modelType
           
 

Methods in de.mid.innovator.srv that return K_ADMODEL
 K_ADMODEL Model.getModelType()
           
 

Methods in de.mid.innovator.srv with parameters of type K_ADMODEL
 Model RepositoryServer.createModel(String name, K_ADMODEL modelType, String newAdminPwd, String userCfg, String modelCfg, List<String> addOnList)
          Creates a new Model in the actual repository server and refreshes the list of models.
 ExcellenceModel RepositoryServer.getExcellenceModel(String aModelName, K_ADMODEL aModelType)
          Gets a model with the given name and type from the list of currently known models.
 Model RepositoryServer.getModel(String aModelName, K_ADMODEL aModelType)
          Gets a model with the given name and type from the list of currently known models.
 List<Model> RepositoryServer.getModels(K_ADMODEL aModelType)
          Searches the list of currently known models in this server for models of the given type.
 List<String> LicenseServer.getUserRoleList(InoUser inoUser, String repName, String mdlName, K_ADMODEL mdlType)
           
 

Constructors in de.mid.innovator.srv with parameters of type K_ADMODEL
Model(RepositoryServer server, String name, K_ADMODEL modelType)
          protected constructor for internal use only pleas use RepositoryServer.createModel(String, K_ADMODEL, String, String, String, List) to create a new Innovator model.
 

Uses of K_ADMODEL in de.mid.innovator.srv.excellence
 

Methods in de.mid.innovator.srv.excellence with parameters of type K_ADMODEL
static Model ExcellenceModel.create(RepositoryServer rep, String name, K_ADMODEL modelType, ADModel mdlId)
           
 

Uses of K_ADMODEL in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem that return K_ADMODEL
static K_ADMODEL K_ADMODEL.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_ADMODEL K_ADMODEL.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static K_ADMODEL[] K_ADMODEL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of K_ADMODEL in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta declared as K_ADMODEL
 K_ADMODEL ARG_ADListLoginIn.methModel
          method of the model
 K_ADMODEL ARG_VersionFileOclReq.method
          model type
 K_ADMODEL ARG_ADModelInfo.method
          Method of the model
 K_ADMODEL ARG_AvailableMappingTypes.modelType
          type of the model
 

Methods in de.mid.innovator.srv2api.icw2meta that return K_ADMODEL
 K_ADMODEL ADModel.getMethod()
          Returns the current object's method.
 

Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_ADMODEL
static ARG_ADListLoginOut ADModelHelper.getListLogin(SrvContext srvCtx, String nameModel, K_ADMODEL methModel, String patternUser)
          Returns information about the login user list.
static ARG_ADModelConfig ADModelHelper.getListModelConfig(SrvContext srvCtx, K_ADMODEL value)
          Returns the names of available model configurations.
static byte[] ADModelHelper.getVersionFile(SrvContext srvCtx, ADLogin login, K_ADMODEL method, String name)
          Returns the complete version ASCII representation of the model.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_ADMODEL
ARG_ADListLoginIn(String nameModel, K_ADMODEL methModel, String patternUser)
           
ARG_ADModelInfo(ADModel model, K_ADMODEL method, String name)
           
ARG_AvailableMappingTypes(K_ADMODEL modelType, List<String> mappingName, List<String> mappingDirection)
           
ARG_VersionFileOclReq(ADLogin login, K_ADMODEL method, String name)
           
 

Uses of K_ADMODEL in de.mid.innovator.srv2api.icw2model
 

Fields in de.mid.innovator.srv2api.icw2model declared as K_ADMODEL
 K_ADMODEL ARG_MEProxyPropertyMode.kModelType
          Optional to MappingPackageType: Model Type
 K_ADMODEL ARG_MappingEnvironmentInnovatorModel.modelType
          Type of Innvotor Model
 K_ADMODEL ARG_MEStubPackageInnovator.modelType
          Type of the Innovator model represented by the stub package.
 K_ADMODEL ARG_MEMappingConfiguration.modelType
          Representing Model Type of stub package
 

Methods in de.mid.innovator.srv2api.icw2model that return K_ADMODEL
 K_ADMODEL MEStubPackageInnovator.getModelType()
          Type of the Innovator model represented by the stub package.
 

Methods in de.mid.innovator.srv2api.icw2model with parameters of type K_ADMODEL
 ARG_MEMappingConfiguration MEMappingConfigurationPackage.buildMappingEnvironmentInnovator(String cpNameRepository, String cpNameModel, K_ADMODEL modelType)
          Creates a mapping environment if possible and returns the mapping configuration data for the mapping.
 String MEModelElement.getPresetMapping(K_ADMODEL item)
          Determines the model's current configured default mapping method.
 List<ARG_MEProxyProperty> MEStereotypeAble.getProxyAsgProperty(MEMappingPackageType ohMappingPackageType, String sRepositoryName, String sModelName, K_ADMODEL kModelType, String sMappingName, boolean bIsForwardMapping, int iRestriction, K_PROXY_DETAILLEVEL iDetailLevel)
          Returns the ARG_ELProxyProperty of the container that is proxy environment of the container element.
 ARG_MEProxyProperty MEProxy.getProxyProperty(MEMappingPackageType ohMappingPackageType, String sRepositoryName, String sModelName, K_ADMODEL kModelType, String sMappingName, boolean bIsForwardMapping, int iRestriction, K_PROXY_DETAILLEVEL iDetailLevel)
          Returns the ARG_ELPRoxyProperty structure of the proxy.
 void MEStubPackageInnovator.setModelType(K_ADMODEL value)
          Set the value of Attribut ModelType.
 

Constructors in de.mid.innovator.srv2api.icw2model with parameters of type K_ADMODEL
ARG_MappingEnvironmentInnovatorModel(String cpNameRepository, String cpNameModel, K_ADMODEL modelType)
           
ARG_MEMappingConfiguration(boolean isComplete, String cpMappingName, boolean isForwardMapping, String cpRepositoryName, String cpModelName, K_ADMODEL modelType, MESystemModel ohSystemModel, MEMappingConfigurationPackage ohConfigurationPackage, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingStubTypePackage, MEStubPackageBase ohMappingStubPackageBase, MMCreateTemplate ohTemplateMappingStubPackage, MMCreateTemplate ohTemplateMappingPackageType, MMCreateTemplate ohTemplateMappingPackageContent, MMCreateTemplate ohTemplateMEProxyAssignment, MMCreateTemplate ohTemplateMEProxyInnovator, String cpNameConfigurationText, String cpContentConfigurationText, int iClassicMappingKind)
           
ARG_MEProxyPropertyMode(MEMappingPackageType ohMappingPackageType, String sRepositoryName, String sModelName, K_ADMODEL kModelType, String sMappingName, boolean bIsForwardMapping, int iRestriction, K_PROXY_DETAILLEVEL iDetailLevel)
           
ARG_MEStubPackageInnovator(String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, String name, K_NAME nameKind, String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, String modelName, String repositoryName, K_ADMODEL modelType)