Uses of Class
info.magnolia.module.delta.AbstractTask

Packages that use AbstractTask
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.for3_5   
info.magnolia.setup.for3_6   
info.magnolia.setup.for3_6_2   
info.magnolia.setup.for4_3   
 

Uses of AbstractTask in info.magnolia.module
 

Subclasses of AbstractTask in info.magnolia.module
 class AbstractModuleVersionHandler.ModuleVersionToLatestTask
           
 class AbstractModuleVersionHandler.ModuleVersionUpdateTask
           
 

Uses of AbstractTask in info.magnolia.module.delta
 

Subclasses of AbstractTask in info.magnolia.module.delta
 class AbstractConditionalRepositoryTask
          An abstract implementation of a RepositoryTask that only needs to be executed when a specific node is not found in the repository.
 class 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.
 class AddGroupToGroupTask
           
 class AddMimeMappingTask
          Task that adds a mime mapping to server/MIMEMapping.
 class AddPermissionTask
           
 class AddRoleToGroupTask
           
 class AddURIPermissionTask
          Adds a URI permission to a role
 class AddUserToGroupTask
           
 class AddUserToRoleTask
           
 class AllChildrenNodesOperation
          This task executes the abstract method on every child node.
 class AllModulesNodeOperation
          An abstract that will perform an operation on all modules node found in the configuration repository.
 class BootstrapConditionally
           
 class BootstrapResourcesTask
          Base class for tasks which bootstrap resources.
 class BootstrapSingleModuleResource
          Bootstraps a classpath resources relative to the module's bootstrap folder: /mgnl-bootstrap/<module-name>>
 class BootstrapSingleResource
           
 class ChangeNodeTypeTask
          Changes a node type by delegating to ContentUtil.changeNodeType(Content, ItemType, boolean) with the last parameter set to false.
 class CheckAndModifyPropertyValueTask
          If the specified property (NodeData) has the expected value, then it will be replaced by the new value
 class CheckOrCreatePropertyTask
          Sets the specified property with a new value or creates the property with the new value
 class ChildrenExistsDelegateTask
          A task that delegates to another depending on existence of children.
 class ConditionalDelegateTask
          A task that delegates to another if a condition is true, or to an optional other if it is false.
 class CopyNodeTask
          Copies a node by performing a in session copy operation.
 class CopyOrReplaceNodePropertiesTask
          Copies a node's properties to another node.
 class CreateNodePathTask
          A Task to create a full path, i.e the parent doesn't need to exist.
 class CreateNodeTask
          Creates a node in the given parent with the given name and type.
 class FilterOrderingTask
          Orders a filter after a given set of other filters.
 class IsAuthorInstanceDelegateTask
          A task that depends on the value of the /server/admin config value.
 class IsInstallSamplesTask
           
 class IsModuleInstalledOrRegistered
           
 class ModuleBootstrapTask
          A task to bootstrap a module.
 class ModuleDependencyBootstrapTask
          A Task which will bootstrap files if an optional module is installed or registered: any resource under "/info/magnolia/module/moduleName/setup/dependencyName".
 class ModuleFilesExtraction
          A task which extracts all files for a module.
 class MoveAndRenamePropertyTask
          A task to move and rename properties, taking default values into account.
 class MoveNodeTask
          This task moves a specified Node to a new destination.
 class NewPropertyTask
          Creates a new property.
 class NodeCheckDelegateTask
          A task that delegates to another if a checkNode is true, or to an optional other if it is false.
 class NodeExistsDelegateTask
          A task that delegates to another depending on whether a specified node exists or not.
 class OrderNodeAfterTask
          Orders a node after the specified sibling node.
 class OrderNodeBeforeTask
          Orders a node before the specified sibling node.
 class PropertiesImportTask
          A Task which will import nodes and properties using a .properties file.
 class PropertyExistsDelegateTask
          A task that delegates to another depending on whether a specified property exists or not.
 class PropertyValueDelegateTask
          A task which delegates to another if a property has a given value.
 class PropertyValuesTask
          A tasks that offers helper methods to check on certain properties.
 class QueryTask
          An abstract task to perform operations on nodes returned by a given query.
 class RegisterServletTask
           
 class RemoveNodeTask
          Removes the specified node.
 class RemoveNodeWoChildren
          A task that removes node if that has no children.
 class RemovePermissionTask
           
 class RemovePropertyTask
          Removes a property and optionally logs its absence.
 class ReplaceIfExistsTask
          A task which replaces a node by bootstrapping a file, only if it exists.
 class SamplesBootstrapTask
           
 class SetPropertyTask
          Sets a new value for a property.
 class SetupModuleRepositoriesTask
          Bootstrap empty repositories for the current module.
 class WarnTask
          A task which does nothing else than logging a warning message.
 

Uses of AbstractTask in info.magnolia.module.webapp
 

Subclasses of AbstractTask in info.magnolia.module.webapp
 class WebappBootstrap
          TODO : exception handling...
 

Uses of AbstractTask in info.magnolia.nodebuilder.task
 

Subclasses of AbstractTask in info.magnolia.nodebuilder.task
 class AbstractNodeBuilderTask
           
 class ModuleNodeBuilderTask
          A task using the NodeBuilder API, applying operations on a the root node of the current module.
 class NodeBuilderTask
          A task using the NodeBuilder API, applying operations on a given path.
 

Uses of AbstractTask in info.magnolia.setup
 

Subclasses of AbstractTask in info.magnolia.setup
 class AddFilterBypassTask
           
 class ChangeNodeTypesInUserWorkspace
           
 

Uses of AbstractTask in info.magnolia.setup.for3_5
 

Subclasses of AbstractTask in info.magnolia.setup.for3_5
 class AddURIPermissionsToAllRoles
           
 class CheckAndUpdateExistingFilters
          Checks for modifications between current filter configuration and the 3.0 default configuration.
 class CheckAndUpdateSecureURIs
          Checks for modifications between current secureURI configuration and the 3.0 default configuration.
 class CheckAndUpdateUnsecureURIs
           
 class IPConfigRulesUpdate
           
 class LoginAuthTypePropertyMovedToFilter
           
 class LoginFormPropertyMovedToFilter
           
 class MigrateFilterConfiguration
           
 class MoveMagnoliaUsersToRealmFolder
          A task which moves existing users to the /admin realm folder.
 class ReconfigureCommands
           
 class RemoveModuleDescriptorDetailsFromRepo
           
 class RenamedRenderersToTemplateRenderers
           
 class UpdateI18nConfiguration
           
 class UpdateURI2RepositoryMappings
           
 class UpdateURIMappings
           
 class WarnIgnoredModuleFilters
          Checks if installed modules contain filter definitions and if so warns on installation with an appropriate message.
 

Uses of AbstractTask in info.magnolia.setup.for3_6
 

Subclasses of AbstractTask in info.magnolia.setup.for3_6
 class CheckMagnoliaDevelopProperty
           
 class CheckNodesForMixVersionable
          Checks nodes for occurrence of mix:versionable supertype.
 

Uses of AbstractTask in info.magnolia.setup.for3_6_2
 

Subclasses of AbstractTask in info.magnolia.setup.for3_6_2
 class UpdateGroups
          Updates all users to add an extra permission to read their own configuration node..
 class UpdateRoles
          Updates all users to add an extra permission to read their own configuration node..
 class UpdateUsers
          Updates all users to add an extra permission to read their own configuration node..
 

Uses of AbstractTask in info.magnolia.setup.for4_3
 

Subclasses of AbstractTask in info.magnolia.setup.for4_3
 class UpdateUserPermissions
          Updates all users to add an extra permission to read their own configuration node..
 



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