OmeroBlitz API
Home Previous Up Next Index

omero::model::EventLog

Overview

[ "protected" ] class EventLog extends IObject

Used By

api::EventLogList
EventLogsSeq
Event::addEventLog
Event::removeEventLog

Operation Index

getEntityId
setEntityId
getEntityType
setEntityType
getAction
setAction
getEvent
setEvent

Data Member Index

entityId
entityType
action
event

Operations

RLong getEntityId()

void setEntityId(RLong theEntityId)

RString getEntityType()

void setEntityType(RString theEntityType)

RString getAction()

void setAction(RString theAction)

Event getEvent()

void setEvent(Event theEvent)

Data Members

RLong entityId;

RString entityType;

RString action;

Event event;


Home Previous Up Next Index