Interface ADNScheduledElement
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanGenerate a notification if the assigned element or an element in this transitive content is changed.The notification schedule which owns this scheduled notification element.The notification element of this scheduled notification element.All notification conditions of this scheduled notification element.voidsetNotifyOnAnyChanges(boolean value) Set the value of Attribut NotifyOnAnyChanges.voidsetUsedCondition(List<? extends ADNCondition> values) Set the value of Foreign Key UsedCondition.Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getNotifyOnAnyChanges
Generate a notification if the assigned element or an element in this transitive content is changed. The notification is not restricted by a condition.- Throws:
InoNetExceptionSrvErrorException
-
setNotifyOnAnyChanges
Set the value of Attribut NotifyOnAnyChanges.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getUsedCondition
All notification conditions of this scheduled notification element.- Throws:
InoNetExceptionSrvErrorException
-
setUsedCondition
void setUsedCondition(List<? extends ADNCondition> values) throws InoNetException, SrvErrorException Set the value of Foreign Key UsedCondition.- Parameters:
values- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getScheduledNotificationElement
The notification element of this scheduled notification element.- Throws:
InoNetExceptionSrvErrorException
-
getOwningSchedule
The notification schedule which owns this scheduled notification element.- Throws:
InoNetExceptionSrvErrorException
-