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

Packages that use AbstractRepositoryTask
info.magnolia.module   
info.magnolia.module.delta   
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_2   
info.magnolia.setup.for4_3   
 

Uses of AbstractRepositoryTask in info.magnolia.module
 

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

Uses of AbstractRepositoryTask in info.magnolia.module.delta
 

Subclasses of AbstractRepositoryTask 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 AddGroupToGroupTask
           
 class AddMimeMappingTask
          Task that adds a mime mapping to server/MIMEMapping.
 class AddRoleToGroupTask
           
 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 ChangeNodeTypeTask
          Changes a node type by delegating to ContentUtil.changeNodeType(Content, ItemType, boolean) with the last parameter set to 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 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 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 QueryTask
          An abstract task to perform operations on nodes returned by a given query.
 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 SetPropertyTask
          Sets a new value for a property.
 

Uses of AbstractRepositoryTask in info.magnolia.nodebuilder.task
 

Subclasses of AbstractRepositoryTask 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 AbstractRepositoryTask in info.magnolia.setup
 

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

Uses of AbstractRepositoryTask in info.magnolia.setup.for3_5
 

Subclasses of AbstractRepositoryTask 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 MoveMagnoliaUsersToRealmFolder
          A task which moves existing users to the /admin realm folder.
 class ReconfigureCommands
           
 class RemoveModuleDescriptorDetailsFromRepo
           
 class RenamedRenderersToTemplateRenderers
           
 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 AbstractRepositoryTask in info.magnolia.setup.for3_6_2
 

Subclasses of AbstractRepositoryTask 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 AbstractRepositoryTask in info.magnolia.setup.for4_3
 

Subclasses of AbstractRepositoryTask 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.