public class DeclassifyEntityProxy 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

    • DeclassifyEntityProxy

      public DeclassifyEntityProxy(Long txId, clojure.lang.PersistentHashMap existing, clojure.lang.PersistentHashMap proxy, 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
      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
  • Method Details