Interface ADEventLogEntry
-
- All Superinterfaces:
ADTimeAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
- All Known Subinterfaces:
ADEventLogEntryModel
,ADEventLogEntryRemoteModel
public interface ADEventLogEntry extends ADTimeAble, ELDeleteAble, ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADEventLogEntry.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADModel
getOwningModel()
TheADModel
owning this event log entry.ADRepository
getOwningRepository()
TheADRepository
owning the current object.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADTimeAble
getLtime, getNote, getUsrName, setLtime, setNote, setUsrName
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getOwningModel
ADModel getOwningModel() throws InoNetException, SrvErrorException
TheADModel
owning this event log entry.- Throws:
InoNetException
SrvErrorException
-
getOwningRepository
ADRepository getOwningRepository() throws InoNetException, SrvErrorException
TheADRepository
owning the current object.- Throws:
InoNetException
SrvErrorException
-
-