Class SSRSFolder

All Implemented Interfaces:
IAsset, IBI, ICatalog, IReferenceable, ISSRS, ISSRSFolder, AuditDetail, Serializable, Comparable<Reference>

@Generated("com.atlan.generators.ModelGeneratorV2") public class SSRSFolder extends Asset implements ISSRSFolder, ISSRS, IBI, ICatalog, IAsset, IReferenceable
Instance of an SSRS folder in Atlan.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • trimToReference

      public SSRSFolder trimToReference() throws InvalidRequestException
      Builds the minimal object necessary to create a relationship to a SSRSFolder, from a potentially more-complete SSRSFolder object.
      Overrides:
      trimToReference in class Asset
      Returns:
      the minimal object necessary to relate to the SSRSFolder
      Throws:
      InvalidRequestException - if any of the minimal set of required properties for a SSRSFolder relationship are not found in the initial object
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client)
      Start a fluent search that will return all SSRSFolder assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval. Only active (non-archived) SSRSFolder assets will be included.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      Returns:
      a fluent search that includes all SSRSFolder assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client, boolean includeArchived)
      Start a fluent search that will return all SSRSFolder assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      includeArchived - when true, archived (soft-deleted) SSRSFolders will be included
      Returns:
      a fluent search that includes all SSRSFolder assets
    • refByGuid

      public static SSRSFolder refByGuid(String guid)
      Reference to a SSRSFolder by GUID. Use this to create a relationship to this SSRSFolder, where the relationship should be replaced.
      Parameters:
      guid - the GUID of the SSRSFolder to reference
      Returns:
      reference to a SSRSFolder that can be used for defining a relationship to a SSRSFolder
    • refByGuid

      public static SSRSFolder refByGuid(String guid, Reference.SaveSemantic semantic)
      Reference to a SSRSFolder by GUID. Use this to create a relationship to this SSRSFolder, where you want to further control how that relationship should be updated (i.e. replaced, appended, or removed).
      Parameters:
      guid - the GUID of the SSRSFolder to reference
      semantic - how to save this relationship (replace all with this, append it, or remove it)
      Returns:
      reference to a SSRSFolder that can be used for defining a relationship to a SSRSFolder
    • refByQualifiedName

      public static SSRSFolder refByQualifiedName(String qualifiedName)
      Reference to a SSRSFolder by qualifiedName. Use this to create a relationship to this SSRSFolder, where the relationship should be replaced.
      Parameters:
      qualifiedName - the qualifiedName of the SSRSFolder to reference
      Returns:
      reference to a SSRSFolder that can be used for defining a relationship to a SSRSFolder
    • refByQualifiedName

      public static SSRSFolder refByQualifiedName(String qualifiedName, Reference.SaveSemantic semantic)
      Reference to a SSRSFolder by qualifiedName. Use this to create a relationship to this SSRSFolder, where you want to further control how that relationship should be updated (i.e. replaced, appended, or removed).
      Parameters:
      qualifiedName - the qualifiedName of the SSRSFolder to reference
      semantic - how to save this relationship (replace all with this, append it, or remove it)
      Returns:
      reference to a SSRSFolder that can be used for defining a relationship to a SSRSFolder
    • get

      public static SSRSFolder get(AtlanClient client, String id) throws AtlanException
      Retrieves a SSRSFolder by one of its identifiers, complete with all of its relationships.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the SSRSFolder to retrieve, either its GUID or its full qualifiedName
      Returns:
      the requested full SSRSFolder, complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the SSRSFolder does not exist or the provided GUID is not a SSRSFolder
    • get

      public static SSRSFolder get(AtlanClient client, String id, boolean includeAllRelationships) throws AtlanException
      Retrieves a SSRSFolder by one of its identifiers, optionally complete with all of its relationships.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the SSRSFolder to retrieve, either its GUID or its full qualifiedName
      includeAllRelationships - if true, all the asset's relationships will also be retrieved; if false, no relationships will be retrieved
      Returns:
      the requested full SSRSFolder, optionally complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the SSRSFolder does not exist or the provided GUID is not a SSRSFolder
    • get

      public static SSRSFolder get(AtlanClient client, String id, Collection<AtlanField> attributes) throws AtlanException
      Retrieves a SSRSFolder by one of its identifiers, with only the requested attributes (and relationships).
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the SSRSFolder to retrieve, either its GUID or its full qualifiedName
      attributes - to retrieve for the SSRSFolder, including any relationships
      Returns:
      the requested SSRSFolder, with only its minimal information and the requested attributes (and relationships)
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the SSRSFolder does not exist or the provided GUID is not a SSRSFolder
    • get

      public static SSRSFolder get(AtlanClient client, String id, Collection<AtlanField> attributes, Collection<AtlanField> attributesOnRelated) throws AtlanException
      Retrieves a SSRSFolder by one of its identifiers, with only the requested attributes (and relationships).
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the SSRSFolder to retrieve, either its GUID or its full qualifiedName
      attributes - to retrieve for the SSRSFolder, including any relationships
      attributesOnRelated - to retrieve on each relationship retrieved for the SSRSFolder
      Returns:
      the requested SSRSFolder, with only its minimal information and the requested attributes (and relationships)
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the SSRSFolder does not exist or the provided GUID is not a SSRSFolder
    • restore

      public static boolean restore(AtlanClient client, String qualifiedName) throws AtlanException
      Restore the archived (soft-deleted) SSRSFolder to active.
      Parameters:
      client - connectivity to the Atlan tenant on which to restore the asset
      qualifiedName - for the SSRSFolder
      Returns:
      true if the SSRSFolder is now active, and false otherwise
      Throws:
      AtlanException - on any API problems
    • updater

      public static SSRSFolder.SSRSFolderBuilder<?,?> updater(String qualifiedName, String name)
      Builds the minimal object necessary to update a SSRSFolder.
      Parameters:
      qualifiedName - of the SSRSFolder
      name - of the SSRSFolder
      Returns:
      the minimal request necessary to update the SSRSFolder, as a builder
    • trimToRequired

      public SSRSFolder.SSRSFolderBuilder<?,?> trimToRequired() throws InvalidRequestException
      Builds the minimal object necessary to apply an update to a SSRSFolder, from a potentially more-complete SSRSFolder object.
      Overrides:
      trimToRequired in class Asset
      Returns:
      the minimal object necessary to update the SSRSFolder, as a builder
      Throws:
      InvalidRequestException - if any of the minimal set of required fields for a SSRSFolder are not present in the initial object
    • removeDescription

      public static SSRSFolder removeDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the system description from a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant on which to remove the asset's description
      qualifiedName - of the SSRSFolder
      name - of the SSRSFolder
      Returns:
      the updated SSRSFolder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeUserDescription

      public static SSRSFolder removeUserDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the user's description from a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant on which to remove the asset's description
      qualifiedName - of the SSRSFolder
      name - of the SSRSFolder
      Returns:
      the updated SSRSFolder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeOwners

      public static SSRSFolder removeOwners(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the owners from a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove the SSRSFolder's owners
      qualifiedName - of the SSRSFolder
      name - of the SSRSFolder
      Returns:
      the updated SSRSFolder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • updateCertificate

      public static SSRSFolder updateCertificate(AtlanClient client, String qualifiedName, CertificateStatus certificate, String message) throws AtlanException
      Update the certificate on a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the SSRSFolder's certificate
      qualifiedName - of the SSRSFolder
      certificate - to use
      message - (optional) message, or null if no message
      Returns:
      the updated SSRSFolder, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • removeCertificate

      public static SSRSFolder removeCertificate(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the certificate from a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove the SSRSFolder's certificate
      qualifiedName - of the SSRSFolder
      name - of the SSRSFolder
      Returns:
      the updated SSRSFolder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • updateAnnouncement

      public static SSRSFolder updateAnnouncement(AtlanClient client, String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the SSRSFolder's announcement
      qualifiedName - of the SSRSFolder
      type - type of announcement to set
      title - (optional) title of the announcement to set (or null for no title)
      message - (optional) message of the announcement to set (or null for no message)
      Returns:
      the result of the update, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • removeAnnouncement

      public static SSRSFolder removeAnnouncement(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the announcement from a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan client from which to remove the SSRSFolder's announcement
      qualifiedName - of the SSRSFolder
      name - of the SSRSFolder
      Returns:
      the updated SSRSFolder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • replaceTerms

      public static SSRSFolder replaceTerms(AtlanClient client, String qualifiedName, String name, List<IGlossaryTerm> terms) throws AtlanException
      Replace the terms linked to the SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant on which to replace the SSRSFolder's assigned terms
      qualifiedName - for the SSRSFolder
      name - human-readable name of the SSRSFolder
      terms - the list of terms to replace on the SSRSFolder, or null to remove all terms from the SSRSFolder
      Returns:
      the SSRSFolder that was updated (note that it will NOT contain details of the replaced terms)
      Throws:
      AtlanException - on any API problems
    • appendTerms

      @Deprecated public static SSRSFolder appendTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Link additional terms to the SSRSFolder, without replacing existing terms linked to the SSRSFolder. Note: this operation must make two API calls — one to retrieve the SSRSFolder's existing terms, and a second to append the new terms.
      Parameters:
      client - connectivity to the Atlan tenant on which to append terms to the SSRSFolder
      qualifiedName - for the SSRSFolder
      terms - the list of terms to append to the SSRSFolder
      Returns:
      the SSRSFolder that was updated (note that it will NOT contain details of the appended terms)
      Throws:
      AtlanException - on any API problems
    • removeTerms

      @Deprecated public static SSRSFolder removeTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Remove terms from a SSRSFolder, without replacing all existing terms linked to the SSRSFolder. Note: this operation must make two API calls — one to retrieve the SSRSFolder's existing terms, and a second to remove the provided terms.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove terms from the SSRSFolder
      qualifiedName - for the SSRSFolder
      terms - the list of terms to remove from the SSRSFolder, which must be referenced by GUID
      Returns:
      the SSRSFolder that was updated (note that it will NOT contain details of the resulting terms)
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      @Deprecated public static SSRSFolder appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames) throws AtlanException
      Add Atlan tags to a SSRSFolder, without replacing existing Atlan tags linked to the SSRSFolder. Note: this operation must make two API calls — one to retrieve the SSRSFolder's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      client - connectivity to the Atlan tenant on which to append Atlan tags to the SSRSFolder
      qualifiedName - of the SSRSFolder
      atlanTagNames - human-readable names of the Atlan tags to add
      Returns:
      the updated SSRSFolder
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      @Deprecated public static SSRSFolder appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a SSRSFolder, without replacing existing Atlan tags linked to the SSRSFolder. Note: this operation must make two API calls — one to retrieve the SSRSFolder's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      client - connectivity to the Atlan tenant on which to append Atlan tags to the SSRSFolder
      qualifiedName - of the SSRSFolder
      atlanTagNames - human-readable names of the Atlan tags to add
      propagate - whether to propagate the Atlan tag (true) or not (false)
      removePropagationsOnDelete - whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
      restrictLineagePropagation - whether to avoid propagating through lineage (true) or do propagate through lineage (false)
      Returns:
      the updated SSRSFolder
      Throws:
      AtlanException - on any API problems
    • removeAtlanTag

      @Deprecated public static void removeAtlanTag(AtlanClient client, String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a SSRSFolder.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove an Atlan tag from a SSRSFolder
      qualifiedName - of the SSRSFolder
      atlanTagName - human-readable name of the Atlan tag to remove
      Throws:
      AtlanException - on any API problems, or if the Atlan tag does not exist on the SSRSFolder
    • _internal

      public static SSRSFolder.SSRSFolderBuilder<?,?> _internal()
    • toBuilder

      public SSRSFolder.SSRSFolderBuilder<?,?> toBuilder()
      Overrides:
      toBuilder in class Reference
    • getCatalogDatasetGuid

      public String getCatalogDatasetGuid()
      Unique identifier of the dataset this asset belongs to.
      Specified by:
      getCatalogDatasetGuid in interface IBI
      Specified by:
      getCatalogDatasetGuid in interface ICatalog
      Specified by:
      getCatalogDatasetGuid in interface ISSRS
      Specified by:
      getCatalogDatasetGuid in interface ISSRSFolder
    • getInputToAirflowTasks

      public SortedSet<IAirflowTask> getInputToAirflowTasks()
      Tasks to which this asset provides input.
      Specified by:
      getInputToAirflowTasks in interface IBI
      Specified by:
      getInputToAirflowTasks in interface ICatalog
      Specified by:
      getInputToAirflowTasks in interface ISSRS
      Specified by:
      getInputToAirflowTasks in interface ISSRSFolder
    • getInputToProcesses

      public SortedSet<ILineageProcess> getInputToProcesses()
      Processes to which this asset provides input.
      Specified by:
      getInputToProcesses in interface IBI
      Specified by:
      getInputToProcesses in interface ICatalog
      Specified by:
      getInputToProcesses in interface ISSRS
      Specified by:
      getInputToProcesses in interface ISSRSFolder
    • getInputToSparkJobs

      public SortedSet<ISparkJob> getInputToSparkJobs()
      TBC
      Specified by:
      getInputToSparkJobs in interface IBI
      Specified by:
      getInputToSparkJobs in interface ICatalog
      Specified by:
      getInputToSparkJobs in interface ISSRS
      Specified by:
      getInputToSparkJobs in interface ISSRSFolder
    • getModelImplementedAttributes

      public SortedSet<IModelAttribute> getModelImplementedAttributes()
      Attributes implemented by this asset.
      Specified by:
      getModelImplementedAttributes in interface IBI
      Specified by:
      getModelImplementedAttributes in interface ICatalog
      Specified by:
      getModelImplementedAttributes in interface ISSRS
      Specified by:
      getModelImplementedAttributes in interface ISSRSFolder
    • getModelImplementedEntities

      public SortedSet<IModelEntity> getModelImplementedEntities()
      Entities implemented by this asset.
      Specified by:
      getModelImplementedEntities in interface IBI
      Specified by:
      getModelImplementedEntities in interface ICatalog
      Specified by:
      getModelImplementedEntities in interface ISSRS
      Specified by:
      getModelImplementedEntities in interface ISSRSFolder
    • getOutputFromAirflowTasks

      public SortedSet<IAirflowTask> getOutputFromAirflowTasks()
      Tasks from which this asset is output.
      Specified by:
      getOutputFromAirflowTasks in interface IBI
      Specified by:
      getOutputFromAirflowTasks in interface ICatalog
      Specified by:
      getOutputFromAirflowTasks in interface ISSRS
      Specified by:
      getOutputFromAirflowTasks in interface ISSRSFolder
    • getOutputFromProcesses

      public SortedSet<ILineageProcess> getOutputFromProcesses()
      Processes from which this asset is produced as output.
      Specified by:
      getOutputFromProcesses in interface IBI
      Specified by:
      getOutputFromProcesses in interface ICatalog
      Specified by:
      getOutputFromProcesses in interface ISSRS
      Specified by:
      getOutputFromProcesses in interface ISSRSFolder
    • getOutputFromSparkJobs

      public SortedSet<ISparkJob> getOutputFromSparkJobs()
      TBC
      Specified by:
      getOutputFromSparkJobs in interface IBI
      Specified by:
      getOutputFromSparkJobs in interface ICatalog
      Specified by:
      getOutputFromSparkJobs in interface ISSRS
      Specified by:
      getOutputFromSparkJobs in interface ISSRSFolder
    • getPartialChildFields

      public SortedSet<IPartialField> getPartialChildFields()
      Partial fields contained in the asset.
      Specified by:
      getPartialChildFields in interface IBI
      Specified by:
      getPartialChildFields in interface ICatalog
      Specified by:
      getPartialChildFields in interface ISSRS
      Specified by:
      getPartialChildFields in interface ISSRSFolder
    • getPartialChildObjects

      public SortedSet<IPartialObject> getPartialChildObjects()
      Partial objects contained in the asset.
      Specified by:
      getPartialChildObjects in interface IBI
      Specified by:
      getPartialChildObjects in interface ICatalog
      Specified by:
      getPartialChildObjects in interface ISSRS
      Specified by:
      getPartialChildObjects in interface ISSRSFolder
    • getSsrsCatalogName

      public String getSsrsCatalogName()
      Catalog name associated with this asset in the source system.
      Specified by:
      getSsrsCatalogName in interface ISSRS
      Specified by:
      getSsrsCatalogName in interface ISSRSFolder
    • getSsrsDataSetName

      public String getSsrsDataSetName()
      Simple name of the DataSet asset that contains this asset.
      Specified by:
      getSsrsDataSetName in interface ISSRS
      Specified by:
      getSsrsDataSetName in interface ISSRSFolder
    • getSsrsDataSetQualifiedName

      public String getSsrsDataSetQualifiedName()
      Unique name of the DataSet asset that contains this asset.
      Specified by:
      getSsrsDataSetQualifiedName in interface ISSRS
      Specified by:
      getSsrsDataSetQualifiedName in interface ISSRSFolder
    • getSsrsFolderHierarchies

      public List<Map<String,String>> getSsrsFolderHierarchies()
      Ordered array of folder assets with qualified name and name representing the complete folder hierarchy path for this asset, from immediate parent to root folder.
      Specified by:
      getSsrsFolderHierarchies in interface ISSRS
      Specified by:
      getSsrsFolderHierarchies in interface ISSRSFolder
    • getSsrsHidden

      public Boolean getSsrsHidden()
      Whether the asset is hidden.
      Specified by:
      getSsrsHidden in interface ISSRS
      Specified by:
      getSsrsHidden in interface ISSRSFolder
    • getSsrsParentFolder

      public ISSRSFolder getSsrsParentFolder()
      Parent folder containing this folder.
      Specified by:
      getSsrsParentFolder in interface ISSRSFolder
    • getSsrsParentFolderQualifiedName

      public String getSsrsParentFolderQualifiedName()
      Unique name of the immediate parent folder containing this asset.
      Specified by:
      getSsrsParentFolderQualifiedName in interface ISSRS
      Specified by:
      getSsrsParentFolderQualifiedName in interface ISSRSFolder
    • getSsrsPath

      public String getSsrsPath()
      Path of the asset in SSRS.
      Specified by:
      getSsrsPath in interface ISSRS
      Specified by:
      getSsrsPath in interface ISSRSFolder
    • getSsrsReferenceRepositoryId

      public String getSsrsReferenceRepositoryId()
      Reference repository ID for this asset.
      Specified by:
      getSsrsReferenceRepositoryId in interface ISSRS
      Specified by:
      getSsrsReferenceRepositoryId in interface ISSRSFolder
    • getSsrsReportName

      public String getSsrsReportName()
      Simple name of the Report asset that contains this asset.
      Specified by:
      getSsrsReportName in interface ISSRS
      Specified by:
      getSsrsReportName in interface ISSRSFolder
    • getSsrsReportQualifiedName

      public String getSsrsReportQualifiedName()
      Unique name of the Report asset that contains this asset.
      Specified by:
      getSsrsReportQualifiedName in interface ISSRS
      Specified by:
      getSsrsReportQualifiedName in interface ISSRSFolder
    • getSsrsReports

      public SortedSet<ISSRSReport> getSsrsReports()
      Reports contained in the folder.
      Specified by:
      getSsrsReports in interface ISSRSFolder
    • getSsrsSchemaName

      public String getSsrsSchemaName()
      Schema name associated with this asset in the source system.
      Specified by:
      getSsrsSchemaName in interface ISSRS
      Specified by:
      getSsrsSchemaName in interface ISSRSFolder
    • getSsrsSubFolders

      public SortedSet<ISSRSFolder> getSsrsSubFolders()
      Subfolders contained in the folder.
      Specified by:
      getSsrsSubFolders in interface ISSRSFolder
    • getSsrsTableName

      public String getSsrsTableName()
      Table name associated with this asset in the source system.
      Specified by:
      getSsrsTableName in interface ISSRS
      Specified by:
      getSsrsTableName in interface ISSRSFolder
    • getSsrsUsedInReports

      public Boolean getSsrsUsedInReports()
      Whether the asset is used in a report.
      Specified by:
      getSsrsUsedInReports in interface ISSRS
      Specified by:
      getSsrsUsedInReports in interface ISSRSFolder
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Asset
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Asset
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Asset
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class Asset
    • getTypeName

      public String getTypeName()
      Fixed typeName for SSRSFolders.
      Specified by:
      getTypeName in interface AuditDetail
      Specified by:
      getTypeName in interface IAsset
      Specified by:
      getTypeName in interface IBI
      Specified by:
      getTypeName in interface ICatalog
      Specified by:
      getTypeName in interface IReferenceable
      Specified by:
      getTypeName in interface ISSRS
      Specified by:
      getTypeName in interface ISSRSFolder
      Overrides:
      getTypeName in class Reference