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.booleanDeprecated.protected StringDeprecated.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 uploadsinthashCode()Deprecated.booleanisLocal()Deprecated.Indicates the local project.voidDeprecated.This method does not do anything.voidsetUploadFolder(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, setIncludeConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getName
Deprecated.The fixed name of the local project- Specified by:
getNamein 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:
getUploadFolderin 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:
setUploadFolderin 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:GomProjectEntryGet a constraint representation of this entry.- Specified by:
asConstraintin interfaceGomProjectEntry- Returns:
- The entry's constraint representation.
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
isLocal
public boolean isLocal()Deprecated.Description copied from interface:GomSingleProjectEntryIndicates the local project.- Specified by:
isLocalin interfaceGomSingleProjectEntry- Returns:
trueiff this entry represents the local project.
-