/
OnCopy Hook
OnCopy Hook
Overview
Event fired before entity is copied.
Common Attributes
name | type | required | default value | description |
---|---|---|---|---|
class | string | yes | none | Name of the class defining hook. |
method | string | yes | none | Name of the method defining hook. |
Example
<onCopy class="com.sample.SampleHook" method="resetStatus" />
Hook method signature
public void hookName(final DataDefinition dataDefinition, final Entity entity) { // ... }
, multiple selections available,
Related content
OnCreate Hook
OnCreate Hook
Read with this
Plugin descriptor
Plugin descriptor
Read with this
Sample exercises
Sample exercises
Read with this
BelongsTo Field
BelongsTo Field
Read with this
Separation of logic, model and view
Separation of logic, model and view
Read with this