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

    • FUNCTION_NAME

      public static final clojure.lang.Keyword FUNCTION_NAME
  • Constructor Details

    • DeclassifyEntityDetail

      public DeclassifyEntityDetail(Long txId, clojure.lang.PersistentHashMap existing, String entityGUID, String classificationName) throws Exception
      Constructor used to execute the transaction function.
      Parameters:
      txId - the transaction ID of this function invocation
      existing - XTDB document to update
      entityGUID - of the entity to update
      classificationName - name of the classification
      Throws:
      Exception - on any error
  • Method Details