Uses of Interface
info.magnolia.module.delta.Task

Packages that use Task
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   
 

Uses of Task in info.magnolia.module
 

Classes in info.magnolia.module that implement Task
 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.
 

Methods in info.magnolia.module that return types with arguments of type Task
protected  List<Task> DefaultModuleVersionHandler.getBasicInstallTasks(InstallContext installContext)
          This method should generally not be overridden.
protected abstract  List<Task> AbstractModuleVersionHandler.getBasicInstallTasks(InstallContext installContext)
           
protected  List<Task> AbstractModuleVersionHandler.getDefaultUpdateTasks(Version forVersion)
           
protected  List<Task> AbstractModuleVersionHandler.getExtraInstallTasks(InstallContext installContext)
          Override this method to add specific install tasks to your module.
protected  List<Task> AbstractModuleVersionHandler.getStartupTasks(InstallContext installContext)
          Override this method to add specific startup tasks to your module.
 

Uses of Task in info.magnolia.module.admininterface.setup
 

Classes in info.magnolia.module.admininterface.setup that implement Task
 class AddMainMenuItemTask
           
 class AddSubMenuItemTask
           
 class SetDefaultPublicURI
          Sets the default virtual URI on public instances.
 

Methods in info.magnolia.module.admininterface.setup that return types with arguments of type Task
protected  List<Task> AdminModuleVersionHandler.getBasicInstallTasks(InstallContext installContext)
           
protected  List<Task> SimpleContentVersionHandler.getExtraInstallTasks(InstallContext installContext)
           
protected  List<Task> AdminModuleVersionHandler.getExtraInstallTasks(InstallContext installContext)
           
 

Uses of Task in info.magnolia.module.admininterface.setup.for4_0
 

Classes in info.magnolia.module.admininterface.setup.for4_0 that implement Task
 class UpdatedDefaultPublicURIWarning
          In 4.0 and 4.1, we accidentally overrode the default uri mapping on public instances to the "Quickstart" page, even if templates were present.
 

Uses of Task in info.magnolia.module.admininterface.setup.for4_3
 

Classes in info.magnolia.module.admininterface.setup.for4_3 that implement Task
 class ReplaceWrongDialogNodeTypeTask
          Check for each module in the config repository if dialogs are of the incorrect type mgnl:content and attempts to replace them with the correct one mgnl:contentNode.
See also jira MAGNOLIA-2810
 

Uses of Task in info.magnolia.module.admininterface.setup.for4_4
 

Classes in info.magnolia.module.admininterface.setup.for4_4 that implement Task
 class ContentDeletionTasks
          Collection of tasks necessary for enabling controlled deletion of content.
 class RegisterMgnlDeletedType
          Task for registration of new mixin - mgnl:deleted.
 

Uses of Task in info.magnolia.module.cache
 

Classes in info.magnolia.module.cache that implement Task
 class RegisterWorkspaceForCacheFlushingTask
          Adds repository to the list of repositories observed for cache flushing upon activation.
 

Uses of Task in info.magnolia.module.cache.setup
 

Classes in info.magnolia.module.cache.setup that implement Task
 class DefaultCompressibleContentTypesCondition
          Removes obsolete cache compression list in favor of new global configuration.
 

Methods in info.magnolia.module.cache.setup that return types with arguments of type Task
protected  List<Task> CacheModuleVersionHandler.getExtraInstallTasks(InstallContext installContext)
           
 

Constructors in info.magnolia.module.cache.setup with parameters of type Task
DefaultCompressibleContentTypesCondition(String taskName, String taskDescription, Task ifTrue, Task ifFalse, String checkedNodeName)
           
 

Uses of Task in info.magnolia.module.delta
 

Classes in info.magnolia.module.delta that implement Task
 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 AbstractTask
          Abstract implementation of the Task interface which handles the mandatory properties name and description.
 class AddGroupToGroupTask
          A task to nest a group inside another, using GroupManager.
 class AddMimeMappingTask
          Task that adds a mime mapping to server/MIMEMapping.
 class AddPermissionTask
          A task to add a permission to a role, using RoleManager.
 class AddRoleToGroupTask
          A task to add a role to a group, using GroupManager.
 class AddRoleToUserTask
          A task to add a role to a user, using UserManager.
 class AddURIPermissionTask
          Adds a URI permission to a role.
 class AddUserToGroupTask
          A task to add a user to a group, using UserManager.
 class AddUserToRoleTask
          Deprecated. since 4.3.7, use AddRoleToUserTask.
 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 ArrayDelegateTask
          A task that simply delegates to an array of other tasks.
 class BackupTask
          Backs up a node in the same workspace under a specific backup path.
 class BootstrapConditionally
          A Task which bootstraps if the node targeted by the bootstrap file does not exist.
 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
          A Task which bootstraps a single file.
 class BootstrapSingleResourceAndOrderBefore
          Bootstrap a single file, and places the bootstrapped node.
 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
          A Task which delegates depending on the magnolia.bootstrap.samples property.
 class IsModuleInstalledOrRegistered
          A Task which delegates depending on the existence of a module.
 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 PartialBootstrapTask
          This task is used to bootstrap a part of a file.
 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 RegisterModuleServletsTask
          Reads the servlets to register from the module descriptor.
 class RegisterServletTask
          Registers a servlet definition from a module descriptor into the /server/filters/servlets node.
 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 ReplaceIfExistsTask
          A task which replaces a node by bootstrapping a file, only if it exists.
 class SamplesBootstrapTask
          A task which bootstraps the module's content under /mgnl-bootstrap-samples/ if the magnolia.bootstrap.samples property is set the true.
 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.
 

Methods in info.magnolia.module.delta that return types with arguments of type Task
 List<Task> DeltaBuilder.getTasks()
           
 List<Task> Delta.getTasks()
          Should not return a read-only List, as the version handler might add tasks as appropriate.
 

Methods in info.magnolia.module.delta with parameters of type Task
 DeltaBuilder DeltaBuilder.addTask(Task t)
           
 void ArrayDelegateTask.addTask(Task task)
          Tasks are meant to be immutable.
static DeltaBuilder DeltaBuilder.update(Version v, String description, Task task)
          Convenience factory method for an Update Delta with a single task.
 

Method parameters in info.magnolia.module.delta with type arguments of type Task
 DeltaBuilder DeltaBuilder.addTasks(List<Task> tasks)
           
static DeltaBuilder DeltaBuilder.startup(ModuleDefinition moduleDef, List<Task> tasks)
           
 

Constructors in info.magnolia.module.delta with parameters of type Task
ArrayDelegateTask(String name, String description, Task... tasks)
           
ArrayDelegateTask(String name, String description, Task task1, Task task2)
          Since 4.2: replaced by the varargs constructor.
ArrayDelegateTask(String name, String description, Task task1, Task task2, Task task3)
          Since 4.2: replaced by the varargs constructor.
ArrayDelegateTask(String name, String description, Task task1, Task task2, Task task3, Task task4)
          Since 4.2: replaced by the varargs constructor.
ArrayDelegateTask(String name, Task... tasks)
           
ArrayDelegateTask(String name, Task task1, Task task2)
          Since 4.2: replaced by the varargs constructor.
ArrayDelegateTask(String name, Task task1, Task task2, Task task3)
          Since 4.2: replaced by the varargs constructor.
ArrayDelegateTask(String name, Task task1, Task task2, Task task3, Task task4)
          Since 4.2: replaced by the varargs constructor.
BootstrapConditionally(String taskName, String taskDescription, String repositoryName, String pathToCheck, String resourceToBootstrap, Task ifNodeExists)
          Executes the given task if the specified node exists in the specific repository, bootstraps the given resource otherwise.
BootstrapConditionally(String taskName, String taskDescription, String resourceToBootstrap, Task ifNodeExists)
          Bootstraps the given resource if the corresponding node does not exist yet, executes the given task otherwise.
ChildrenExistsDelegateTask(String name, String description, String workspaceName, String pathToCheck, String contentType, Task ifTrue)
           
ChildrenExistsDelegateTask(String name, String description, String workspaceName, String pathToCheck, String contentType, Task ifTrue, Task ifFalse)
           
ConditionalDelegateTask(String taskName, String taskDescription, Task ifTrue)
           
ConditionalDelegateTask(String taskName, String taskDescription, Task ifTrue, Task ifFalse)
           
IsAuthorInstanceDelegateTask(String taskName, String taskDescription, Task isAuthor)
           
IsAuthorInstanceDelegateTask(String taskName, String taskDescription, Task isAuthor, Task isPublic)
           
IsInstallSamplesTask(String taskName, String taskDescription, Task ifTrue)
           
IsInstallSamplesTask(String taskName, String taskDescription, Task ifTrue, Task ifFalse)
           
IsModuleInstalledOrRegistered(String taskName, String taskDescription, String moduleName, Task ifTrue)
           
IsModuleInstalledOrRegistered(String taskName, String taskDescription, String moduleName, Task ifTrue, Task ifFalse)
           
NodeCheckDelegateTask(String taskName, String taskDescription, String workspaceName, String nodePath, String propertyName, Task ifTrue, Task ifFalse)
           
NodeExistsDelegateTask(String name, String description, String workspaceName, String pathToCheck, Task ifTrue)
           
NodeExistsDelegateTask(String name, String description, String workspaceName, String pathToCheck, Task ifTrue, Task ifFalse)
           
PropertyExistsDelegateTask(String taskName, String taskDescription, String workspaceName, String parentPath, String propertyName, Task ifTrue)
           
PropertyExistsDelegateTask(String taskName, String taskDescription, String workspaceName, String parentPath, String propertyName, Task ifTrue, Task ifFalse)
           
PropertyValueDelegateTask(String taskName, String taskDescription, String workspaceName, String nodePath, String propertyName, String expectedValue, boolean propertyMustExist, Task ifTrue)
           
PropertyValueDelegateTask(String taskName, String taskDescription, String workspaceName, String nodePath, String propertyName, String expectedValue, boolean propertyMustExist, Task ifTrue, Task ifFalse)
           
 

Uses of Task in info.magnolia.module.exchangesimple.setup.for3_5
 

Classes in info.magnolia.module.exchangesimple.setup.for3_5 that implement Task
 class UpdateActivationConfigTask
          Updates configuration and naming of activation related nodes in Magnolia as part of 3.0 upgrade.
 

Uses of Task in info.magnolia.module.mail.setup
 

Classes in info.magnolia.module.mail.setup that implement Task
 class AddMailTemplateTask
          Adds a mail template configuration.
 class MoveNodeContentTask
          Deprecated. since 4.4 - will be properly renamed for Magnolia 5.0
 

Uses of Task in info.magnolia.module.templating.setup
 

Methods in info.magnolia.module.templating.setup that return types with arguments of type Task
protected  List<Task> TemplatingModuleVersionHandler.getExtraInstallTasks(InstallContext installContext)
           
 

Uses of Task in info.magnolia.module.templating.setup.for3_5
 

Classes in info.magnolia.module.templating.setup.for3_5 that implement Task
 class IntroduceParagraphRenderers
          Introduces paragraph renderers.
 

Uses of Task in info.magnolia.module.templating.setup.for4_0
 

Classes in info.magnolia.module.templating.setup.for4_0 that implement Task
 class DeprecateDialogPathAllModules
          Renames dialogPath to dialog and sets the property to the dialog name, in all modules in all paragraphs nodes.
 class FixTemplatePathTask
          since 4.0 the templatePath property was moved to parameters content node, this class fixes it by moving it back.
 class NestPropertiesAllModulesNodeTask
          Moves property nodes to new nodetype inside like templates/x will be templates/newnode/x.
 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.
 

Uses of Task in info.magnolia.module.templatingcomponents.setup
 

Methods in info.magnolia.module.templatingcomponents.setup that return types with arguments of type Task
protected  List<Task> TemplatingComponentsModuleVersionHandler.getExtraInstallTasks(InstallContext installContext)
           
 

Uses of Task in info.magnolia.module.webapp
 

Classes in info.magnolia.module.webapp that implement Task
 class WebappBootstrap
          A Task used by the webapp module's version handler to bootstrap files under WEB-INF/bootstrap (i.e directories defined by the magnolia.bootstrap.dir property) TODO : exception handling...
 

Methods in info.magnolia.module.webapp that return types with arguments of type Task
 List<Task> WebappDelta.getTasks()
           
 

Uses of Task in info.magnolia.module.workflow.setup
 

Classes in info.magnolia.module.workflow.setup that implement Task
 class InstallWorkflowDefinitionTask
          Sets up a workflow definition.
 

Methods in info.magnolia.module.workflow.setup that return types with arguments of type Task
protected  List<Task> WorkflowModuleVersionHandler.getExtraInstallTasks(InstallContext ctx)
           
 

Uses of Task in info.magnolia.module.workflow.setup.for3_5
 

Classes in info.magnolia.module.workflow.setup.for3_5 that implement Task
 class AddNewDefaultConfig
          Adds new configuration properties introduced in 3.5.
 class CheckAndUpdateDefaultWorkflowDefinition
          A Task which updates the default activation workflow definition, if it still the default from previous versions.
 class I18nMenuPoint
          I18n-ize the menu items.
 class RemoveMetadataFromExpressionsWorkspace
          A Task to remove MetaData nodes from the Expressions workspace.
 class SetDefaultWorkflowForActivationFlowCommands
          A Task which sets the 'workflowName' and 'dialogName' properties on activation flow commands.
 

Uses of Task in info.magnolia.module.workflow.setup.for4_0
 

Classes in info.magnolia.module.workflow.setup.for4_0 that implement Task
 class AddSystemUserToGroupTask
          Deprecated. since 4.2 use AddUserToGroupTask instead
 

Uses of Task in info.magnolia.nodebuilder.task
 

Classes in info.magnolia.nodebuilder.task that implement 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 Task in info.magnolia.setup
 

Classes in info.magnolia.setup that implement Task
 class AddFilterBypassTask
          Adds bypass to an existing filter.
 class ChangeNodeTypesInUserWorkspace
          Task used to change nt:folder into mgnl:folder type in users workspace.
 

Methods in info.magnolia.setup that return types with arguments of type Task
protected  List<Task> CoreModuleVersionHandler.getBasicInstallTasks(InstallContext ctx)
           
 

Uses of Task in info.magnolia.setup.for3_5
 

Classes in info.magnolia.setup.for3_5 that implement Task
 class AddURIPermissionsToAllRoles
          Adds URI permissions to all roles.
 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
          Transforms unsecured URIs into bypasses of uriSecurity filter.
 class IPConfigRulesUpdate
          Updates pre 3.5 IP configuration rules to the format used since 3.5.
 class LoginAuthTypePropertyMovedToFilter
          Updates authentication type configuration.
 class LoginFormPropertyMovedToFilter
          Updates login form location.
 class MigrateFilterConfiguration
          Updates location and configuration of filters.
 class MoveMagnoliaUsersToRealmFolder
          A task which moves existing users to the /admin realm folder.
 class ReconfigureCommands
          Updates command configuration to make them suitable for loading by c2b.
 class RemoveModuleDescriptorDetailsFromRepo
          Cleanup module description.
 class RenamedRenderersToTemplateRenderers
          Rename renderers to mach name used since 3.5.
 class UpdateI18nConfiguration
          Updates pre 3.5 internationalization configuration to the format used since 3.5.
 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.
 

Methods in info.magnolia.setup.for3_5 that return types with arguments of type Task
static List<Task> GenericTasks.genericTasksFor35()
           
 

Uses of Task in info.magnolia.setup.for3_6
 

Classes in info.magnolia.setup.for3_6 that implement Task
 class CheckMagnoliaDevelopProperty
          Checks the value of magnolia.develop property.
 class CheckNodesForMixVersionable
          Checks nodes for occurrence of mix:versionable supertype.
 

Uses of Task in info.magnolia.setup.for3_6_2
 

Classes in info.magnolia.setup.for3_6_2 that implement Task
 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 Task in info.magnolia.setup.for4_3
 

Classes in info.magnolia.setup.for4_3 that implement Task
 class UpdateUserPermissions
          Updates all users to add an extra permission to read their own configuration node..
 

Uses of Task in info.magnolia.setup.for4_4_3
 

Classes in info.magnolia.setup.for4_4_3 that implement Task
 class UpdateUserManagers
          Updates user managers with maxFailedLoginAttempts property which is used in account lockout feature.
 

Uses of Task in info.magnolia.setup.for4_4_5
 

Classes in info.magnolia.setup.for4_4_5 that implement Task
 class UpdateUserManagersWithLockTimePeriod
          Updates user managers with lockTimePeriod property which is used in account lockout feature.
 



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