org.kuali.ole.ingest.action
Class UpdateItemAction

java.lang.Object
  extended by org.kuali.ole.ingest.action.UpdateItemAction
All Implemented Interfaces:
org.kuali.rice.krms.framework.engine.Action

public class UpdateItemAction
extends Object
implements org.kuali.rice.krms.framework.engine.Action

UpdateItemAction is a action class for Update Item Action


Constructor Summary
UpdateItemAction()
           
 
Method Summary
 void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method takes the initial request when updating the itemAction.
 void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method simulate the executionEnvironment.
protected  DataCarrierService getDataCarrierService()
          Gets the dataCarrierService attribute.
 DiscoveryHelperService getDiscoveryHelperService()
          Gets the discoveryHelperService attribute.
 DocstoreHelperService getDocstoreHelperService()
          gets the docstoreHelperService
 void setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
          Sets the discoveryHelperService attribute value.
 void setDocstoreHelperService(DocstoreHelperService docstoreHelperService)
          Sets the docstoreHelperService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateItemAction

public UpdateItemAction()
Method Detail

execute

public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method takes the initial request when updating the itemAction.

Specified by:
execute in interface org.kuali.rice.krms.framework.engine.Action
Parameters:
executionEnvironment -

getDataCarrierService

protected DataCarrierService getDataCarrierService()
Gets the dataCarrierService attribute.

Returns:
Returns dataCarrierService.

executeSimulation

public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method simulate the executionEnvironment.

Specified by:
executeSimulation in interface org.kuali.rice.krms.framework.engine.Action
Parameters:
executionEnvironment -

setDocstoreHelperService

public void setDocstoreHelperService(DocstoreHelperService docstoreHelperService)
Sets the docstoreHelperService

Parameters:
docstoreHelperService -

getDocstoreHelperService

public DocstoreHelperService getDocstoreHelperService()
gets the docstoreHelperService

Returns:
Returns docstoreHelperService.

getDiscoveryHelperService

public DiscoveryHelperService getDiscoveryHelperService()
Gets the discoveryHelperService attribute.

Returns:
Returns discoveryHelperService.

setDiscoveryHelperService

public void setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
Sets the discoveryHelperService attribute value.

Parameters:
discoveryHelperService - . The discoveryHelperService to set.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.