Class GomSiteOrMediaStoreFolder
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomStoreFolder
de.espirit.firstspirit.access.store.templatestore.gom.GomSiteOrMediaStoreFolder
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomUidProviding
,GomUidTypeProviding
,Serializable
@Deprecated(since="5.2.241303")
@NonExtendable
public class GomSiteOrMediaStoreFolder
extends GomStoreFolder
Deprecated.
since 5.2.241303 - no replacement
Folder element for sitestore- and mediastore-based folder restrictions
- Since:
- 4.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context
-
Field Summary
Fields inherited from class de.espirit.firstspirit.access.store.templatestore.gom.GomStoreFolder
STORE_ROOT_IDENTIFIER, TAG
-
Constructor Summary
ConstructorsConstructorDescriptionGomSiteOrMediaStoreFolder
(String store, String name) Deprecated.Creates a new instance with the given store and folder name -
Method Summary
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.GomStoreFolder
getDefaultTag, getName, getStoreType, getUid, getUidType, isValidStoreType, setName, setStore, validate
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Constructor Details
-
GomSiteOrMediaStoreFolder
Deprecated.Creates a new instance with the given store and folder name- Parameters:
store
- the name of the storename
- the name of the folder- Since:
- 4.2
-
-
Method Details
-
getStore
Deprecated.Description copied from class:GomStoreFolder
The store name- Overrides:
getStore
in classGomStoreFolder
-
verify
Deprecated.Description copied from interface:GomCheckable
Verify the element to be fulfill its syntactic constraints.- Specified by:
verify
in interfaceGomCheckable
- Overrides:
verify
in classGomStoreFolder
- Throws:
IllegalStateException
- If the element is not correctly set up.
-