Uses of Interface
info.magnolia.module.delta.Condition

Packages that use Condition
info.magnolia.module   
info.magnolia.module.delta   
info.magnolia.module.mail.setup   
info.magnolia.module.webapp This package contains the necessary classes to determine if the web-app needs to be bootstrapped, and to do so. 
info.magnolia.setup This package contains the classes necessary to install and update Magnolia's core module. 
info.magnolia.setup.for3_6   
 

Uses of Condition in info.magnolia.module
 

Methods in info.magnolia.module that return types with arguments of type Condition
protected  List<Condition> AbstractModuleVersionHandler.getDefaultUpdateConditions(Version forVersion)
           
protected  List<Condition> AbstractModuleVersionHandler.getInstallConditions()
           
 

Uses of Condition in info.magnolia.module.delta
 

Classes in info.magnolia.module.delta that implement Condition
 class AbstractCondition
          Base for Conditions, providing name and description.
 class FalseCondition
          A Condition which always return false.
 class TrueCondition
          A Condition which always return true.
 class WarnCondition
          Similar to the WarnTask, WarnCondition will always pass (return true) but will log a warning message in the InstallContext.
 

Methods in info.magnolia.module.delta that return types with arguments of type Condition
 List<Condition> DeltaBuilder.getConditions()
           
 List<Condition> Delta.getConditions()
          Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed.
 

Methods in info.magnolia.module.delta with parameters of type Condition
 DeltaBuilder DeltaBuilder.addCondition(Condition c)
           
 

Method parameters in info.magnolia.module.delta with type arguments of type Condition
 DeltaBuilder DeltaBuilder.addConditions(List<Condition> conditions)
           
 

Constructor parameters in info.magnolia.module.delta with type arguments of type Condition
WebXmlConditionsUtil(List<Condition> conditions)
           
WorkspaceXmlConditionsUtil(List<Condition> conditions)
           
 

Uses of Condition in info.magnolia.module.mail.setup
 

Methods in info.magnolia.module.mail.setup that return types with arguments of type Condition
protected  List<Condition> MailModuleVersionHandler.mailServletIsWrappedSince_3_5()
           
 

Uses of Condition in info.magnolia.module.webapp
 

Methods in info.magnolia.module.webapp that return types with arguments of type Condition
 List<Condition> WebappDelta.getConditions()
           
 

Uses of Condition in info.magnolia.setup
 

Methods in info.magnolia.setup that return types with arguments of type Condition
protected  List<Condition> CoreModuleVersionHandler.getInstallConditions()
           
 

Uses of Condition in info.magnolia.setup.for3_6
 

Classes in info.magnolia.setup.for3_6 that implement Condition
 class CheckNodeTypesDefinition
          Checks custom node type definition file for occurrence of mix:versionable.
 



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