Class SaveClassificationReferenceCopyEntityProxy


public class SaveClassificationReferenceCopyEntityProxy extends SaveClassificationReferenceCopy
Transaction function for adding a reference copy classification (to an entity proxy).
  • Field Details

    • FUNCTION_NAME

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

    • SaveClassificationReferenceCopyEntityProxy

      public SaveClassificationReferenceCopyEntityProxy(Long txId, String entityGUID, clojure.lang.PersistentHashMap existing, clojure.lang.PersistentHashMap proxy, Classification classification, String homeMetadataCollectionId) throws Exception
      Constructor used to execute the transaction function.
      Parameters:
      txId - the transaction ID of this function invocation
      entityGUID - unique identifier of the existing entity
      existing - the existing entity in XT, if any
      proxy - the entity (proxy) against which to apply the classification
      classification - the classification to persist as a reference copy
      homeMetadataCollectionId - the metadataCollectionId of the repository where the transaction is running
      Throws:
      Exception - on any error
  • Method Details