Package org.cyclos.impl.system
Interface ExtensionPointAccessor
-
public interface ExtensionPointAccessorAccessor used to encapsulate calls to extension points.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionPointAccessorattribute(String key, Object value)Sets an attribute for the script contextvoidfireSaved()Indicates that the data has been saved on the databasevoidfireValidated()Indicates that the data has been validated
-
-
-
Method Detail
-
attribute
ExtensionPointAccessor attribute(String key, Object value)
Sets an attribute for the script context
-
fireSaved
void fireSaved()
Indicates that the data has been saved on the database
-
fireValidated
void fireValidated()
Indicates that the data has been validated
-
-