Skip to content

Custom

Base class for Custom assets.

Complete reference

This is a complete reference for the Custom object in Atlan, showing every possible property and relationship that can exist for these objects. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Custom inherits its attributes and relationships from these other types:

classDiagram
    direction RL
    class Custom {
        <<abstract>>
    }
    link Custom "../custom"
    class Catalog {
        <<abstract>>
    }
    link Catalog "../entities/catalog"
    Catalog <|-- Custom : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../entities/asset"
    Asset <|-- Catalog : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../entities/referenceable"
    Referenceable <|-- Asset : extends
    class CustomEntity
    link CustomEntity "../entities/customentity"
    Custom <|-- CustomEntity : extends

Properties

These attributes are specific to instances of Custom (and all of its subtypes).

Relationships

The following illustrates how the various Custom assets inter-relate with each other:

erDiagram
    Connection ||..o{ CustomEntity : ""