Uses of Interface
de.espirit.firstspirit.webedit.DataAssociationHandler
Package
Description
-
Uses of DataAssociationHandler in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescriptionDataAssociationHandler.Type<? extends DataAssociationHandler<T,
A>> DataAssociating.getAssociationType()
Returns the type of data assocation this aspect is working on. -
Uses of DataAssociationHandler in de.espirit.firstspirit.webedit
Modifier and TypeClassDescriptionstatic class
DataAssociationHandler.Type<H extends DataAssociationHandler<?,
?>> The type token of the association handler.Modifier and TypeMethodDescription@NotNull DataAssociationHandler.Type<? extends DataAssociationHandler<T,
A>> DataAssociationHandler.getType()
Returns the type token of this handler.Modifier and TypeMethodDescription<T,
A> @Nullable Set<A> DataAssociationAgent.associate
(DataAssociationHandler.Type<? extends DataAssociationHandler<T, A>> token, T object) Determines the associations for the specified object and association namespace.DataAssociationAgent.associateIds
(DataAssociationHandler.Type<? extends DataAssociationHandler<T, A>> type, T object) Determines the associations for the specified object and association namespace.<T,
A> A DataAssociationAgent.getFromId
(DataAssociationHandler.Type<? extends DataAssociationHandler<T, A>> token, @NotNull String id) Determines the association object belonging to the specified namespace and association identifier.<T,
A> @NotNull String DataAssociationAgent.getId
(DataAssociationHandler.Type<? extends DataAssociationHandler<T, A>> token, A association) Returns the identifier of the specified data association.