public class XesIdExtension extends XesExtensionImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
getId(XesComponent component)
Returns the id of the given component, that is, the value of the
attribute with key "identity:id".
|
static XesIdExtension |
instance() |
XesIdAttribute |
setId(XesComponent component,
java.util.UUID value)
Sets the id for the given component, that is, the value of the attribute
with key "identity:id".
|
addAlias, addEventAttribute, addLogAttribute, addMetaAttribute, addTraceAttribute, getAlias, getEventAttributes, getLogAttributes, getMetaAttributes, getName, getPrefix, getTraceAttributes, getURI, hasAttribute, hasEventAttribute, hasLogAttribute, hasMetaAttribute, hasTraceAttribute, setName, setPrefix, setURI, toString
public static final java.lang.String ID
public static XesIdExtension instance()
public java.util.UUID getId(XesComponent component)
component
- The given log, trace, event, or attribute.public XesIdAttribute setId(XesComponent component, java.util.UUID value)
component
- The given log, trace, event, or attribute.value
- The id to set.