Package org.waveprotocol.wave.model.supplement

Examples of org.waveprotocol.wave.model.supplement.SupplementImpl


    if (!fields.participants.contains(participantId)) {
      log.info(participantId + " is not currently a participant on " + convId
          + ", not indexing");
      return;
    }
    index(fields, participantId, new SupplementImpl(supplement));
  }
View Full Code Here


    }
    return convView.getRoot();
  }

  private Supplement getSupplement(WaveletDataImpl udwData) {
    return new SupplementImpl(getPrimitiveSupplement(udwData));
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.model.supplement.SupplementImpl

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.