|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.admininterface.setup.for4_0 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.module.admininterface.setup.for4_0 | |
---|---|
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 AbstractRepositoryTask in info.magnolia.module.admininterface.setup.for4_3 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.module.admininterface.setup.for4_3 | |
---|---|
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 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 |
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
A task to remove a permission from a role, using RoleManager . |
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.module.exchangesimple.setup.for3_5 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.module.exchangesimple.setup.for3_5 | |
---|---|
class |
UpdateActivationConfigTask
Updates configuration and naming of activation related nodes in Magnolia as part of 3.0 upgrade. |
Uses of AbstractRepositoryTask in info.magnolia.module.mail.setup |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.module.mail.setup | |
---|---|
class |
MoveNodeContentTask
Deprecated. since 4.4 - will be properly renamed for Magnolia 5.0 |
Uses of AbstractRepositoryTask in info.magnolia.module.templating.setup.for4_0 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.module.templating.setup.for4_0 | |
---|---|
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 AbstractRepositoryTask in info.magnolia.module.workflow.setup.for3_5 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.module.workflow.setup.for3_5 | |
---|---|
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 AbstractRepositoryTask in info.magnolia.nodebuilder.task |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.nodebuilder.task | |
---|---|
class |
AbstractNodeBuilderTask
Base class for Task s 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 |
AddFilterBypassTask
Adds bypass to an existing filter. |
class |
ChangeNodeTypesInUserWorkspace
Task used to change nt:folder into mgnl:folder type in users workspace. |
Uses of AbstractRepositoryTask in info.magnolia.setup.for3_5 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.setup.for3_5 | |
---|---|
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 |
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 |
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. |
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.. |
Uses of AbstractRepositoryTask in info.magnolia.setup.for4_4_3 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.setup.for4_4_3 | |
---|---|
class |
UpdateUserManagers
Updates user managers with maxFailedLoginAttempts property which is used in account lockout feature. |
Uses of AbstractRepositoryTask in info.magnolia.setup.for4_4_5 |
---|
Subclasses of AbstractRepositoryTask in info.magnolia.setup.for4_4_5 | |
---|---|
class |
UpdateUserManagersWithLockTimePeriod
Updates user managers with lockTimePeriod property which is used in account lockout feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |