Uses of Class
de.mid.innovator.srv2api.icw2elem.K_LOGINKIND
-
Packages that use K_LOGINKIND Package Description 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 The package contains classes for connecting to an Innovator model for manipulation and evaluation purposes.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of K_LOGINKIND in de.mid.innovator.srv
Methods in de.mid.innovator.srv with parameters of type K_LOGINKIND Modifier and Type Method Description abstract booleanModel. tryReLogin(K_LOGINKIND loginKind, java.lang.String loginName)Checks if the given user has a login with the same display. -
Uses of K_LOGINKIND in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence with parameters of type K_LOGINKIND Modifier and Type Method Description booleanExcellenceModel. tryReLogin(K_LOGINKIND loginKind, java.lang.String loginName)Checks if the given user has a login with the same display. -
Uses of K_LOGINKIND in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_LOGINKIND Modifier and Type Method Description static K_LOGINKINDK_LOGINKIND. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_LOGINKINDK_LOGINKIND. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_LOGINKIND[]K_LOGINKIND. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_LOGINKIND in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOGINKIND Modifier and Type Field Description K_LOGINKINDARG_LoginAllow. logKlogin kindMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGINKIND Modifier and Type Method Description voidADModel. allowLogin(K_LOGINKIND logK, boolean allowLogin, java.lang.String text)Allow or prevent to login in the model.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGINKIND Constructor Description ARG_LoginAllow(K_LOGINKIND logK, boolean allowLogin, java.lang.String text)
-