public interface WriteAttributesEvent extends EntityEvent, HostSessionEvent
Modifier and Type | Method and Description |
---|---|
void |
defaultWriteAttributes()
Writes the attributes to the screen using the default algorithm.
|
void |
defaultWriteAttributes(java.util.Map values)
Writes the attributes to the screen using the default algorithm.
|
java.util.Map |
getAttributeWriteValues()
Gets the set of attributes and associated values to be written.
|
void |
writeAttribute(java.lang.String name,
java.lang.String value)
Writes the specified value to the specified attribute.
|
getEntityName, getTabStops
getHostSession
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment
java.util.Map getAttributeWriteValues()
void writeAttribute(java.lang.String name, java.lang.String value) throws ApptrieveException
AttributeEventHandler.writeAttribute(com.wrq.vhi.script.api.WriteAttributeEvent)
, if any.name
- the attribute namevalue
- the value to writeApptrieveException
void defaultWriteAttributes() throws ApptrieveException
defaultWriteAttributes(java.util.Map)
for a description
of the default algorithm.ApptrieveException
void defaultWriteAttributes(java.util.Map values) throws ApptrieveException
values
- map of attribute names to attribute valuesApptrieveException
- if the write fails