Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADEventLogEntry
-
Packages that use ADEventLogEntry Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADEventLogEntry in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADEventLogEntry in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interfaceADEventLogEntryModelinterfaceADEventLogEntryRemoteModelMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ADEventLogEntry Modifier and Type Method Description <T extends ADEventLogEntry>
java.util.List<T>ADModel. getOwnedEventLogEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All event log entries owned by thisADModel.<T extends ADEventLogEntry>
java.util.List<T>ADRepository. getOwnedEventLogEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All event log entries owned by the current object.
-