Uses of Enum Class
de.espirit.firstspirit.access.store.Store.Type
Packages that use Store.Type
Package
Description
-
Uses of Store.Type in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return Store.TypeModifier and TypeMethodDescriptionReferenceEntry.getStoreType()
Returnsstore-type
of the referenced element ornull
, e.g. for external references.Methods in de.espirit.firstspirit.access with parameters of type Store.TypeModifier and TypeMethodDescription@NotNull Store
UserService.getStore
(Store.Type storeType, boolean release) @NotNull Store
UserService.getStore
(Store.Type storeType, boolean forceRefresh, boolean release) Returns the store with the given type belonging to this userservice. -
Uses of Store.Type in de.espirit.firstspirit.access.editor.reference
Methods in de.espirit.firstspirit.access.editor.reference that return Store.Type -
Uses of Store.Type in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return Store.TypeModifier and TypeMethodDescriptionTargetReference.getStoreType()
Get the kind ofStore.Type
for the selected item. -
Uses of Store.Type in de.espirit.firstspirit.access.packagepool
Methods in de.espirit.firstspirit.access.packagepool with parameters of type Store.TypeModifier and TypeMethodDescriptionPackage.getStartNodes
(Store.Type storeType) Returns a read-only List ofStoreElement
's of start nodes existing in this package from the given Store type. -
Uses of Store.Type in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project with parameters of type Store.TypeModifier and TypeMethodDescriptionProject.getRevisionCommentMode
(Store.Type type) Should revision comments be ented for a specific store.void
Project.setRevisionCommentMode
(Store.Type type, Project.CommentMode mode) Set revison comment mode for a specific store. -
Uses of Store.Type in de.espirit.firstspirit.access.search
Methods in de.espirit.firstspirit.access.search that return types with arguments of type Store.TypeMethod parameters in de.espirit.firstspirit.access.search with type arguments of type Store.TypeModifier and TypeMethodDescriptionvoid
Request.setStores
(Collection<Store.Type> stores) Sets the store types to be searched with this request. -
Uses of Store.Type in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return Store.TypeModifier and TypeMethodDescriptionstatic Store.Type
Is case insensitive but should be called with upper case string.static Store.Type
Store.Type.forTypeChar
(char c) ElementDeletedException.getStore()
Returnstype
of the store of the element which causes this exceptionBasicElementInfo.getStoreType()
Returns the store type of the belonging store element.IDProvider.UidType.getStoreType()
Store.getType()
static Store.Type
Returns the enum constant of this class with the specified name.static Store.Type[]
Store.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.store that return types with arguments of type Store.TypeModifier and TypeMethodDescriptionRestoreProgress.getMissingOutgoingReferences()
Returns a map containing all referenced elements which could not be found, mapped from object key to store type.RevertProgress.getMissingOutgoingReferences()
Returns a map containing all referenced elements which could not be found, mapped from object key to store type.Methods in de.espirit.firstspirit.access.store with parameters of type Store.TypeModifier and TypeMethodDescriptionstatic @NotNull EnumSet<IDProvider.UidType>
IDProvider.UidType.forStoreType
(Store.Type storeType) Fetch all the uid types for a given store type.abstract de.espirit.storage.Type
IDProvider.RevertType.getStorageType
(Store.Type storeType) Constructors in de.espirit.firstspirit.access.store with parameters of type Store.TypeModifierConstructorDescriptionElementDeletedException
(Store.Type storeType, long id, String uid, String name) -
Uses of Store.Type in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return Store.TypeModifier and TypeMethodDescriptionSnippetContext.getStoreType()
Provide the store type to create a snippet for.Methods in de.espirit.firstspirit.agency with parameters of type Store.TypeModifier and TypeMethodDescriptionvoid
SnippetContext.setStoreType
(Store.Type storeType) Sets the store type to be used for snippet building.