Uses of Interface
org.apache.jsieve.mail.Action

Packages that use Action
org.apache.jsieve.mail   
org.apache.jsieve.mailet Sieve filtering mailet. 
org.apache.jsieve.util.check This package contains the ScriptCheckMailAdapter MailAdapter implementation. 
 

Uses of Action in org.apache.jsieve.mail
 

Classes in org.apache.jsieve.mail that implement Action
 class ActionFileInto
          Class ActionFileInto encapsulates the information required to file a mail into a location.
 class ActionKeep
          Class ActionKeep encapsulates the information required to keep a mail.
 class ActionRedirect
          Class ActionRedirect encapsulates the information required to redirect a mail.
 class ActionReject
          Class ActionReject encapsulates the information required to reject a mail.
 

Methods in org.apache.jsieve.mail that return types with arguments of type Action
 java.util.List<Action> MailAdapter.getActions()
          Method getActions answers the List of Actions accumulated by the receiver.
 

Methods in org.apache.jsieve.mail with parameters of type Action
 void MailAdapter.addAction(Action action)
          Method addAction adds an Action to the List of Actions to be performed by the receiver.
 

Uses of Action in org.apache.jsieve.mailet
 

Methods in org.apache.jsieve.mailet that return types with arguments of type Action
protected  java.util.List<Action> SieveMailAdapter.computeActions()
          Returns a new List of actions.
 java.util.List<Action> SieveMailAdapter.getActions()
          Returns the List of actions.
 

Methods in org.apache.jsieve.mailet with parameters of type Action
 void SieveMailAdapter.addAction(Action action)
          Adds an Action.
 void ActionDispatcher.execute(Action anAction, org.apache.mailet.Mail aMail, ActionContext context)
          Method execute executes the passed Action by invoking the method mapped by the receiver with a parameter of the EXACT type of Action.
 void RejectAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void RedirectAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void MailAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
          Executes the given action.
 void KeepAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void FileIntoAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 

Method parameters in org.apache.jsieve.mailet with type arguments of type Action
protected  void SieveMailAdapter.setActions(java.util.List<Action> actions)
          Sets the actions.
 

Uses of Action in org.apache.jsieve.util.check
 

Methods in org.apache.jsieve.util.check that return types with arguments of type Action
 java.util.List<Action> ScriptCheckMailAdapter.getActions()
          Method getActions answers the List of Actions accumulated by the receiver.
 java.util.List<Action> ScriptCheckMailAdapter.getExecutedActions()
          Gets the actions accumulated when ScriptCheckMailAdapter.executedActions was last called.
 

Methods in org.apache.jsieve.util.check with parameters of type Action
 void ScriptCheckMailAdapter.addAction(Action action)
          Method addAction adds an Action to the List of Actions to be performed by the receiver.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.