Class UpdateMetadataRunner

  • All Implemented Interfaces:
    Runnable

    public class UpdateMetadataRunner
    extends Object
    implements 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 Detail

      • UpdateMetadataRunner

        public UpdateMetadataRunner​(String serviceInstanceId,
                                    String userId,
                                    Locale userLocale,
                                    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 Runnable
        Since:
        6.0.0