Package org.hive2hive.core.processes.implementations.context.MoveFileProcessContext

Examples of org.hive2hive.core.processes.implementations.context.MoveFileProcessContext.AddNotificationContext


    deleteContext.provideUsersToNotify(usersAtSource);

    // inform users that have now access to the moved file
    logger.debug("Inform {} users that a file has been added (after movement).", usersAtDestination.size());
    usersAtDestination.removeAll(common);
    AddNotificationContext addContext = context.getAddNotificationContext();
    addContext.provideMessageFactory(new UploadNotificationMessageFactory(movedNode, movedNode
        .getParent().getFilePublicKey()));
    addContext.provideUsersToNotify(usersAtDestination);
  }
View Full Code Here

TOP

Related Classes of org.hive2hive.core.processes.implementations.context.MoveFileProcessContext.AddNotificationContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.