Examples of RepositoryItemEventDeleteItem


Examples of org.sonatype.nexus.proxy.events.RepositoryItemEventDeleteItem

    if (!(item instanceof StorageCollectionItem)) {
      // cstamas: this should be not needed, as Walker should handle this!
      item.getItemContext().setParentContext(request.getRequestContext());

      // just fire it, and someone will eventually catch it
      eventBus.post(new RepositoryItemEventDeleteItem(context.getRepository(), item));
    }
  }
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.