public interface ExternalAttributeStore
XAttributeMap for
ExternalAttributable.| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits all pending changes to the underlying storage
|
org.deckfour.xes.model.XAttributeMap |
getAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable) |
org.progressmining.xeslite.external.IdFactory |
getIdFactory() |
org.progressmining.xeslite.external.StringPool |
getStringPool() |
boolean |
hasAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable) |
org.deckfour.xes.model.XAttributeMap |
removeAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable) |
void |
setAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable,
org.deckfour.xes.model.XAttributeMap attributes) |
org.deckfour.xes.model.XAttributeMap getAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable)
attributable - that the attributes should be returned forvoid setAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable,
org.deckfour.xes.model.XAttributeMap attributes)
attributable - that the attributes should be attached toattributes - the attributes that replace all existing attributesorg.deckfour.xes.model.XAttributeMap removeAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable)
attributable - whose attributes should be removedboolean hasAttributes(org.progressmining.xeslite.external.ExternalAttributable attributable)
attributable - void commit()
org.progressmining.xeslite.external.IdFactory getIdFactory()
org.progressmining.xeslite.external.StringPool getStringPool()