Uses of Enum Class
de.espirit.firstspirit.access.store.Store.Type
Package
Description
Provides interfaces and types to control the java client application area.
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for java client context menu plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the context menu of the java client.Provides interfaces and types for client toolbar plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the toolbar of the java client.Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of Store.Type in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionReferenceEntry.getStoreType()
Returnsstore-type
of the referenced element ornull
, e.g. for external references.Modifier 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
-
Uses of Store.Type in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionTargetReference.getStoreType()
Get the kind ofStore.Type
for the selected item. -
Uses of Store.Type in de.espirit.firstspirit.access.packagepool
Modifier 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
Modifier 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
Modifier 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
Modifier 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.Modifier 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.Modifier 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) ModifierConstructorDescriptionElementDeletedException
(Store.Type storeType, long id, String uid, String name) -
Uses of Store.Type in de.espirit.firstspirit.agency
Modifier and TypeMethodDescriptionSnippetContext.getStoreType()
Provide the store type to create a snippet for.ProjectRestriction.getStoreTypes()
The store types to restrict the project use to.Modifier and TypeMethodDescriptionUIAgent.getDisplayName
(Store.Type type) Provides the display name to be used for the given store type.@NotNull String[]
ProjectRestriction.getFolders
(Store.Type type) Retrieves the folder restrictions for the given type.@NotNull Store
StoreAgent.getStore
(Store.Type type) Get the store of the requested type on elements in current state.@NotNull Store
StoreAgent.getStore
(Store.Type type, boolean release) Get the store of the requested type.void
SnippetContext.setStoreType
(Store.Type storeType) Sets the store type to be used for snippet building. -
Uses of Store.Type in de.espirit.firstspirit.client.gui.applications
Modifier and TypeMethodDescriptionApplicationTabAppearance.getBorderType()
The type of colored border line between main and sub tabs related to the store color specified by the store type.Modifier and TypeMethodDescriptionApplicationTabAppearance.Builder.borderType
(Store.Type borderType) Defines the border type used for the colored border beneath the application tab button. -
Uses of Store.Type in de.espirit.firstspirit.client.plugin
Modifier and TypeMethodDescriptionExternalPreviewContext.getStoreType()
Provides the store type the toolbar context relates to. -
Uses of Store.Type in de.espirit.firstspirit.client.plugin.toolbar
Modifier and TypeMethodDescriptionToolbarContext.getStoreType()
Provides the store type the toolbar context relates to. -
Uses of Store.Type in de.espirit.firstspirit.event
Modifier and TypeMethodDescriptionUrlEvent.getStoreType()
The type of the store the node belongs to. -
Uses of Store.Type in de.espirit.firstspirit.feature
Modifier and TypeMethodDescriptionFeatureModel.FeatureElementReference.getStoreType()
The store type the referenced store node belongs to.Modifier and TypeMethodDescription@NotNull EnumMap<Store.Type,
List<BasicElementInfo>> FeatureInstallResult.getDeletedStoreNodes()
Deprecated.@NotNull EnumMap<Store.Type,
List<BasicElementInfo>> FeatureInstallResult.getLostAndFoundStoreNodes()
Deprecated.since 5.2.181006 - useFeatureInstallResult.getLostAndFoundElements()
instead@NotNull Map<Store.Type,
Collection<IDProvider>> FeatureModel.getStoreNodes()
Returns all store nodes contained in this feature model as an unmodifiable mapping fromstore type
to a collection of IdProvider. -
Uses of Store.Type in de.espirit.firstspirit.module
Modifier and TypeMethodDescriptionGadgetContext.getStoreType()
Provides the store type the gadget operates in. -
Uses of Store.Type in de.espirit.firstspirit.store.access.nexport.operations
Modifier and TypeMethodDescriptionImportOperation.Problem.getStoreType()
The store type of the problematic element. -
Uses of Store.Type in de.espirit.firstspirit.ui.gadgets.aspects.operations
Modifier and TypeMethodDescriptionProjectOptions.addStoreType
(Store.Type type) Add a store type to restrict navigation upon. -
Uses of Store.Type in de.espirit.firstspirit.ui.operations
Modifier and TypeMethodDescriptionvoid
ShowFormDialogOperation.setUiStyle
(Store.Type storeType) Set the UI style be the store type the form should base upon.
FeatureInstallResult.getDeletedElements()
instead