Uses of Interface
de.espirit.firstspirit.access.UserService
Package
Description
-
Uses of UserService in de.espirit.firstspirit.access
Modifier and TypeMethodDescription@Nullable UserService
UserService.getRemoteUserService
(String symbolicName) Connects the project defined in specifiedRemoteProjectConfiguration
and returns it'sUserService
.GenerationContext.getUserService()
Returns theUserService
belonging to the generation contextHost.getUserService()
Return theUserService
@NotNull UserService
UrlCreatorProvider.getUserService()
Provides the user service within the provider's context. -
Uses of UserService in de.espirit.firstspirit.access.editor
Modifier and TypeMethodDescriptionvoid
EditorValue.initialize
(UserService userService, DataValue parent, Element dataNode, GomFormElement formElement) Initialize this editor. -
Uses of UserService in de.espirit.firstspirit.access.editor.reference
Modifier and TypeMethodDescriptionReference.getReferenceEntry
(UserService userService, boolean release) Returns reference entry. -
Uses of UserService in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionTableCell.getShortContent
(@Nullable UserService userService) Deprecated. -
Uses of UserService in de.espirit.firstspirit.access.packagepool
Modifier and TypeMethodDescriptionvoid
ImportInfo.setUserService
(UserService value) Sets the userservice which will be used to load underlying nodes. -
Uses of UserService in de.espirit.firstspirit.access.project
Modifier and TypeMethodDescription@NotNull UserService
Project.getUserService()
Creates anUserService
for this project, or returns a cached instance.@NotNull UserService
Project.getUserService
(long revisionId) Returns a read-only historic view, the provided revision id determines the point in time.@NotNull UserService
Project.getUserService
(@NotNull Revision revision) Returns a readonly userservice with frozen store data at the specified revision.
If the revision is beforeProject.getFirstCompleteRevision()
the returned user service may behave unexpectedly.@NotNull UserService
Project.getUserService
(@NotNull Date time) Returns a readonly userservice with frozen store data at the specified point in time.
Set the revision to the nearest fitting revision (the highest revision with a time less or equal to the time specified).ProjectScriptContext.getUserService()
Return theUserService
of the project script context -
Uses of UserService in de.espirit.firstspirit.access.schedule
Modifier and TypeMethodDescription@NotNull UserService
ScheduleContext.getUserService()
the user service for the project of executed schedule entry -
Uses of UserService in de.espirit.firstspirit.access.store
Modifier and TypeMethodDescriptionData.create
(String name, UserService userService, @Nullable Element value) Deprecated.since 5.2.21 - see type -
Uses of UserService in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionTemplateStoreElement.getSubRootInStore
(UserService us, boolean release) Provides the owning sub root wrt. the given store context information. -
Uses of UserService in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeMethodDescription@NotNull UserService
GomCheckable.Context.getUserService()
Deprecated.since 5.2.5, useSpecialistsBroker.requestSpecialist(SpecialistType)
orSpecialistsBroker.requireSpecialist(SpecialistType)
instead. -
Uses of UserService in de.espirit.firstspirit.event
Modifier and TypeMethodDescription@NotNull UserService
RevisionEvent.getUserService()
Get a readonlyUserService
based on the event'sRevision
. -
Uses of UserService in de.espirit.firstspirit.service.treedata
Modifier and TypeMethodDescriptionTNodeProvider.createRequest
(@NotNull UserService userService, @Nullable Map<String, String> properties) Creates a request object.
TableCell.getShortContent(SpecialistsBroker)
instead.