Uses of Package
info.magnolia.module.delta

Packages that use info.magnolia.module.delta
info.magnolia.module   
info.magnolia.module.delta   
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.nodebuilder.task   
info.magnolia.setup This package contains the classes necessary to install and update Magnolia's core module. 
info.magnolia.setup.for4_5   
info.magnolia.setup.for5_0   
info.magnolia.setup.for5_2   
info.magnolia.setup.initial   
 

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
          Enum for deltas.
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.
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.
ArrayDelegateTask
          A task that simply delegates to an array of other tasks.
BootstrapResourcesTask
          Base class for tasks which bootstrap resources.
CheckNodeDelegateTask
          A task that delegates to another if a checkNode is true, or to an optional other if it is false.
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
          Enum for deltas.
IsInstallSamplesTask
          A Task which delegates depending on the magnolia.bootstrap.samples property.
IsModuleInstalledOrRegistered
          A Task which delegates depending on the existence of a module.
MoveNodeTask
          This task moves a specified Node to a new destination.
MovePropertyTask
          Moves a property.
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.
OrderNodeToFirstPositionTask
          Sets the Node of a given path in a given repository to the first position of all children.
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.
RemoveNodesTask
          Removes a list of nodes referenced by their absolute paths.
In case a Node does not exist, logs an info message if the flag RemoveNodesTask.displayInfoMessageForMissingNodes is set to true.
Otherwise just continues with the next absolute path from the list.
RemovePropertiesTask
          Removes a list of properties referenced by their absolute paths.
In case property does not exist, logs an info message if the flag RemovePropertiesTask.displayInfoMessageForMissingNodes is set to true.
Otherwise just continues with the next absolute path from the list.
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.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
          Enum for deltas.
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.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
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.
AllChildrenNodesOperation
          This task executes the abstract method on every child node.
Condition
          Conditions are checked prior to the installation or update of a module.
QueryTask
          An abstract task to perform operations on nodes returned by a given query.
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_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.setup.for5_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.setup.for5_2
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.
Condition
          Conditions are checked prior to the installation or update of a module.
QueryTask
          An abstract task to perform operations on nodes returned by a given query.
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.initial
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.
MoveAndRenamePropertyTask
          A task to move and rename properties, taking default values into account.
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-2014 Magnolia International Ltd.. All Rights Reserved.