Uses of Class
de.espirit.firstspirit.client.plugin.dataaccess.aspects.SessionBuilderAspectType
Package
Description
-
Uses of SessionBuilderAspectType in de.espirit.firstspirit.client.plugin.dataaccess
Modifier and TypeMethodDescription<A> A
DataAccessSessionBuilder.getAspect
(@NotNull SessionBuilderAspectType<A> type) Look up a specific aspect that may be supported by this builder.
Attention: This method may be called very often and must return very fast. -
Uses of SessionBuilderAspectType in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeFieldDescriptionstatic final SessionBuilderAspectType<GomConfigurable>
GomConfigurable.TYPE
Aspect for enabling GOM based configuration.static final SessionBuilderAspectType<RevisionConfigurable>
RevisionConfigurable.TYPE
Aspect for enabling revision aware sessions.Modifier and TypeMethodDescription<A> A
SessionBuilderAspectMap.get
(SessionBuilderAspectType<A> type) Get the correctly typed aspect for a type.<A,
C extends A>
voidSessionBuilderAspectMap.put
(@NotNull SessionBuilderAspectType<A> type, C aspect) Put an aspect for specific type.void
SessionBuilderAspectMap.remove
(SessionBuilderAspectType<?> type) Remove the aspect for the given type from this map.