Package org.waveprotocol.wave.federation.ProtocolWaveletOperation

Examples of org.waveprotocol.wave.federation.ProtocolWaveletOperation.MutateDocument


      return this;
    }

    /** Builds a {@link MutateDocument} using this builder and a factory. */
    public MutateDocument build(Factory factory) {
      MutateDocument message = factory.create();
      message.setDocumentId(documentId);
      message.setDocumentOperation(documentOperation);
      return message;
    }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.federation.ProtocolWaveletOperation.MutateDocument

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.