net.kwfgrid.gwes
Interface ProvenanceHandler


public interface ProvenanceHandler

Version:
$Id: ProvenanceHandler.java 1451 2010-12-22 10:47:59Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)

Method Summary
 void initialize(net.kwfgrid.gworkflowdl.structure.Workflow workflow)
          Initialize this workflow provenance handler with a specific workflow.
 boolean isEnabled()
          Check if provenance handler is enabled.
 void storeProvenance(TransitionOccurrence to, int step)
          Store provenance information.
 

Method Detail

initialize

void initialize(net.kwfgrid.gworkflowdl.structure.Workflow workflow)
Initialize this workflow provenance handler with a specific workflow.

Parameters:
workflow - The workflow.

isEnabled

boolean isEnabled()
Check if provenance handler is enabled.

Returns:
true if handler is enabled, false otherwise.

storeProvenance

void storeProvenance(TransitionOccurrence to,
                     int step)
Store provenance information.

Parameters:
to - The transition occurrence object.
step - The workflow processing step.


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.