org.eaglei.repository.model.workflow
Interface WorkflowAction

All Known Implementing Classes:
ActionMoveGraph, ErrorAction

public interface WorkflowAction

Interface for workflow action callbacks.

Author:
lcs

Method Summary
 void onTransition(javax.servlet.http.HttpServletRequest request, org.openrdf.model.URI instance, org.openrdf.model.Value param)
          This method gets called when an instance undergoes a workflow transition.
 

Method Detail

onTransition

void onTransition(javax.servlet.http.HttpServletRequest request,
                  org.openrdf.model.URI instance,
                  org.openrdf.model.Value param)
                  throws java.lang.Exception
This method gets called when an instance undergoes a workflow transition. The parameter "param" comes from the transition itself.

Parameters:
request -
instance -
param -
Throws:
java.lang.Exception


Copyright © 2009-2011 Eagle-I. All Rights Reserved.