Class ADLSAccount

All Implemented Interfaces:
IADLS, IADLSAccount, IAsset, IAzure, ICatalog, ICloud, IObjectStore, IReferenceable, AuditDetail, Serializable, Comparable<Reference>

@Generated("com.atlan.generators.ModelGeneratorV2") public class ADLSAccount extends Asset implements IADLSAccount, IADLS, IObjectStore, IAzure, ICatalog, IAsset, IReferenceable, ICloud
Instance of an Azure Data Lake Storage (ADLS) account in Atlan.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • trimToReference

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

      public static FluentSearch.FluentSearchBuilder<?,?> select()
      Start a fluent search that will return all ADLSAccount 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) ADLSAccount assets will be included.
      Returns:
      a fluent search that includes all ADLSAccount assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client)
      Start a fluent search that will return all ADLSAccount 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) ADLSAccount assets will be included.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      Returns:
      a fluent search that includes all ADLSAccount assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(boolean includeArchived)
      Start a fluent search that will return all ADLSAccount 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:
      includeArchived - when true, archived (soft-deleted) ADLSAccounts will be included
      Returns:
      a fluent search that includes all ADLSAccount assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client, boolean includeArchived)
      Start a fluent search that will return all ADLSAccount 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) ADLSAccounts will be included
      Returns:
      a fluent search that includes all ADLSAccount assets
    • refByGuid

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

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

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

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

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

      public static ADLSAccount get(AtlanClient client, String id) throws AtlanException
      Retrieves a ADLSAccount 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 ADLSAccount to retrieve, either its GUID or its full qualifiedName
      Returns:
      the requested full ADLSAccount, complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the ADLSAccount does not exist or the provided GUID is not a ADLSAccount
    • get

      public static ADLSAccount get(AtlanClient client, String id, boolean includeRelationships) throws AtlanException
      Retrieves a ADLSAccount 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 ADLSAccount to retrieve, either its GUID or its full qualifiedName
      includeRelationships - if true, all of the asset's relationships will also be retrieved; if false, no relationships will be retrieved
      Returns:
      the requested full ADLSAccount, optionally complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the ADLSAccount does not exist or the provided GUID is not a ADLSAccount
    • restore

      public static boolean restore(String qualifiedName) throws AtlanException
      Restore the archived (soft-deleted) ADLSAccount to active.
      Parameters:
      qualifiedName - for the ADLSAccount
      Returns:
      true if the ADLSAccount is now active, and false otherwise
      Throws:
      AtlanException - on any API problems
    • restore

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

      public static ADLSAccount.ADLSAccountBuilder<?,?> creator(String name, String connectionQualifiedName)
      Builds the minimal object necessary to create a ADLSAccount.
      Parameters:
      name - of the ADLSAccount
      connectionQualifiedName - unique name of the connection through which the ADLSAccount is accessible
      Returns:
      the minimal object necessary to create the ADLSAccount, as a builder
    • generateQualifiedName

      public static String generateQualifiedName(String name, String connectionQualifiedName)
      Generate a unique ADLSAccount name.
      Parameters:
      name - of the ADLSAccount
      connectionQualifiedName - unique name of the connection through which the ADLSAccount is accessible
      Returns:
      a unique name for the ADLSAccount
    • updater

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

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

      public static ADLSAccount removeDescription(String qualifiedName, String name) throws AtlanException
      Remove the system description from a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      name - of the ADLSAccount
      Returns:
      the updated ADLSAccount, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeDescription

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

      public static ADLSAccount removeUserDescription(String qualifiedName, String name) throws AtlanException
      Remove the user's description from a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      name - of the ADLSAccount
      Returns:
      the updated ADLSAccount, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeUserDescription

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

      public static ADLSAccount removeOwners(String qualifiedName, String name) throws AtlanException
      Remove the owners from a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      name - of the ADLSAccount
      Returns:
      the updated ADLSAccount, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeOwners

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

      public static ADLSAccount updateCertificate(String qualifiedName, CertificateStatus certificate, String message) throws AtlanException
      Update the certificate on a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      certificate - to use
      message - (optional) message, or null if no message
      Returns:
      the updated ADLSAccount, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • updateCertificate

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

      public static ADLSAccount removeCertificate(String qualifiedName, String name) throws AtlanException
      Remove the certificate from a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      name - of the ADLSAccount
      Returns:
      the updated ADLSAccount, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeCertificate

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

      public static ADLSAccount updateAnnouncement(String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      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
    • updateAnnouncement

      public static ADLSAccount updateAnnouncement(AtlanClient client, String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a ADLSAccount.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the ADLSAccount's announcement
      qualifiedName - of the ADLSAccount
      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 ADLSAccount removeAnnouncement(String qualifiedName, String name) throws AtlanException
      Remove the announcement from a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      name - of the ADLSAccount
      Returns:
      the updated ADLSAccount, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeAnnouncement

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

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

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

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

      public static ADLSAccount appendTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Link additional terms to the ADLSAccount, without replacing existing terms linked to the ADLSAccount. Note: this operation must make two API calls — one to retrieve the ADLSAccount'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 ADLSAccount
      qualifiedName - for the ADLSAccount
      terms - the list of terms to append to the ADLSAccount
      Returns:
      the ADLSAccount that was updated (note that it will NOT contain details of the appended terms)
      Throws:
      AtlanException - on any API problems
    • removeTerms

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

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

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

      public static ADLSAccount appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames) throws AtlanException
      Add Atlan tags to a ADLSAccount, without replacing existing Atlan tags linked to the ADLSAccount. Note: this operation must make two API calls — one to retrieve the ADLSAccount'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 ADLSAccount
      qualifiedName - of the ADLSAccount
      atlanTagNames - human-readable names of the Atlan tags to add
      Returns:
      the updated ADLSAccount
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static ADLSAccount appendAtlanTags(String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a ADLSAccount, without replacing existing Atlan tags linked to the ADLSAccount. Note: this operation must make two API calls — one to retrieve the ADLSAccount's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      qualifiedName - of the ADLSAccount
      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 ADLSAccount
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static ADLSAccount appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a ADLSAccount, without replacing existing Atlan tags linked to the ADLSAccount. Note: this operation must make two API calls — one to retrieve the ADLSAccount'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 ADLSAccount
      qualifiedName - of the ADLSAccount
      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 ADLSAccount
      Throws:
      AtlanException - on any API problems
    • removeAtlanTag

      public static void removeAtlanTag(String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a ADLSAccount.
      Parameters:
      qualifiedName - of the ADLSAccount
      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 ADLSAccount
    • removeAtlanTag

      public static void removeAtlanTag(AtlanClient client, String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a ADLSAccount.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove an Atlan tag from a ADLSAccount
      qualifiedName - of the ADLSAccount
      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 ADLSAccount
    • _internal

      public static ADLSAccount.ADLSAccountBuilder<?,?> _internal()
    • toBuilder

      public ADLSAccount.ADLSAccountBuilder<?,?> toBuilder()
      Overrides:
      toBuilder in class Reference
    • getAdlsAccountAccessTier

      public ADLSAccessTier getAdlsAccountAccessTier()
      Access tier of this account.
      Specified by:
      getAdlsAccountAccessTier in interface IADLSAccount
    • getAdlsAccountKind

      public ADLSStorageKind getAdlsAccountKind()
      Kind of this account.
      Specified by:
      getAdlsAccountKind in interface IADLSAccount
    • getAdlsAccountPerformance

      public ADLSPerformance getAdlsAccountPerformance()
      Performance of this account.
      Specified by:
      getAdlsAccountPerformance in interface IADLSAccount
    • getAdlsAccountProvisionState

      public ADLSProvisionState getAdlsAccountProvisionState()
      Provision state of this account.
      Specified by:
      getAdlsAccountProvisionState in interface IADLSAccount
    • getAdlsAccountQualifiedName

      public String getAdlsAccountQualifiedName()
      Unique name of the account for this ADLS asset.
      Specified by:
      getAdlsAccountQualifiedName in interface IADLS
      Specified by:
      getAdlsAccountQualifiedName in interface IADLSAccount
    • getAdlsAccountReplication

      public ADLSReplicationType getAdlsAccountReplication()
      Replication of this account.
      Specified by:
      getAdlsAccountReplication in interface IADLSAccount
    • getAdlsAccountResourceGroup

      public String getAdlsAccountResourceGroup()
      Resource group for this account.
      Specified by:
      getAdlsAccountResourceGroup in interface IADLSAccount
    • getAdlsAccountSecondaryLocation

      public String getAdlsAccountSecondaryLocation()
      Secondary location of the ADLS account.
      Specified by:
      getAdlsAccountSecondaryLocation in interface IADLS
      Specified by:
      getAdlsAccountSecondaryLocation in interface IADLSAccount
      Specified by:
      getAdlsAccountSecondaryLocation in interface IAzure
    • getAdlsAccountSubscription

      public String getAdlsAccountSubscription()
      Subscription for this account.
      Specified by:
      getAdlsAccountSubscription in interface IADLSAccount
    • getAdlsContainers

      public SortedSet<IADLSContainer> getAdlsContainers()
      Containers that exist within this account.
      Specified by:
      getAdlsContainers in interface IADLSAccount
    • getAdlsETag

      public String getAdlsETag()
      Entity tag for the asset. An entity tag is a hash of the object and represents changes to the contents of an object only, not its metadata.
      Specified by:
      getAdlsETag in interface IADLSAccount
    • getAdlsEncryptionType

      public ADLSEncryptionTypes getAdlsEncryptionType()
      Type of encryption for this account.
      Specified by:
      getAdlsEncryptionType in interface IADLSAccount
    • getAdlsPrimaryDiskState

      public ADLSAccountStatus getAdlsPrimaryDiskState()
      Primary disk state of this account.
      Specified by:
      getAdlsPrimaryDiskState in interface IADLSAccount
    • getApplicationContainer

      public IApplicationContainer getApplicationContainer()
      ApplicationContainer asset containing this Catalog asset.
      Specified by:
      getApplicationContainer in interface IADLS
      Specified by:
      getApplicationContainer in interface IADLSAccount
      Specified by:
      getApplicationContainer in interface ICatalog
      Specified by:
      getApplicationContainer in interface IObjectStore
    • getAssetApplicationQualifiedName

      public String getAssetApplicationQualifiedName()
      Qualified name of the Application Container that contains this asset.
      Specified by:
      getAssetApplicationQualifiedName in interface IADLS
      Specified by:
      getAssetApplicationQualifiedName in interface IADLSAccount
      Specified by:
      getAssetApplicationQualifiedName in interface ICatalog
      Specified by:
      getAssetApplicationQualifiedName in interface IObjectStore
    • getAzureLocation

      public String getAzureLocation()
      Location of this asset in Azure.
      Specified by:
      getAzureLocation in interface IADLS
      Specified by:
      getAzureLocation in interface IADLSAccount
      Specified by:
      getAzureLocation in interface IAzure
    • getAzureResourceId

      public String getAzureResourceId()
      Resource identifier of this asset in Azure.
      Specified by:
      getAzureResourceId in interface IADLS
      Specified by:
      getAzureResourceId in interface IADLSAccount
      Specified by:
      getAzureResourceId in interface IAzure
    • getAzureTags

      public List<AzureTag> getAzureTags()
      Tags that have been applied to this asset in Azure.
      Specified by:
      getAzureTags in interface IADLS
      Specified by:
      getAzureTags in interface IADLSAccount
      Specified by:
      getAzureTags in interface IAzure
    • getInputToAirflowTasks

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

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

      public SortedSet<ISparkJob> getInputToSparkJobs()
      TBC
      Specified by:
      getInputToSparkJobs in interface IADLS
      Specified by:
      getInputToSparkJobs in interface IADLSAccount
      Specified by:
      getInputToSparkJobs in interface ICatalog
      Specified by:
      getInputToSparkJobs in interface IObjectStore
    • getModelImplementedEntities

      public SortedSet<IModelEntity> getModelImplementedEntities()
      Entities implemented by this asset.
      Specified by:
      getModelImplementedEntities in interface IADLS
      Specified by:
      getModelImplementedEntities in interface IADLSAccount
      Specified by:
      getModelImplementedEntities in interface ICatalog
      Specified by:
      getModelImplementedEntities in interface IObjectStore
    • getOutputFromAirflowTasks

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

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

      public SortedSet<ISparkJob> getOutputFromSparkJobs()
      TBC
      Specified by:
      getOutputFromSparkJobs in interface IADLS
      Specified by:
      getOutputFromSparkJobs in interface IADLSAccount
      Specified by:
      getOutputFromSparkJobs in interface ICatalog
      Specified by:
      getOutputFromSparkJobs in interface IObjectStore
    • 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 ADLSAccounts.
      Specified by:
      getTypeName in interface AuditDetail
      Specified by:
      getTypeName in interface IADLS
      Specified by:
      getTypeName in interface IADLSAccount
      Specified by:
      getTypeName in interface IAsset
      Specified by:
      getTypeName in interface IAzure
      Specified by:
      getTypeName in interface ICatalog
      Specified by:
      getTypeName in interface ICloud
      Specified by:
      getTypeName in interface IObjectStore
      Specified by:
      getTypeName in interface IReferenceable
      Overrides:
      getTypeName in class Reference