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.executor.jpa.sla   
org.apache.oozie.servlet   
org.apache.oozie.sla   
 

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
          Deprecated. 
 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 JMSConnectionInfoBean
          JMS connection info bean representing the JMS related information for a job
 class JsonBundleJob
           
 class JsonCoordinatorAction
           
 class JsonCoordinatorJob
           
 class JsonSLAEvent
          Deprecated. 
 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 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
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.executor.jpa.sla
 

Method parameters in org.apache.oozie.executor.jpa.sla with type arguments of type JsonBean
 void SLACalculationInsertUpdateJPAExecutor.setInsertList(Collection<JsonBean> insertList)
          Sets the list of beans to insert
 void SLACalculationInsertUpdateJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
          Sets the list of beans to update
 

Constructor parameters in org.apache.oozie.executor.jpa.sla with type arguments of type JsonBean
SLACalculationInsertUpdateJPAExecutor(Collection<JsonBean> insertList, Collection<JsonBean> updateList)
           
SLACalculationInsertUpdateJPAExecutor(Collection<JsonBean> insertList, Collection<JsonBean> updateList)
           
 

Uses of JsonBean in org.apache.oozie.servlet
 

Methods in org.apache.oozie.servlet that return JsonBean
protected  JsonBean V1JobServlet.getCoordinatorJob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get coord job info
protected  JsonBean V2AdminServlet.getJMSConnectionInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  JsonBean V1AdminServlet.getJMSConnectionInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  JsonBean V0AdminServlet.getJMSConnectionInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
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)
           
protected  JsonBean V2JobServlet.getWorkflowAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  JsonBean V1JobServlet.getWorkflowAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get wf action info
protected  JsonBean V1JobServlet.getWorkflowActionBean(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  JsonBean V2JobServlet.getWorkflowJob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  JsonBean V1JobServlet.getWorkflowJob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get workflow job
protected  JsonBean V1JobServlet.getWorkflowJobBean(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get workflow job
 

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.
 

Uses of JsonBean in org.apache.oozie.sla
 

Classes in org.apache.oozie.sla that implement JsonBean
 class SLARegistrationBean
           
 class SLASummaryBean
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.