Package | Description |
---|---|
info.magnolia.i18nsystem.setup | |
info.magnolia.module | |
info.magnolia.module.delta | |
info.magnolia.nodebuilder.task | |
info.magnolia.rendering.module.setup | |
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.for5_2 | |
info.magnolia.setup.initial | |
info.magnolia.setup.nodetype | |
info.magnolia.virtualuri.setup.delta |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoveHardcodedI18nPropertiesTask
Removes some well-known deprecated i18n properties whose keys are now generated via the
I18nizer mechanism. |
class |
RemoveHardcodedI18nPropertiesFromDialogsTask
Removes deprecated i18n properties from all dialogs under this app.
|
class |
RemoveHardcodedI18nPropertiesFromSubappsTask
Removes deprecated i18n properties from all subapps under this app.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
AddUsersPermissionTask
A task to add a permission to all users under provided path.
|
class |
AllChildrenNodesOperation
Deprecated.
since 5.6, used
AllChildrenTask instead. |
class |
AllChildrenTask
The
AllChildrenTask helps traversing all level-1 children and execute changes on them. |
class |
AllModulesNodeOperation
Deprecated.
since 5.6 - without replacement.
|
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.
|
class |
ChangeTemplateTask
Task to change the template of page or component.
|
class |
ChangeVirtualUriMappingTask
Task for changing Virtual URI mappings - replaces old toURI and oldURI values with new ones.
|
class |
CopyNodeTask
Copies a node by performing a in session copy operation.
|
class |
CopyOrReplaceNodePropertiesTask
Copies a node's properties to another node.
|
class |
CopyPropertyTask
Copies a property.
|
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 |
FindAndChangeTemplateIdTask
Task which find all content with specific template id and change template id to new one.
|
class |
ImportNodesFromPropertiesTask
A Task which will import nodes and properties using a .properties file.
|
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 |
MovePropertyTask
Moves a property.
|
class |
NodeVisitorTask
The
NodeVisitorTask helps traversing a repository, match nodes and execute changes on them. |
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 |
OrderNodeTo1stPosTask
Deprecated.
since 5.2.2 - use
OrderNodeToFirstPositionTask instead |
class |
OrderNodeToFirstPositionTask
Sets the Node of a given path in a given repository to the first position of all children.
|
class |
PropertiesImportTask
Deprecated.
since 5.6 - use
ImportNodesFromPropertiesTask instead. |
class |
QueryElementsAndDisplayWarningTask
Displays user a warning message based on the query statement and workspace passed in.
|
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 |
RemoveInstallFilesTask
Removes install file(s) from ${magnolia.home}/${filesPath} and its md5 node from "config:server/install/mgnl-files/${filesPath}".
|
class |
RemoveNodesTask
Removes a list of nodes referenced by their absolute paths.
In case a Node does not exist, logs an info message if the flag RemoveNodesTask.displayInfoMessageForMissingNodes is set to true.Otherwise just continues with the next absolute path from the list. |
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 |
RemovePropertiesTask
Removes a list of properties referenced by their absolute paths.
In case property does not exist, logs an info message if the flag RemovePropertiesTask.displayInfoMessageForMissingNodes is set to true.Otherwise just continues with the next absolute path from the list. |
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 |
RenameNodeTask
This task renames a specified node.
|
class |
RenamePropertiesTask
Renames all properties having a certain name to the provided new name.
|
class |
RenamePropertyAllModulesNodeTask
Deprecated.
since 5.6 without replacement.
|
class |
RenamePropertyTask
Renames a property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeBuilderTask
Deprecated.
since 5.3 - use
AbstractNodeBuilderTask instead. |
class |
ModuleConfigNodeBuilderTask
Deprecated.
since 5.3 - use
ModuleConfigNodeBuilderTask instead. |
class |
ModuleNodeBuilderTask
Deprecated.
since 5.3 - use
ModuleNodeBuilderTask instead. |
class |
NodeBuilderTask
Deprecated.
since 5.3 - use
NodeBuilderTask instead. |
Modifier and Type | Class and Description |
---|---|
class |
InstallRendererContextAttributeTask
Task for installing context attributes to renderers.
|
Modifier and Type | Class and Description |
---|---|
class |
AddActivatableMixinForMgnlResourceTask
Adds activatable mixin to the
NodeTypes.Resource node type. |
class |
AddLockableMixinToActivatableMixinTask
Adds lockable mixin
JcrConstants.MIX_LOCKABLE to the NodeTypes.Activatable node type. |
class |
AddLockableMixinToVersionableMixinTask
Adds lockable mixin
JcrConstants.MIX_LOCKABLE to the NodeTypes.Versionable node type. |
class |
ChangeNodeTypeOfSubAppsTask
Task will find all subApps which are primary node type mgnl:content and will change it to mgnl:contentNode.
|
class |
HashUsersPasswords
Deprecated.
since 5.6.
|
class |
MigrateVersionWorkspacesToNewStructureTask
Migrates version store to the new structure.
|
class |
RenameVersionNodesTask
Changes versioned node names to uuids.
|
Modifier and Type | Class and Description |
---|---|
class |
RenameACLNodesTask
Renames ACL nodes for all roles from the old format of acl_repositoryName_workspaceName to acl_workspaceName.
|
class |
UpdateSecurityFilterClientCallbacksConfiguration
Deprecated.
since 5.6 – without replacement.
|
class |
UpdateUserManagers
Updates user managers with properties used in account lockout feature.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckOrCreateLastActivatedPropertyTask
This task checks whether the node specified by
workspace and path constructor parameters has the mgnl:lastActivated property set,
and if not, sets it to the current date &time (by calling NodeTypes.Activatable#update(Node, String, boolean) . |
class |
ConvertMetaDataUpdateTask
Update task for migration content with MetaData sub nodes to instead use mixins on the content node itself.
|
class |
Register50NodeTypeTask
Register the new M5.0 nodeType definition.
|
class |
RemoveMetaDataInNodeTypeDefinitionTask
Remove metaData nodeType's defined as 'childNodeDefinition' for all registered nodeType that still define this dependency.
Create a list of registered nodeTypes that have metaData nodeType as 'childNodeDefinition'. This list is then return by AbstractNodeTypeRegistrationTask.getNodeTypesToRegister(NodeTypeManager) and handled as an update of nodeType. |
Modifier and Type | Class and Description |
---|---|
class |
AddActivatableMixinForContentNodeTask
Add the mixIn
NodeTypes.Activatable.NAME to the NodeTypes.ContentNode node type definition. |
class |
GrantReadPermissionToRolesTask
Add a read permission to role itself if not already defined.
|
class |
IdentifySameNameSiblingNodesTask
Identify all sibling nodes for a defined workspace, sub path and nodeTypes.
If the nodesTypes is empty or null, search all 'nt:base' nodes. |
class |
RemoveOpenWFEPermissionsTask
Task that will find all openWFE permissions from the userroles workspace and remove them.
|
class |
RenameSameNameSiblingNodesTask
Identify all sibling nodes for a defined workspace, sub path and nodeTypes.
If the nodesTypes is empty or null, search all 'nt:base' nodes. |
Modifier and Type | Class and Description |
---|---|
class |
AddFilterBypassTask
Adds bypass to an existing filter.
|
class |
AddURIPermissionsToAllRoles
Deprecated.
since 5.6.
|
class |
LoginAuthTypePropertyMovedToFilter
Updates authentication type configuration.
|
class |
LoginFormPropertyMovedToFilter
Updates login form location.
|
class |
UpdateURI2RepositoryMappings
Deprecated.
since 5.6.
|
class |
UpdateURIMappings
Deprecated.
since 5.6.
|
class |
WarnIgnoredModuleFilters
Deprecated.
since 5.6.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeTypeRegistrationTask
Task allowing to register or un-register nodeTypes.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateMappingClassesAndPropertiesTask
Update virtualUriMappings records with following changes:
Update 'class' property to new value
Rename 'toURI' property to 'toUri'
Rename 'fromURI' property to 'fromUri'
Default deprecated classes (info.magnolia.cms.beans.config.*) will be replaced automatically:
info.magnolia.cms.beans.config.DefaultVirtualURIMapping updated to info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
info.magnolia.cms.beans.config.RegexpVirtualURIMapping updated to info.magnolia.virtualuri.mapping.RegexpVirtualUriMapping
info.magnolia.cms.beans.config.RotatingVirtualURIMapping updated to info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping
info.magnolia.cms.beans.config.HostBasedVirtualURIMapping updated to info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping updated to info.magnolia.virtualuri.mapping.HostBasedRegexpVirtualUriMapping.
Parameter additionalMappingClasses contains customized old-new VirtualUriMappings that will be replaced.
|
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.