org.alfresco.repo.action.executer
Interface TestModeable

All Known Implementing Classes:
MailActionExecuter

public interface TestModeable

Allows a class to be set in 'TestMode'. Used e.g. to turn off the MailActionExecuter so it does not send unnecessary emails during tests.


Method Summary
 boolean isTestMode()
           
 void setTestMode(boolean testMode)
           
 

Method Detail

isTestMode

boolean isTestMode()

setTestMode

void setTestMode(boolean testMode)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.