Class GomSiteOrMediaStoreLocalProjectEntry
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomSiteOrMediaStoreLocalProjectEntry
- All Implemented Interfaces:
GomElement
,GomProjectEntry
,GomSingleProjectEntry
,Serializable
@Deprecated(since="5.2.241303")
@NonExtendable
public class GomSiteOrMediaStoreLocalProjectEntry
extends AbstractGomElement
implements GomSingleProjectEntry
Deprecated.
since 5.2.241303 - no replacement
A local project representation for sitestore- and mediastore-based folder restrictions
- Since:
- 4.2.5
- See Also:
-
Field Summary
FieldsFields inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomSingleProjectEntry
LOCAL_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get a constraint representation of this entry.boolean
Deprecated.protected String
Deprecated.Return the default tag for a gom element.getName()
Deprecated.The fixed name of the local projectDeprecated.Restrict access to specific folders (including sub-folders and store roots)Deprecated.Defines a root folder to be used for uploadsint
hashCode()
Deprecated.boolean
isLocal()
Deprecated.Indicates the local project.void
Deprecated.This method does not do anything.void
setUploadFolder
(String uploadFolder) Deprecated.Sets the root folder to be used for uploadsMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
Deprecated.The tag of this component- Since:
- 4.2.5
- See Also:
-
-
Constructor Details
-
GomSiteOrMediaStoreLocalProjectEntry
public GomSiteOrMediaStoreLocalProjectEntry()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
getName
Deprecated.The fixed name of the local project- Specified by:
getName
in interfaceGomSingleProjectEntry
- Returns:
- The name of the project.
- Since:
- 4.2.5
-
setName
Deprecated.This method does not do anything.- Since:
- 4.2.5
-
getUploadFolder
Deprecated.Defines a root folder to be used for uploads- Specified by:
getUploadFolder
in interfaceGomSingleProjectEntry
- Returns:
- The name of the upload folder.
- Since:
- 4.2.5
-
setUploadFolder
Deprecated.Sets the root folder to be used for uploads- Specified by:
setUploadFolder
in interfaceGomSingleProjectEntry
- Parameters:
uploadFolder
- The name of the upload folder.- Since:
- 4.2.5
-
getSources
Deprecated.Restrict access to specific folders (including sub-folders and store roots)- Since:
- 4.2.5
-
asConstraint
Deprecated.Description copied from interface:GomProjectEntry
Get a constraint representation of this entry.- Specified by:
asConstraint
in interfaceGomProjectEntry
- Returns:
- The entry's constraint representation.
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
isLocal
public boolean isLocal()Deprecated.Description copied from interface:GomSingleProjectEntry
Indicates the local project.- Specified by:
isLocal
in interfaceGomSingleProjectEntry
- Returns:
true
iff this entry represents the local project.
-