@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public abstract class EditingSessionContext
extends java.lang.Object
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
| Constructor and Description | 
|---|
EditingSessionContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.lang.Object | 
getAttribute(java.lang.String attr)
Gets the value of a custom attribute. 
 | 
abstract java.util.Set<java.lang.String> | 
getAttributes()
Returns the set of all attributes. 
 | 
abstract void | 
setAttribute(java.lang.String attr,
            java.lang.Object value)
Sets a custom attribute for the editing session. 
 | 
public abstract void setAttribute(java.lang.String attr,
                java.lang.Object value)
attr - The attribute name.value - The attribute value.public abstract java.lang.Object getAttribute(java.lang.String attr)
attr - The attribute name.null if the attribute was 
 not set.public abstract java.util.Set<java.lang.String> getAttributes()
© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.