Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADNCondition
Packages that use ADNCondition
-
Uses of ADNCondition in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADNConditionModifier and TypeFieldDescriptionARG_AddNotificationConditions.seqCondlist of added or subtracted conditionsMethods in de.mid.innovator.srv2api.icw2meta that return ADNConditionModifier and TypeMethodDescriptionstatic ADNConditionADNConditionHelper.createNotificationCondition(SrvContext srvCtx, MM2Classification ohCL, boolean isExact, K_NOTIFY_CONDITION kCondition) Creates a newADNConditionwithMM2Classificationand condition kind.ADNConditionProperty.getOwningNotificationCondition()The notification condition that own this property of notification condition.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADNConditionModifier and TypeMethodDescriptionMM2Classification.getNotificationCondition()All notifcation conditions of thisMM2Classification.ADUserNotification.getOwnedNotificationCondition(K_CONTROL_OPTION... behaviourFlags) All notification conditions which are owned by thisADUserNotification.ADNScheduledElement.getUsedCondition()All notification conditions of this scheduled notification element.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADNConditionModifier and TypeMethodDescriptionvoidADNSchedule.addNotificationConditions(MMStereotypeAble ohElement, List<? extends ADNCondition> seqCond) voidADNScheduledElement.setUsedCondition(List<? extends ADNCondition> values) Set the value of Foreign Key UsedCondition.voidADNSchedule.subtractNotificationConditions(MMStereotypeAble ohElement, List<? extends ADNCondition> seqCond) Subtract a list of conditions from theADNScheduledElementofMMStereotypeAblewithin thisADNSchedule.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADNConditionModifierConstructorDescriptionARG_AddNotificationConditions(MMStereotypeAble ohElement, List<ADNCondition> seqCond)