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.for4_5   
info.magnolia.setup.for5_0   
info.magnolia.setup.initial   
 

Uses of AbstractRepositoryTask in info.magnolia.module
 

Subclasses of AbstractRepositoryTask in info.magnolia.module
 class AbstractModuleVersionHandler.ModuleVersionToLatestTask
          The task which modifies the "version" property to the version being installed.
 class AbstractModuleVersionHandler.ModuleVersionUpdateTask
          The task which modifies the "version" property to the version we're updating to.
 

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
          A task to nest a group inside another, using GroupManager.
 class AddMimeMappingTask
          Task that adds a mime mapping to server/MIMEMapping.
 class AddRoleToGroupTask
          A task to add a role to a group, using GroupManager.
 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 ChangeAllPropertiesWithCertainValueTask
          Changes all properties in an entire workspace that are of type PropertyType.STRING and has a certain value.
 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 OrderFilterBeforeTask
          Orders a filter before a given set of other filters.
 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 RegisterNodeTypeTask
          Registers (or re-registers) node type.
 class RemoveDuplicatePermissionTask
          A task to find and remove duplicate permission from a role and a workspace.
 class RemoveNodeTask
          Removes the specified node.
 class RemoveNodeWoChildren
          A task that removes node if that has no children.
 class RemovePermissionTask
          A task to remove a permission from a role, using RoleManager.
 class RemovePropertyTask
          Removes a property and optionally logs its absence.
 class RenameNodesTask
          Renames all nodes having a certain name and nodeType to the provided new name.
 class RenamePropertyAllModulesNodeTask
          Renames a property found in a given subnode of all modules; typically, renames "path" to "templatePath" for all nodes under "paragraphs" for each module.
 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
          Base class for Tasks using the node builder API.
 class ModuleConfigNodeBuilderTask
          A task using the NodeBuilder API, applying operations on a the config node of the current module.
 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 HashUsersPasswords
          Task to encrypt base64 encoded passwords.
 

Uses of AbstractRepositoryTask in info.magnolia.setup.for4_5
 

Subclasses of AbstractRepositoryTask in info.magnolia.setup.for4_5
 class RenameACLNodesTask
          Renames ACL nodes for all roles from the old format of acl_repositoryName_workspaceName to acl_workspaceName.
 class UpdateSecurityFilterClientCallbacksConfiguration
          Updates the given security filter's client callback configuration to reflect the changes introduced in 4.5.
 class UpdateUserManagers
          Updates user managers with properties used in account lockout feature.
 

Uses of AbstractRepositoryTask in info.magnolia.setup.for5_0
 

Subclasses of AbstractRepositoryTask in info.magnolia.setup.for5_0
 class ConvertMetaDataUpdateTask
          Update task for migration content with MetaData sub nodes to instead use mixins on the content node itself.
 

Uses of AbstractRepositoryTask in info.magnolia.setup.initial
 

Subclasses of AbstractRepositoryTask in info.magnolia.setup.initial
 class AddFilterBypassTask
          Adds bypass to an existing filter.
 class AddURIPermissionsToAllRoles
          Adds URI permissions to all roles.
 class LoginAuthTypePropertyMovedToFilter
          Updates authentication type configuration.
 class LoginFormPropertyMovedToFilter
          Updates login form location.
 class UpdateURI2RepositoryMappings
          Updates format of URI2Repository mappings to format used since 3.5.
 class UpdateURIMappings
          Updates virtualURIMappings to the format suitable for c2b.
 class WarnIgnoredModuleFilters
          Checks if installed modules contain filter definitions and if so warns on installation with an appropriate message.
 



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