Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.seam.operations
Class SeamOperationFilter

java.lang.Object
  extended by org.nuxeo.ecm.automation.seam.operations.SeamOperationFilter

public class SeamOperationFilter
extends Object

Utility class used to manage Seam init and cleanup

Author:
Tiry (tdelprat@nuxeo.com)

Constructor Summary
SeamOperationFilter()
           
 
Method Summary
static void handleAfterRun(OperationContext context, String conversationId)
          Manages Seam context and lifecycle cleanup
static void handleBeforeRun(OperationContext context, String conversationId)
          Initialise a workable Seam context as well as a conversion if needed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamOperationFilter

public SeamOperationFilter()
Method Detail

handleBeforeRun

public static void handleBeforeRun(OperationContext context,
                                   String conversationId)
Initialise a workable Seam context as well as a conversion if needed

Parameters:
context -
conversationId -

handleAfterRun

public static void handleAfterRun(OperationContext context,
                                  String conversationId)
Manages Seam context and lifecycle cleanup

Parameters:
context -
conversationId -

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.