Uses of Interface
org.apache.oozie.client.rest.JsonBean

Packages that use JsonBean
org.apache.oozie   
org.apache.oozie.client.rest   
org.apache.oozie.command   
org.apache.oozie.command.wf   
org.apache.oozie.executor.jpa   
org.apache.oozie.servlet   
 

Uses of JsonBean in org.apache.oozie
 

Classes in org.apache.oozie that implement JsonBean
 class BundleActionBean
           
 class BundleJobBean
           
 class CoordinatorActionBean
           
 class CoordinatorJobBean
           
 class SLAEventBean
           
 class WorkflowActionBean
          Bean that contains all the information to start an action for a workflow node.
 class WorkflowJobBean
           
 

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

Classes in org.apache.oozie.client.rest that implement JsonBean
 class BulkResponseImpl
          Server-side implementation class of the client interface BulkResponse Declares all the bulk request specific user parameters and handling as JSON object
 class JsonBundleJob
           
 class JsonCoordinatorAction
           
 class JsonCoordinatorJob
           
 class JsonSLAEvent
           
 class JsonWorkflowAction
          Json Bean that represents an Oozie workflow node.
 class JsonWorkflowJob
          Json Bean that represents an Oozie workflow job.
 

Uses of JsonBean in org.apache.oozie.command
 

Fields in org.apache.oozie.command with type parameters of type JsonBean
protected  List<JsonBean> TransitionXCommand.insertList
           
protected  List<JsonBean> TransitionXCommand.updateList
           
 

Uses of JsonBean in org.apache.oozie.command.wf
 

Method parameters in org.apache.oozie.command.wf with type arguments of type JsonBean
static void SuspendXCommand.suspendJob(JPAService jpaService, WorkflowJobBean workflow, String id, String actionId, List<JsonBean> updateList)
          Suspend the workflow job and pending flag to false for the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL
 

Uses of JsonBean in org.apache.oozie.executor.jpa
 

Method parameters in org.apache.oozie.executor.jpa with type arguments of type JsonBean
 void BulkUpdateDeleteJPAExecutor.setDeleteList(Collection<JsonBean> deleteList)
          Sets the delete list for JSON bean
 void BulkDeleteForPurgeJPAExecutor.setDeleteList(Collection<JsonBean> deleteList)
          Sets the delete list for JSON bean
 void BulkUpdateInsertJPAExecutor.setInsertList(Collection<JsonBean> insertList)
          Sets the insert list for JSON bean
 void BulkUpdateInsertForCoordActionStatusJPAExecutor.setInsertList(Collection<JsonBean> insertList)
          Sets the insert list for JSON bean
 void BulkUpdateInsertForCoordActionStartJPAExecutor.setInsertList(Collection<JsonBean> insertList)
          Sets the insert list for JSON bean
 void BulkUpdateInsertJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
          Sets the update list for JSON bean
 void BulkUpdateInsertForCoordActionStatusJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
          Sets the update list for JSON bean
 void BulkUpdateInsertForCoordActionStartJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
          Sets the update list for JSON bean
 void BulkUpdateDeleteJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
          Sets the update list for JSON bean
 

Constructor parameters in org.apache.oozie.executor.jpa with type arguments of type JsonBean
BulkDeleteForPurgeJPAExecutor(Collection<JsonBean> deleteList)
          Initialize the JPAExecutor using the delete list of JSON beans
BulkUpdateDeleteJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> deleteList, boolean forRerun)
          Initialize the JPAExecutor using the update and delete list of JSON beans
BulkUpdateDeleteJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> deleteList, boolean forRerun)
          Initialize the JPAExecutor using the update and delete list of JSON beans
BulkUpdateInsertForCoordActionStartJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> insertList)
          Initialize the JPAExecutor using the update and insert list of JSON beans
BulkUpdateInsertForCoordActionStartJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> insertList)
          Initialize the JPAExecutor using the update and insert list of JSON beans
BulkUpdateInsertForCoordActionStatusJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> insertList)
          Initialize the JPAExecutor using the update and insert list of JSON beans
BulkUpdateInsertForCoordActionStatusJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> insertList)
          Initialize the JPAExecutor using the update and insert list of JSON beans
BulkUpdateInsertJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> insertList)
          Initialize the JPAExecutor using the insert and update list of JSON beans
BulkUpdateInsertJPAExecutor(Collection<JsonBean> updateList, Collection<JsonBean> insertList)
          Initialize the JPAExecutor using the insert and update list of JSON beans
 

Uses of JsonBean in org.apache.oozie.servlet
 

Methods in org.apache.oozie.servlet that return JsonBean
protected  JsonBean V1JobServlet.getJob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  JsonBean V0JobServlet.getJob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.apache.oozie.servlet with parameters of type JsonBean
protected  void JsonRestServlet.sendJsonResponse(javax.servlet.http.HttpServletResponse response, int statusCode, JsonBean bean, String timeZoneId)
          Sends a JSON response.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.