Uses of Class
de.espirit.firstspirit.client.plugin.dataaccess.aspects.SessionAspectType
Packages that use SessionAspectType
Package
Description
-
Uses of SessionAspectType in de.espirit.firstspirit.client.plugin.dataaccess
Methods in de.espirit.firstspirit.client.plugin.dataaccess with parameters of type SessionAspectTypeModifier and TypeMethodDescription<A> ADataAccessSession.getAspect(@NotNull SessionAspectType<A> type) Look up a specific aspect that may be supported by this plug-in.
Attention: This method may be called very often and must return very fast. -
Uses of SessionAspectType in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Fields in de.espirit.firstspirit.client.plugin.dataaccess.aspects declared as SessionAspectTypeModifier and TypeFieldDescriptionstatic final SessionAspectType<DataAccessControlling> DataAccessControlling.TYPEAspect providing means to ensure access to data.static final SessionAspectType<DataTemplating> DataTemplating.TYPEAspect providing extended means for representing information on a data object.static final SessionAspectType<Identifying> Identifying.TYPEAspect supporting to identify data objects.static final SessionAspectType<JsonSupporting> JsonSupporting.TYPEAspect for @link DataAccessSession}s providing means to transform the related value toJSON.static final SessionAspectType<ReferencesReporting> ReferencesReporting.TYPEAspect providing means to report references to FirstSpirit or external elements.static final SessionAspectType<RequestMatching> RequestMatching.TYPEAspect providing means to match requests.static final SessionAspectType<UrlSupporting> UrlSupporting.TYPEAspect providing means to support URLs for data objects.static final SessionAspectType<ValueIndexing> ValueIndexing.TYPEAspect providing means to support indexing.Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type SessionAspectTypeModifier and TypeMethodDescriptionfinal <A> ASessionAspectMap.get(SessionAspectType<A> type) Get the correctly typed aspect for a type.final <A,C extends A>
voidSessionAspectMap.put(@NotNull SessionAspectType<A> type, C aspect) Put an aspect for specific type.final voidSessionAspectMap.remove(SessionAspectType<?> type) Remove the aspect for the given type from this map. -
Uses of SessionAspectType in de.espirit.firstspirit.client.plugin.dataaccess.aspects.transfer
Fields in de.espirit.firstspirit.client.plugin.dataaccess.aspects.transfer declared as SessionAspectTypeModifier and TypeFieldDescriptionstatic final SessionAspectType<TransferHandling> TransferHandling.TYPEAspect for providing support of transfer handling.static final SessionAspectType<TransferSupplying> TransferSupplying.TYPEAspect for providing support of transfer supply.