Class SaveClassificationReferenceCopyEntityDetail


public class SaveClassificationReferenceCopyEntityDetail extends SaveClassificationReferenceCopy
Transaction function for adding a reference copy classification.
  • Field Details

    • FUNCTION_NAME

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

    • SaveClassificationReferenceCopyEntityDetail

      public SaveClassificationReferenceCopyEntityDetail(Long txId, String entityGUID, clojure.lang.PersistentHashMap existing, clojure.lang.PersistentHashMap entity, 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
      entity - the entity 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