Uses of Package
info.magnolia.module.delta

Packages that use info.magnolia.module.delta
info.magnolia.module   
info.magnolia.module.admininterface.setup   
info.magnolia.module.admininterface.setup.for4_0   
info.magnolia.module.admininterface.setup.for4_3   
info.magnolia.module.admininterface.setup.for4_4   
info.magnolia.module.cache   
info.magnolia.module.cache.setup   
info.magnolia.module.delta   
info.magnolia.module.exchangesimple.setup.for3_5   
info.magnolia.module.mail.setup   
info.magnolia.module.templating.setup   
info.magnolia.module.templating.setup.for3_5   
info.magnolia.module.templating.setup.for4_0   
info.magnolia.module.templatingcomponents.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.module.workflow.setup   
info.magnolia.module.workflow.setup.for3_5   
info.magnolia.module.workflow.setup.for4_0   
info.magnolia.nodebuilder.task   
info.magnolia.setup This package contains the classes necessary to install and update Magnolia's core module. 
info.magnolia.setup.for3_5   
info.magnolia.setup.for3_6   
info.magnolia.setup.for3_6_2   
info.magnolia.setup.for4_3   
info.magnolia.setup.for4_4_3   
info.magnolia.setup.for4_4_5   
 

Classes in info.magnolia.module.delta used by info.magnolia.module
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Condition
          Conditions are checked prior to the installation or update of a module.
Delta
          A Delta represents the differences from one version of a module to another.
DeltaType
           
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.admininterface.setup
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.admininterface.setup.for4_0
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.admininterface.setup.for4_3
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.admininterface.setup.for4_4
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
ArrayDelegateTask
          A task that simply delegates to an array of other tasks.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.cache
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.cache.setup
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
ConditionalDelegateTask
          A task that delegates to another if a condition is true, or to an optional other if it is false.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.delta
AbstractCondition
          Base for Conditions, providing name and description.
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AddPermissionTask
          A task to add a permission to a role, using RoleManager.
AddRoleToUserTask
          A task to add a role to a user, using UserManager.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
ArrayDelegateTask
          A task that simply delegates to an array of other tasks.
BootstrapResourcesTask
          Base class for tasks which bootstrap resources.
Condition
          Conditions are checked prior to the installation or update of a module.
ConditionalDelegateTask
          A task that delegates to another if a condition is true, or to an optional other if it is false.
Delta
          A Delta represents the differences from one version of a module to another.
DeltaBuilder
          Helper class to build Delta instances.
DeltaType
           
IsInstallSamplesTask
          A Task which delegates depending on the magnolia.bootstrap.samples property.
IsModuleInstalledOrRegistered
          A Task which delegates depending on the existence of a module.
NodeCheckDelegateTask
          A task that delegates to another if a checkNode is true, or to an optional other if it is false.
NodeExistsDelegateTask
          A task that delegates to another depending on whether a specified node exists or not.
PropertyValueDelegateTask
          A task which delegates to another if a property has a given value.
PropertyValuesTask
          A tasks that offers helper methods to check on certain properties.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.exchangesimple.setup.for3_5
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.mail.setup
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
ArrayDelegateTask
          A task that simply delegates to an array of other tasks.
Condition
          Conditions are checked prior to the installation or update of a module.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.templating.setup
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.templating.setup.for3_5
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
BootstrapResourcesTask
          Base class for tasks which bootstrap resources.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.templating.setup.for4_0
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
AllModulesNodeOperation
          An abstract that will perform an operation on all modules node found in the configuration repository.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.templatingcomponents.setup
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.webapp
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Condition
          Conditions are checked prior to the installation or update of a module.
Delta
          A Delta represents the differences from one version of a module to another.
DeltaType
           
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.workflow.setup
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.workflow.setup.for3_5
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AddUserToGroupTask
          A task to add a user to a group, using UserManager.
PropertyValuesTask
          A tasks that offers helper methods to check on certain properties.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.module.workflow.setup.for4_0
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AddUserToGroupTask
          A task to add a user to a group, using UserManager.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
 

Classes in info.magnolia.module.delta used by info.magnolia.nodebuilder.task
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Condition
          Conditions are checked prior to the installation or update of a module.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup.for3_5
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
AllModulesNodeOperation
          An abstract that will perform an operation on all modules node found in the configuration repository.
BootstrapConditionally
          A Task which bootstraps if the node targeted by the bootstrap file does not exist.
ConditionalDelegateTask
          A task that delegates to another if a condition is true, or to an optional other if it is false.
MoveAndRenamePropertyTask
          A task to move and rename properties, taking default values into account.
NodeExistsDelegateTask
          A task that delegates to another depending on whether a specified node exists or not.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup.for3_6
AbstractCondition
          Base for Conditions, providing name and description.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
Condition
          Conditions are checked prior to the installation or update of a module.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup.for3_6_2
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup.for4_3
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup.for4_4_3
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 

Classes in info.magnolia.module.delta used by info.magnolia.setup.for4_4_5
AbstractRepositoryTask
          An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
Task
          A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
TaskExecutionException
          An exception thrown when a task can not be executed and can not be recovered from.
 



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