java.lang.Object
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.txnfn.AbstractTransactionFunction
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.txnfn.DeclassifyEntity
Direct Known Subclasses:
DeclassifyEntityDetail, DeclassifyEntityProxy

public abstract class DeclassifyEntity extends AbstractTransactionFunction
Transaction function for removing a classification to an entity.
  • Field Details

    • xtdbDoc

      protected final clojure.lang.IPersistentMap xtdbDoc
  • Constructor Details

    • DeclassifyEntity

      public DeclassifyEntity(String className, String methodName, Long txId, clojure.lang.PersistentHashMap existing, clojure.lang.PersistentHashMap proxy, String entityGUID, String classificationName) throws Exception
      Constructor used to execute the transaction function.
      Parameters:
      className - name of the implementing class
      methodName - name of the implemented transaction method
      txId - the transaction ID of this function invocation
      existing - XTDB document to update
      proxy - XTDB document to update, if existing is empty
      entityGUID - of the entity to update
      classificationName - name of the classification
      Throws:
      Exception - on any error