Uses of Class
de.mid.innovator.srv2api.icw2elem.K_LOGSTATUS
-
Packages that use K_LOGSTATUS Package Description 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_LOGSTATUS in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_LOGSTATUS Modifier and Type Method Description static K_LOGSTATUS
K_LOGSTATUS. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_LOGSTATUS
K_LOGSTATUS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_LOGSTATUS[]
K_LOGSTATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_LOGSTATUS in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOGSTATUS Modifier and Type Field Description K_LOGSTATUS
ARG_LoginCache. logStatus
status informationFields in de.mid.innovator.srv2api.icw2meta with type parameters of type K_LOGSTATUS Modifier and Type Field Description java.util.List<K_LOGSTATUS>
ARG_GetLoginList. seqLog
list of the corresponding log statusMethods in de.mid.innovator.srv2api.icw2meta that return K_LOGSTATUS Modifier and Type Method Description K_LOGSTATUS
ADLogin. getLogStatus()
Returns the current object's login status.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGSTATUS Constructor Description ARG_LoginCache(java.lang.String userName, ADUsrRole role, java.lang.String roleName, K_LOGSTATUS logStatus, boolean isReadOnly, boolean isAdmin, boolean isSU, boolean useAllRoles, boolean hasAnnoMode, boolean hasConfigMode, boolean hasLabelMode, boolean hasVersionMode, boolean hasChangesetMode, boolean hasDeletingChangesetMode, boolean hasReadRestriction, boolean hasTranslationMode, boolean hasSectionMode, boolean hasDBConnectMode, boolean hasNoDBDeletionMode, boolean hasBulkMode, boolean hasComparingModelsMode, boolean hasDependencyEditorMode, boolean hasExportingModelsMode, boolean hasEditApplConfMode, java.lang.String nameChangeSet, java.lang.String noteChangeSet, MM2Locale ohLocale)
-