info.magnolia.module.workflow
Class MgnlParticipant

java.lang.Object
  extended by openwfe.org.engine.participants.AbstractParticipant
      extended by openwfe.org.embed.impl.engine.AbstractEmbeddedParticipant
          extended by info.magnolia.module.workflow.MgnlParticipant
All Implemented Interfaces:
openwfe.org.embed.engine.EmbeddedParticipant, openwfe.org.engine.participants.Participant

public class MgnlParticipant
extends openwfe.org.embed.impl.engine.AbstractEmbeddedParticipant

The Magnolia-specific workflow participant.

Author:
Jackie Ju, Philipp Bracher, Nicolas Modrzyk, John Mettraux

Field Summary
 
Fields inherited from class openwfe.org.engine.participants.AbstractParticipant
P_DISPATCHER_CLASS
 
Fields inherited from interface openwfe.org.engine.participants.Participant
PARTICIPANT_NAME
 
Constructor Summary
MgnlParticipant()
           
MgnlParticipant(String name)
           
 
Method Summary
 void cancel(openwfe.org.engine.workitem.CancelItem cancelItem)
           
 void consume(openwfe.org.engine.workitem.WorkItem wi)
           
 
Methods inherited from class openwfe.org.embed.impl.engine.AbstractEmbeddedParticipant
dispatch, replyToEngine, setEngine
 
Methods inherited from class openwfe.org.engine.participants.AbstractParticipant
getParams, getRegex, init, setRegex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface openwfe.org.engine.participants.Participant
getParams, getRegex, init, setRegex
 

Constructor Detail

MgnlParticipant

public MgnlParticipant()
                throws Exception
Throws:
Exception

MgnlParticipant

public MgnlParticipant(String name)
                throws Exception
Throws:
Exception
Method Detail

cancel

public void cancel(openwfe.org.engine.workitem.CancelItem cancelItem)
            throws Exception
Specified by:
cancel in interface openwfe.org.embed.engine.EmbeddedParticipant
Overrides:
cancel in class openwfe.org.embed.impl.engine.AbstractEmbeddedParticipant
Throws:
Exception

consume

public void consume(openwfe.org.engine.workitem.WorkItem wi)
             throws Exception
Throws:
Exception


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.