Interface UMLogManager::i_UMLogOperation

interface i_UMLogOperation

Operation Index

getSessionLogEntries
getUserLogEntries
removeEvent
removeEventList
removeUserLogEntries
storeEvent
storeEventList

Operations

getSessionLogEntries
boolean getSessionLogEntries(in TINACommonTypes::t_SessionId sessionId,
                             out TINAScsAmcCommon::t_AccountingEventList events)
    raises(e_UMLogOperation);
getUserLogEntries
boolean getUserLogEntries(in TINACommonTypes::t_UserId userId,
                          in TINAScsAmcCommon::t_DateTime from,
                          in TINAScsAmcCommon::t_DateTime to,
                          out TINAScsAmcCommon::t_AccountingEventList events)
    raises(e_UMLogOperation);
removeEvent
boolean removeEvent(in TINAScsAmcCommon::t_AccountingEvent event)
    raises(e_UMLogOperation);
removeEventList
boolean removeEventList(in TINAScsAmcCommon::t_AccountingEventList events)
    raises(e_UMLogOperation);
removeUserLogEntries
boolean removeUserLogEntries(in TINACommonTypes::t_UserId userId,
                             in TINAScsAmcCommon::t_DateTime from,
                             in TINAScsAmcCommon::t_DateTime to)
    raises(e_UMLogOperation);
storeEvent
boolean storeEvent(in TINAScsAmcCommon::t_AccountingEvent event)
    raises(e_UMLogOperation);
storeEventList
boolean storeEventList(in TINAScsAmcCommon::t_AccountingEventList events)
    raises(e_UMLogOperation);

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)