Modifier and Type | Method and Description |
---|---|
Store.Type |
ReferenceEntry.getStoreType()
Returns
store-type of the referenced element or null , e.g. for external references. |
Modifier and Type | Method and Description |
---|---|
Store |
UserService.getStore(Store.Type storeType,
boolean release)
|
Store |
UserService.getStore(Store.Type storeType,
boolean forceRefresh,
boolean release)
Returns the store with the given type belonging to this userservice.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
Reference.getReferencedStoreType()
Returns the store type.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
TargetReference.getStoreType()
Get the kind of
Store.Type for the selected item. |
Modifier and Type | Method and Description |
---|---|
Collection<IDProvider> |
Package.getStartNodes(Store.Type storeType)
Returns a read-only List of
StoreElement 's of
start nodes existing in this package from the given Store type. |
Modifier and Type | Method and Description |
---|---|
Project.CommentMode |
Project.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.
|
Modifier and Type | Method and Description |
---|---|
Set<Store.Type> |
Request.getStores()
Provides the store types to search.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setStores(Collection<Store.Type> stores)
Sets the store types to be searched with this request.
|
Modifier and Type | Method and Description |
---|---|
static Store.Type |
Store.Type.forName(String name)
Is case insensitive but should be called with upper case string.
|
static Store.Type |
Store.Type.forTypeChar(char c) |
Store.Type |
ElementDeletedException.getStore()
Returns
type of the store of the element which causes this exception |
Store.Type |
BasicElementInfo.getStoreType()
Returns the store type of the belonging store element.
|
Store.Type |
IDProvider.UidType.getStoreType() |
Store.Type |
Store.getType() |
static Store.Type |
Store.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Store.Type[] |
Store.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,Store.Type> |
RestoreProgress.getMissingOutgoingReferences()
Returns a map containing all referenced elements which could not be found,
mapped from object key to store type.
|
Map<Object,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 Type | Method and Description |
---|---|
static 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) |
Constructor and Description |
---|
ElementDeletedException(Store.Type storeType,
long id,
String uid,
String name) |
Modifier and Type | Method and Description |
---|---|
Store.Type |
SnippetContext.getStoreType()
Provide the store type to create a snippet for.
|
Store.Type[] |
ProjectRestriction.getStoreTypes()
The store types to restrict the project use to.
|
Modifier and Type | Method and Description |
---|---|
String |
UIAgent.getDisplayName(Store.Type type)
Provides the display name to be used for the given store type.
|
String[] |
ProjectRestriction.getFolders(Store.Type type)
Retrieves the folder restrictions for the given type.
|
Store |
StoreAgent.getStore(Store.Type type)
Get the store of the requested type on elements in current state.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
ApplicationTabAppearance.getBorderType()
The type of colored border line between main and sub tabs related to the store color specified by the store type.
|
Modifier and Type | Method and Description |
---|---|
ApplicationTabAppearance.Builder |
ApplicationTabAppearance.Builder.borderType(Store.Type borderType)
Defines the border type used for the colored border beneath the application tab button.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
ExternalPreviewContext.getStoreType()
Provides the store type the toolbar context relates to.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
ContextMenuContext.getStoreType()
Provides the store type the toolbar context relates to.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
ToolbarContext.getStoreType()
Provides the store type the toolbar context relates to.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
FeatureModel.FeatureElementReference.getStoreType()
The store type the referenced store node belongs to.
|
Modifier and Type | Method and Description |
---|---|
EnumMap<Store.Type,List<BasicElementInfo>> |
FeatureInstallResult.getDeletedStoreNodes()
Deprecated.
since 5.2.181006 - use
FeatureInstallResult.getDeletedElements() instead |
EnumMap<Store.Type,List<BasicElementInfo>> |
FeatureInstallResult.getLostAndFoundStoreNodes()
Deprecated.
since 5.2.181006 - use
FeatureInstallResult.getLostAndFoundElements() instead |
Map<Store.Type,Collection<IDProvider>> |
FeatureModel.getStoreNodes()
Returns all store nodes contained in this feature model as an unmodifiable mapping from
store type to a collection of IdProvider. |
Modifier and Type | Method and Description |
---|---|
Store.Type |
GadgetContext.getStoreType()
Provides the store type the gadget operates in.
|
Modifier and Type | Method and Description |
---|---|
Store.Type |
ImportOperation.Problem.getStoreType()
The store type of the problematic element.
|
Modifier and Type | Method and Description |
---|---|
ProjectOptions.StoreTypeOptions |
ProjectOptions.addStoreType(Store.Type type)
Add a store type to restrict navigation upon.
|
Modifier and Type | Method and Description |
---|---|
void |
ShowFormDialogOperation.setUiStyle(Store.Type storeType)
Set the UI style be the store type the form should base upon.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210