Class AddEntity

    • Field Detail

      • FUNCTION_NAME

        public static final clojure.lang.Keyword FUNCTION_NAME
    • Method Detail

      • transact

        public static org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail transact​(XtdbOMRSRepositoryConnector xtdb,
                                                                                                                                                    org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail entity)
                                                                                                                                             throws org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
        Create the provided entity instance in the XTDB repository by pushing down the transaction.
        Parameters:
        xtdb - connectivity
        entity - to create
        Returns:
        EntityDetail the entity that was created
        Throws:
        org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException - on any error
      • create

        public static void create​(xtdb.api.tx.Transaction.Builder tx)
        Create the transaction function within XTDB.
        Parameters:
        tx - transaction through which to create the function