Examples of forceGraphRebuild()


Examples of com.opengamma.engine.view.worker.ViewProcessWorker.forceGraphRebuild()

   */
  @Deprecated
  public void forceGraphRebuild() {
    ViewProcessWorker worker = getWorker();
    if (worker != null) {
      worker.forceGraphRebuild();
    }
  }

  private void viewDefinitionChanged() {
    final ViewDefinition viewDefinition = getProcessContext().getConfigSource().getConfig(ViewDefinition.class, getDefinitionId());
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.