com.sforce.bulk
Class UpdateStream

java.lang.Object
  extended by com.sforce.bulk.UpdateStream

public class UpdateStream
extends Object

This class represents

User: mcheenath Date: Dec 10, 2010


Method Summary
 UpdateResultStream close()
           
static UpdateStream create(StreamHandler handler)
           
 void start(String object, OperationEnum operation, ConcurrencyMode concurrencyMode, String[] fieldNames)
           
 void write(String... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static UpdateStream create(StreamHandler handler)
                           throws StreamException
Throws:
StreamException

start

public void start(String object,
                  OperationEnum operation,
                  ConcurrencyMode concurrencyMode,
                  String[] fieldNames)
           throws StreamException
Throws:
StreamException

close

public UpdateResultStream close()
                         throws StreamException
Throws:
StreamException

write

public void write(String... values)
           throws StreamException
Throws:
StreamException


Copyright © 2013. All Rights Reserved.