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

Examples of org.hive2hive.core.processes.implementations.context.MoveFileProcessContext.AddNotificationContext.provideUsersToNotify()


    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);
  }

  @Override
  protected void doRollback(RollbackReason reason) throws InvalidProcessStateException {
    // only when user profile has been updated
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.