org.infoglue.cms.security.interceptors
Class InfoGlueOSWorkflowInterceptor

java.lang.Object
  extended by org.infoglue.cms.security.interceptors.InfoGlueOSWorkflowInterceptor
All Implemented Interfaces:
InfoGlueInterceptor

public class InfoGlueOSWorkflowInterceptor
extends java.lang.Object
implements InfoGlueInterceptor

This interceptor is used to handle integration of the external workflow engine OSWorkflow.

Author:
Mattias Bogeblad

Constructor Summary
InfoGlueOSWorkflowInterceptor()
           
 
Method Summary
 void intercept(InfoGluePrincipal infoGluePrincipal, InterceptionPointVO interceptionPointVO, java.util.Map extradata)
          This method will be called when a interceptionPoint is reached.
 void intercept(InfoGluePrincipal infoGluePrincipal, InterceptionPointVO interceptionPointVO, java.util.Map extradata, org.exolab.castor.jdo.Database db)
          This method will be called when a interceptionPoint is reached and it handle it within a transaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoGlueOSWorkflowInterceptor

public InfoGlueOSWorkflowInterceptor()
Method Detail

intercept

public void intercept(InfoGluePrincipal infoGluePrincipal,
                      InterceptionPointVO interceptionPointVO,
                      java.util.Map extradata)
               throws ConstraintException,
                      SystemException,
                      java.lang.Exception
This method will be called when a interceptionPoint is reached.

Specified by:
intercept in interface InfoGlueInterceptor
Parameters:
interceptionPoint -
extradata -
Throws:
ConstraintException
SystemException
java.lang.Exception

intercept

public void intercept(InfoGluePrincipal infoGluePrincipal,
                      InterceptionPointVO interceptionPointVO,
                      java.util.Map extradata,
                      org.exolab.castor.jdo.Database db)
               throws ConstraintException,
                      SystemException,
                      java.lang.Exception
This method will be called when a interceptionPoint is reached and it handle it within a transaction.

Specified by:
intercept in interface InfoGlueInterceptor
Parameters:
interceptionPoint -
extradata -
Throws:
ConstraintException
SystemException
java.lang.Exception


Copyright © 2005 InfoGlue.org All Rights Reserved.