Interface ADNElement
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe notified element of this element notification.booleanGenerate a daily notification if this element or an element in this transitive content is changed.booleanGenerate a monthly notification if this element or an element in this transitive content is changed.booleanGenerate a promptly notification if this element or an element in this transitive content is changed.booleanGenerate a weekly notification if this element or an element in this transitive content is changed.TheADUserNotificationthat own this notification element.All scheduled notification elements of this notification element.voidsetNotifyDaily(boolean value) Set the value of Info NotifyDaily.voidsetNotifyMonthly(boolean value) Set the value of Info NotifyMonthly.voidsetNotifyTimely(boolean value) Set the value of Info NotifyTimely.voidsetNotifyWeekly(boolean value) Set the value of Info NotifyWeekly.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
-
getNotifyTimely
Generate a promptly notification if this element or an element in this transitive content is changed.- Throws:
InoNetExceptionSrvErrorException
-
setNotifyTimely
Set the value of Info NotifyTimely.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getNotifyDaily
Generate a daily notification if this element or an element in this transitive content is changed.- Throws:
InoNetExceptionSrvErrorException
-
setNotifyDaily
Set the value of Info NotifyDaily.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getNotifyWeekly
Generate a weekly notification if this element or an element in this transitive content is changed.- Throws:
InoNetExceptionSrvErrorException
-
setNotifyWeekly
Set the value of Info NotifyWeekly.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getNotifyMonthly
Generate a monthly notification if this element or an element in this transitive content is changed.- Throws:
InoNetExceptionSrvErrorException
-
setNotifyMonthly
Set the value of Info NotifyMonthly.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getScheduledElement
All scheduled notification elements of this notification element.- Throws:
InoNetExceptionSrvErrorException
-
getNotifiedElement
The notified element of this element notification.- Throws:
InoNetExceptionSrvErrorException
-
getOwningNotification
TheADUserNotificationthat own this notification element.- Throws:
InoNetExceptionSrvErrorException
-