org.kuali.ole.ingest.action
Class UpdateBibIncludingGPFieldAction

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

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

Created by IntelliJ IDEA. User: premkb Date: 12/11/12 Time: 3:14 PM To change this template use File | Settings | File Templates.


Constructor Summary
UpdateBibIncludingGPFieldAction()
           
 
Method Summary
 void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This will update the existing Bib and Instance record ignoring the Globally Protected field.
 void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method simulate the executionEnvironment.
protected  DataCarrierService getDataCarrierService()
           
 DiscoveryHelperService getDiscoveryHelperService()
           
 OleOverlayActionService getOleOverlayActionService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateBibIncludingGPFieldAction

public UpdateBibIncludingGPFieldAction()
Method Detail

execute

public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This will update the existing Bib and Instance record ignoring the Globally Protected field.

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

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 -

getDataCarrierService

protected DataCarrierService getDataCarrierService()

getDiscoveryHelperService

public DiscoveryHelperService getDiscoveryHelperService()

getOleOverlayActionService

public OleOverlayActionService getOleOverlayActionService()


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