Package com.opengamma.core.change

Examples of com.opengamma.core.change.DataChangeManagerResource


  //-------------------------------------------------------------------------
  // REVIEW jonathan 2011-12-28 -- to be removed when the change topic name is exposed as part of the component config
  @Path("portfolios/changeManager")
  public DataChangeManagerResource getChangeManager() {
    return new DataChangeManagerResource(getPortfolioMaster().changeManager());
  }
View Full Code Here


  //-------------------------------------------------------------------------
  // REVIEW jonathan 2011-12-28 -- to be removed when the change topic name is exposed as part of the component config
  @Path("organizations/changeManager")
  public DataChangeManagerResource getChangeManager() {
    return new DataChangeManagerResource(getOrganizationMaster().changeManager());
  }
View Full Code Here

    return new DataMarketDataSnapshotResource(this, id);
  }

  @Path("snapshots/changeManager")
  public DataChangeManagerResource getChangeManager() {
    return new DataChangeManagerResource(getMarketDataSnapshotMaster().changeManager());
  }
View Full Code Here

TOP

Related Classes of com.opengamma.core.change.DataChangeManagerResource

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.