public interface AddAssociationListener
Modifier and Type | Method and Description |
---|---|
void |
onClickCancel(java.util.Collection registryObjectItems) |
void |
onClickOk(ActionContext actionContext,
RegistryObjectItem source,
java.util.Collection targetObjects,
java.lang.String associationType)
Using the Add Association page multiple associations can be created in the case when
the page is opened using the RelationShip attribute so
targetObjects is a Collection of the multiple selected targets.
|
void onClickOk(ActionContext actionContext, RegistryObjectItem source, java.util.Collection targetObjects, java.lang.String associationType)
void onClickCancel(java.util.Collection registryObjectItems)