Package | Description |
---|---|
com.saperion.connector.events |
Modifier and Type | Method and Description |
---|---|
CustomEventBuilder |
CustomEventBuilder.addAll(Map<String,String> attributes)
Adds every entry of the given map as an attribute
|
CustomEventBuilder |
CustomEventBuilder.addAll(Properties properties)
Convenience method to add a properties object as attributes.
|
CustomEventBuilder |
EventManager.newCustomEvent(String name)
Creates a builder for a custom event which may be fired later on.
|
CustomEventBuilder |
CustomEventBuilder.setAttribute(String key,
String value)
Sets an attribute.
|
<SerializableMap extends Map<String,String>,Serializable> |
CustomEventBuilder.setAttributes(SerializableMap map)
Discards the attributes given already and uses the given ones instead.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.