Uses of Class
de.mid.innovator.srv2api.icw2elem.K_LOG_EVENT
-
Packages that use K_LOG_EVENT 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_LOG_EVENT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_LOG_EVENT Modifier and Type Method Description static K_LOG_EVENT
K_LOG_EVENT. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_LOG_EVENT
K_LOG_EVENT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_LOG_EVENT[]
K_LOG_EVENT. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_LOG_EVENT in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOG_EVENT Modifier and Type Field Description K_LOG_EVENT
ARG_CreateEventLogEntry. kLog
kind of the event log entryK_LOG_EVENT
ARG_DeleteEventLogEntry. kLog
kind of event log entries to be deletedMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOG_EVENT Modifier and Type Method Description static void
ADEventLogEntryHelper. createEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, java.lang.String strNote, java.lang.String strModelName, java.lang.String strRepName)
Creates a new event log entry or a specialization.static void
ADEventLogEntryHelper. deleteEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, boolean repEvent, boolean thisModelEvent, boolean allModelEvent)
Delete event log entries or specializations of the specified kind (or all kinds) within this model, all models or the repository.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOG_EVENT Constructor Description ARG_CreateEventLogEntry(K_LOG_EVENT kLog, java.lang.String strNote, java.lang.String strModelName, java.lang.String strRepName)
ARG_DeleteEventLogEntry(K_LOG_EVENT kLog, boolean repEvent, boolean thisModelEvent, boolean allModelEvent)
-