This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.client.rest.BulkResponseImpl (Apache Oozie Core 4.0.0 API)

Uses of Class
org.apache.oozie.client.rest.BulkResponseImpl

Packages that use BulkResponseImpl
org.apache.oozie   
org.apache.oozie.client.rest   
 

Uses of BulkResponseImpl in org.apache.oozie
 

Methods in org.apache.oozie that return types with arguments of type BulkResponseImpl
 List<BulkResponseImpl> BulkResponseInfo.getResponses()
          Return the coordinator actions being returned.
 

Constructor parameters in org.apache.oozie with type arguments of type BulkResponseImpl
BulkResponseInfo(List<BulkResponseImpl> responses, int start, int len, long total)
          Create a bulk response info bean.
 

Uses of BulkResponseImpl in org.apache.oozie.client.rest
 

Method parameters in org.apache.oozie.client.rest with type arguments of type BulkResponseImpl
static org.json.simple.JSONArray BulkResponseImpl.toJSONArray(List<? extends BulkResponseImpl> responses, String timeZoneId)
          Convert a nodes list into a JSONArray.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.