lumis.doui.processaction
Class ProcessActionManager

Package class diagram package ProcessActionManager
java.lang.Object
  extended by lumis.doui.processaction.ProcessActionManager
All Implemented Interfaces:
IProcessActionManager

public class ProcessActionManager
extends Object
implements IProcessActionManager

ProcessAction manager implementation.

Since:
4.0.0

Constructor Summary
ProcessActionManager()
           
 
Method Summary
 ProcessActionConfig get(String processActionType, ITransaction transaction)
           
 void registerProcessActions(SessionConfig sessionConfig, String processActionTypesDefinitionPath, ITransaction transaction)
           
 void unregisterProcessAction(SessionConfig sessionConfig, String processActionType, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessActionManager

public ProcessActionManager()
Method Detail

registerProcessActions

public void registerProcessActions(SessionConfig sessionConfig,
                                   String processActionTypesDefinitionPath,
                                   ITransaction transaction)
                            throws ManagerException,
                                   PortalException
Specified by:
registerProcessActions in interface IProcessActionManager
Throws:
ManagerException
PortalException

unregisterProcessAction

public void unregisterProcessAction(SessionConfig sessionConfig,
                                    String processActionType,
                                    ITransaction transaction)
                             throws ManagerException,
                                    PortalException
Specified by:
unregisterProcessAction in interface IProcessActionManager
Throws:
ManagerException
PortalException

get

public ProcessActionConfig get(String processActionType,
                               ITransaction transaction)
                        throws ManagerException,
                               PortalException
Specified by:
get in interface IProcessActionManager
Throws:
ManagerException
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.