Uses of Interface
de.espirit.firstspirit.webedit.DataAssociationHandler
Packages that use DataAssociationHandler
Package
Description
-
Uses of DataAssociationHandler in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects that return types with arguments of type DataAssociationHandlerModifier 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
Classes in de.espirit.firstspirit.webedit with type parameters of type DataAssociationHandlerModifier and TypeClassDescriptionstatic class
DataAssociationHandler.Type<H extends DataAssociationHandler<?,
?>> The type token of the association handler.Methods in de.espirit.firstspirit.webedit that return types with arguments of type DataAssociationHandlerModifier and TypeMethodDescription@NotNull DataAssociationHandler.Type<? extends DataAssociationHandler<T,
A>> DataAssociationHandler.getType()
Returns the type token of this handler.Method parameters in de.espirit.firstspirit.webedit with type arguments of type DataAssociationHandlerModifier 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.