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, getTabStopsgetHostSessiongetClientSession, getCurrentOperation, getCurrentProcedure, getModelContextcheckForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironmentjava.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 writeApptrieveExceptionvoid defaultWriteAttributes()
throws ApptrieveException
defaultWriteAttributes(java.util.Map) for a description
of the default algorithm.ApptrieveExceptionvoid defaultWriteAttributes(java.util.Map values)
throws ApptrieveException
values - map of attribute names to attribute valuesApptrieveException - if the write fails