|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.log.LogEntity
public abstract class LogEntity
This abstract class contains the basic attributes of any log entity, such as and audit trail entry, process, or process instance, and corresponding retrieval and modification methods.
Constructor Summary | |
---|---|
LogEntity()
|
Method Summary | |
---|---|
abstract java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns the meta-data, as map of key-value pairs, associated to this entity. |
abstract java.lang.String |
getDescription()
Returns the description of this entity. |
abstract java.lang.String |
getName()
Returns the name of this entity. |
abstract void |
removeAttribute(java.lang.String key)
Removes the attribute with the given key from the set of attributes of this entity. |
abstract void |
setAttribute(java.lang.String key,
java.lang.String value)
Sets an attribute of this entity as a key-value pair. |
abstract void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> data)
Sets the set of attributes, given as key-value pairs, for this entity. |
abstract void |
setDescription(java.lang.String description)
Sets the description of this entity |
abstract void |
setName(java.lang.String name)
Sets the name, or ID, of this entity |
abstract java.lang.String |
toString()
Returns a string representation of this entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEntity()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract java.lang.String getDescription()
public abstract java.util.Map<java.lang.String,java.lang.String> getAttributes()
public abstract void setName(java.lang.String name)
name
- public abstract void setDescription(java.lang.String description)
description
- public abstract void setAttributes(java.util.Map<java.lang.String,java.lang.String> data)
data
- public abstract void setAttribute(java.lang.String key, java.lang.String value)
key
- value
- public abstract void removeAttribute(java.lang.String key)
key
- public abstract java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |