Uses of Interface
de.espirit.firstspirit.access.UserService
Packages that use UserService
Package
Description
- 
Uses of UserService in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return UserServiceModifier and TypeMethodDescription@Nullable UserServiceUserService.getRemoteUserService(String symbolicName) Connects the project defined in specifiedRemoteProjectConfigurationand returns it'sUserService.GenerationContext.getUserService()Returns theUserServicebelonging to the generation contextHost.getUserService()Return theUserService@NotNull UserServiceUrlCreatorProvider.getUserService()Provides the user service within the provider's context. - 
Uses of UserService in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor with parameters of type UserServiceModifier and TypeMethodDescriptionvoidEditorValue.initialize(UserService userService, DataValue parent, Element dataNode, GomFormElement formElement) Initialize this editor. - 
Uses of UserService in de.espirit.firstspirit.access.editor.reference
Methods in de.espirit.firstspirit.access.editor.reference with parameters of type UserServiceModifier and TypeMethodDescriptionReference.getReferenceEntry(UserService userService, boolean release) Returns reference entry. - 
Uses of UserService in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value with parameters of type UserServiceModifier and TypeMethodDescriptionTableCell.getShortContent(@Nullable UserService userService) Deprecated. - 
Uses of UserService in de.espirit.firstspirit.access.packagepool
Methods in de.espirit.firstspirit.access.packagepool with parameters of type UserServiceModifier and TypeMethodDescriptionvoidImportInfo.setUserService(UserService value) Sets the userservice which will be used to load underlying nodes. - 
Uses of UserService in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return UserServiceModifier and TypeMethodDescription@NotNull UserServiceProject.getUserService()Creates anUserServicefor this project, or returns a cached instance.@NotNull UserServiceProject.getUserService(long revisionId) Returns a read-only historic view, the provided revision id determines the point in time.@NotNull UserServiceProject.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 UserServiceProject.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 theUserServiceof the project script context - 
Uses of UserService in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return UserServiceModifier and TypeMethodDescription@NotNull UserServiceScheduleContext.getUserService()the user service for the project of executed schedule entry - 
Uses of UserService in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return UserServiceMethods in de.espirit.firstspirit.access.store with parameters of type UserServiceModifier 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
Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type UserServiceModifier 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
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return UserServiceModifier and TypeMethodDescription@NotNull UserServiceGomCheckable.Context.getUserService()Deprecated.since 5.2.5, useSpecialistsBroker.requestSpecialist(SpecialistType)orSpecialistsBroker.requireSpecialist(SpecialistType)instead. - 
Uses of UserService in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return UserServiceModifier and TypeMethodDescription@NotNull UserServiceRevisionEvent.getUserService()Get a readonlyUserServicebased on the event'sRevision. - 
Uses of UserService in de.espirit.firstspirit.service.treedata
Methods in de.espirit.firstspirit.service.treedata with parameters of type UserServiceModifier and TypeMethodDescriptionTNodeProvider.createRequest(@NotNull UserService userService, @Nullable Map<String, String> properties) Creates a request object. 
TableCell.getShortContent(SpecialistsBroker)instead.