Class UpdateMetadataRunner

  • All Implemented Interfaces:
    java.lang.Runnable

    public class UpdateMetadataRunner
    extends java.lang.Object
    implements java.lang.Runnable
    Updates metadata from files uploaded by users.
    Since:
    6.0.0
    Version:
    $Revision: 17020 $ $Date: 2015-02-26 13:07:33 -0300 (Thu, 26 Feb 2015) $
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateMetadataRunner​(java.lang.String serviceInstanceId, java.lang.String userId, java.util.Locale userLocale, java.lang.String processId)
      Updates metadata from files.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateMetadataRunner

        public UpdateMetadataRunner​(java.lang.String serviceInstanceId,
                                    java.lang.String userId,
                                    java.util.Locale userLocale,
                                    java.lang.String processId)
        Updates metadata from files.
        Parameters:
        serviceInstanceId - TODO
        userId - the user identifier that is going to execute the action.
        userLocale - the user locale.
        processId - a processId used between back-end and front-end to send and receive information.
        Since:
        6.0.0
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Since:
        6.0.0