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 Details

  • Constructor Details

    • GomSiteOrMediaStoreLocalProjectEntry

      public GomSiteOrMediaStoreLocalProjectEntry()
      Deprecated.
  • Method Details

    • getDefaultTag

      protected String getDefaultTag()
      Deprecated.
      Description copied from class: AbstractGomElement
      Return the default tag for a gom element.
      Specified by:
      getDefaultTag in class AbstractGomElement
      Returns:
      The elements default tag.
    • getName

      public String getName()
      Deprecated.
      The fixed name of the local project
      Specified by:
      getName in interface GomSingleProjectEntry
      Returns:
      The name of the project.
      Since:
      4.2.5
    • setName

      public void setName(String name)
      Deprecated.
      This method does not do anything.
      Since:
      4.2.5
    • getUploadFolder

      public String getUploadFolder()
      Deprecated.
      Defines a root folder to be used for uploads
      Specified by:
      getUploadFolder in interface GomSingleProjectEntry
      Returns:
      The name of the upload folder.
      Since:
      4.2.5
    • setUploadFolder

      public void setUploadFolder(String uploadFolder)
      Deprecated.
      Sets the root folder to be used for uploads
      Specified by:
      setUploadFolder in interface GomSingleProjectEntry
      Parameters:
      uploadFolder - The name of the upload folder.
      Since:
      4.2.5
    • getSources

      public GomSiteOrMediaStoreFolderList getSources()
      Deprecated.
      Restrict access to specific folders (including sub-folders and store roots)
      Since:
      4.2.5
    • asConstraint

      public ProjectConstraint asConstraint()
      Deprecated.
      Description copied from interface: GomProjectEntry
      Get a constraint representation of this entry.
      Specified by:
      asConstraint in interface GomProjectEntry
      Returns:
      The entry's constraint representation.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • isLocal

      public boolean isLocal()
      Deprecated.
      Description copied from interface: GomSingleProjectEntry
      Indicates the local project.
      Specified by:
      isLocal in interface GomSingleProjectEntry
      Returns:
      true iff this entry represents the local project.