Package com.google.walkaround.wave.server.gxp

Examples of com.google.walkaround.wave.server.gxp.ImportWaveletDisplayRecord


    for (RemoteConvWavelet wavelet : wavelets) {
      WaveletName waveletName = WaveletName.of(
          WaveId.deserialise(wavelet.getDigest().getWaveId()),
          wavelet.getWaveletId());
      out.add(
          new ImportWaveletDisplayRecord(
              wavelet.getSourceInstance(),
              waveletName,
              wavelet.getSourceInstance().getWaveLink(waveletName.waveId),
              // Let's assume that participant 0 is the creator even if that's not always true.
              // Participant lists can be empty.
View Full Code Here

TOP

Related Classes of com.google.walkaround.wave.server.gxp.ImportWaveletDisplayRecord

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.