Deprecated API


Contents
Deprecated Classes
uk.org.ogsadai.client.toolkit.activities.generic.SimpleLiteralInputDescriptorWithEquals
          See class documentation. When code is merged we can remove this class. 
uk.org.ogsadai.client.toolkit.activities.generic.SimplePipeInputDescriptorWithEquals
          See class documentation. When code is merged we can remove this class. 
 

Deprecated Methods
uk.org.ogsadai.client.toolkit.DataRequestExecutionResource.createDataSinkResource()
          by ResourceFactory.createDataSink(uk.org.ogsadai.client.toolkit.Server, uk.org.ogsadai.client.toolkit.DataRequestExecutionResource). 
uk.org.ogsadai.client.toolkit.DataRequestExecutionResource.createDataSourceResource()
          by ResourceFactory.createDataSource(uk.org.ogsadai.client.toolkit.Server, uk.org.ogsadai.client.toolkit.DataRequestExecutionResource). 
uk.org.ogsadai.client.toolkit.SingleActivityOutput.setDataSourceResource(DataSourceResource)
          this method is equivalent to calling setDataValueIterator with argument new DataSourceDataValueIterator(dataSourceResource). That is now the recommended means of providing this functionality. 
uk.org.ogsadai.client.toolkit.ActivityOutput.setDataSourceResource(DataSourceResource)
          this method is equivalent to calling setDataValueIterator with argument new DataSourceDataValueIterator(dataSourceResource). That is now the recommended means of providing this functionality. 
uk.org.ogsadai.client.toolkit.activity.SimpleActivityOutput.setDataSourceResource(DataSourceResource)
            
uk.org.ogsadai.client.toolkit.ActivityOutput.setDataSourceResource(int, DataSourceResource)
          this method is equivalent to calling setDataValueIterator with argument new DataSourceDataValueIterator(dataSourceResource) for the same index. That is now the recommended means of providing this functionality. 
uk.org.ogsadai.client.toolkit.activity.SimpleActivityOutput.setDataSourceResource(int, DataSourceResource)
            
uk.org.ogsadai.client.toolkit.SingleActivityOutput.setDataSourceResourceBlocksSize(int)
          this method simply calls the setNumBlocksPerCall method of the DataSourceResource object given to this object by the setDataSourceResource call, assuming that object implements the DataSourceDataValueIterator interface. The recommended approach is to call that method directly on the DataSourceDataValueIterator object and pass it to this object using the setDataValueIterator method. 
uk.org.ogsadai.client.toolkit.ActivityOutput.setDataSourceResourceBlocksSize(int)
          this method simply calls the setNumBlocksPerCall method of the DataSourceResource object given to this object by the setDataSourceResource call, assuming that object implements the DataSourceDataValueIterator interface. The recommended approach is to call that method directly on the DataSourceDataValueIterator object and pass it to this object using the setDataValueIterator method. 
uk.org.ogsadai.client.toolkit.activity.SimpleActivityOutput.setDataSourceResourceBlocksSize(int)
            
uk.org.ogsadai.client.toolkit.ActivityOutput.setDataSourceResourceBlocksSize(int, int)
          this method simply calls the setNumBlocksPerCall method of the DataSourceResource object given to this object by the setDataSourceResource call, assuming that object implements the DataSourceDataValueIterator interface. The recommended approach is to call that method directly on the DataSourceDataValueIterator object and pass it to this object using the setDataValueIterator method. 
uk.org.ogsadai.client.toolkit.activity.SimpleActivityOutput.setDataSourceResourceBlocksSize(int, int)
            
uk.org.ogsadai.client.toolkit.SingleActivityOutput.setDeliverToRequestStatusActivity(DeliverToRequestStatus)
          Use SingleActivityOutput.setResultActivity(uk.org.ogsadai.client.toolkit.ResultActivity).