@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class EventLog extends java.lang.Object implements java.io.Serializable, IObject, IGlobal
Modifier and Type | Class and Description |
---|---|
static class |
EventLog.Details |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
_dynamicFields |
protected boolean |
_loaded |
protected java.lang.String |
action |
static java.lang.String |
ACTION |
protected Details |
details |
static java.lang.String |
DETAILS |
protected java.lang.Long |
entityId |
static java.lang.String |
ENTITYID |
protected java.lang.String |
entityType |
static java.lang.String |
ENTITYTYPE |
protected Event |
event |
static java.lang.String |
EVENT |
static java.util.Set<java.lang.String> |
FIELDS |
protected java.lang.Long |
id |
static java.lang.String |
ID |
Modifier | Constructor and Description |
---|---|
|
EventLog() |
protected |
EventLog(java.lang.Long id) |
|
EventLog(java.lang.Long id,
boolean loaded)
Main constructor.
|
|
EventLog(java.lang.Long _entityId,
java.lang.String _entityType,
java.lang.String _action,
Event _event) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
protected void |
errorIfUnloaded() |
java.util.Set<java.lang.String> |
fields()
returns a Set of field names that belong to this class
|
java.lang.String |
getAction()
Simple field ome.model.meta.EventLog.action (java.lang.String)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
java.lang.Long |
getEntityId()
Simple field ome.model.meta.EventLog.entityId (java.lang.Long)
|
java.lang.String |
getEntityType()
Simple field ome.model.meta.EventLog.entityType (java.lang.String)
|
Event |
getEvent()
Many-to-one field ome.model.meta.EventLog.event (ome.model.meta.Event)
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
java.lang.Long |
getId()
The DB unique identifier for this object.
|
boolean |
isLoaded()
transient field (not stored in the DB) which specifies whether this
object has been loaded from the DB or is only a wrapper around the ID.
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
EventLog |
newInstance() |
EventLog |
proxy() |
void |
putAt(java.lang.String field,
java.lang.Object value)
stores a value in this instance.
|
java.lang.Object |
retrieve(java.lang.String field)
retrieves a value from this instance.
|
void |
setAction(java.lang.String action) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the EventLog.Details instance instead. |
void |
setEntityId(java.lang.Long entityId) |
void |
setEntityType(java.lang.String entityType) |
void |
setEvent(Event event) |
void |
setId(java.lang.Long id)
usually unneeded.
|
protected void |
throwNullCollectionException(java.lang.String propertyName) |
java.lang.String |
toString() |
void |
unload()
set the loaded field to false, and set all non-ID fields to null.
|
Validation |
validate()
calls the class-specific validator for this instance and returns the
Validation object. |
public static final java.lang.String ID
protected java.lang.Long id
protected java.lang.Long entityId
protected java.lang.String entityType
protected java.lang.String action
protected Event event
protected Details details
public static final java.lang.String ENTITYID
public static final java.lang.String ENTITYTYPE
public static final java.lang.String ACTION
public static final java.lang.String EVENT
public static final java.lang.String DETAILS
public static final java.util.Set<java.lang.String> FIELDS
protected java.util.Map<java.lang.String,java.lang.Object> _dynamicFields
protected boolean _loaded
public EventLog()
protected EventLog(java.lang.Long id)
public EventLog(java.lang.Long id, boolean loaded)
public EventLog(java.lang.Long _entityId, java.lang.String _entityType, java.lang.String _action, Event _event)
@DocumentId public java.lang.Long getId()
public void setId(java.lang.Long id)
IObject
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Long getEntityId()
public void setEntityId(java.lang.Long entityId)
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public java.lang.String getEntityType()
public void setEntityType(java.lang.String entityType)
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public java.lang.String getAction()
public void setAction(java.lang.String action)
public Event getEvent()
public void setEvent(Event event)
public Details getDetails()
Details
type.getDetails
in interface IObject
protected void setDetails(Details details)
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the EventLog.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public EventLog newInstance()
public EventLog proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<java.lang.String> fields()
IObject
public java.lang.Object retrieve(java.lang.String field)
IObject
field
which match a field of this instance will be delegated to the accessors.
Otherwise, values will be retrieved from a lazy-loaded map filled by
calls to IObject.putAt(String, Object)
public void putAt(java.lang.String field, java.lang.Object value)
IObject
field
which
match a field of this instance will be delegated to the accessors.
Otherwise, values will be stored in a lazy-loaded map.public boolean isLoaded()
IObject
protected void errorIfUnloaded()
public void unload()
IObject
public final GraphHolder getGraphHolder()
IObject
GraphHolder
for this entity. If the GraphHolder has
not been actively set, a new one will be instatiated.getGraphHolder
in interface IObject
protected void throwNullCollectionException(java.lang.String propertyName)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.