A B C D E G H I L M N O R S T U V W

A

acceptResource(InstallContext, String) - Method in class it.openutils.mgnltasks.BootstrapMissingNodesTask
acceptResource(InstallContext, String) - Method in class it.openutils.mgnltasks.DirectoryBootstrapTask
acceptResource(InstallContext, String) - Method in class it.openutils.mgnltasks.ExistenceConditionalBootstrapTask
acceptResource(InstallContext, String) - Method in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
addExcludeRepositoryFromBootstrap(String) - Method in class it.openutils.mgnltasks.SimpleModuleVersionHandler
Deprecated. 
addIncludedRepositoryInmBootstrap(String) - Method in class it.openutils.mgnltasks.SimpleModuleVersionHandler
Add a repository to bootstrap *inclusion* list
addModuleConfigBootstrapTasks(String, Delta) - Method in class it.openutils.mgnltasks.DiffSimpleModuleVersionHandler
Deletes any existing module configuration node (templates, paragraphs, virtualURI and dialogs) before reimporting all the content of the bootstrap folder, to avoid any leftover or problems with renamed items.
addModuleConfigBootstrapTasks(String, Delta) - Method in class it.openutils.mgnltasks.SimpleModuleVersionHandler
Deletes any existing module configuration node (templates, paragraphs, virtualURI and dialogs) before reimporting all the content of the bootstrap folder, to avoid any leftover or problems with renamed items.
AddPermissionTask - Class in it.openutils.mgnltasks
Sets or add permissions on a repository:path for a given role.
AddPermissionTask(String, String, String, long) - Constructor for class it.openutils.mgnltasks.AddPermissionTask
 
AnonymousUserSetupTask - Class in it.openutils.mgnltasks
A task that can be used to add or remove read only access to the anonymous user (for an easy admin/public switch).
AnonymousUserSetupTask(boolean) - Constructor for class it.openutils.mgnltasks.AnonymousUserSetupTask
 

B

BaseCheckMissingTask - Class in it.openutils.mgnltasks
An abstract task that check for invalid templates/paragraphs.
BaseCheckMissingTask(String, String) - Constructor for class it.openutils.mgnltasks.BaseCheckMissingTask
 
BootstrapMissingNodesTask - Class in it.openutils.mgnltasks
Bootstrap all the files in a single directory, only if nodes are not already existing in the repository.
BootstrapMissingNodesTask(String) - Constructor for class it.openutils.mgnltasks.BootstrapMissingNodesTask
Bootstrap all the files included in the /mgnl-bootstrap/(folder) directory, only if the nodes are not already existing.

C

ChangeDefaultPasswordTask - Class in it.openutils.mgnltasks
A task that changes the password of an user if the current password is the default one.
ChangeDefaultPasswordTask(String, String, String) - Constructor for class it.openutils.mgnltasks.ChangeDefaultPasswordTask
 
ChangeExistingPropertyTask - Class in it.openutils.mgnltasks
Change a nodedata value only if the previous value matches the expected one
ChangeExistingPropertyTask(String, String, String, Object, Object) - Constructor for class it.openutils.mgnltasks.ChangeExistingPropertyTask
 
ChangePropertyForEachChildrenTask - Class in it.openutils.mgnltasks
Change a nodedata value for all the children of a given node.
ChangePropertyForEachChildrenTask(String, String, String, Object, Object) - Constructor for class it.openutils.mgnltasks.ChangePropertyForEachChildrenTask
 
CheckAndCreateGroupTask - Class in it.openutils.mgnltasks
Creates a group if not already existing.
CheckAndCreateGroupTask(String, String) - Constructor for class it.openutils.mgnltasks.CheckAndCreateGroupTask
 
CheckAndCreateRoleTask - Class in it.openutils.mgnltasks
Creates a role if not already existing.
CheckAndCreateRoleTask(String, String) - Constructor for class it.openutils.mgnltasks.CheckAndCreateRoleTask
 
CheckAndCreateUserTask - Class in it.openutils.mgnltasks
Creates a user if not already existing.
CheckAndCreateUserTask(String, String) - Constructor for class it.openutils.mgnltasks.CheckAndCreateUserTask
 
CheckMissingParagraphsTask - Class in it.openutils.mgnltasks
A task that checks for pages that contains invalid (missing) paragraphs and logs the result as an error on startup.
CheckMissingParagraphsTask() - Constructor for class it.openutils.mgnltasks.CheckMissingParagraphsTask
 
CheckMissingTemplatesTask - Class in it.openutils.mgnltasks
A task that checks for pages that contains invalid (missing) templates and logs the result as an error on startup.
CheckMissingTemplatesTask() - Constructor for class it.openutils.mgnltasks.CheckMissingTemplatesTask
 
ConditionalBootstrapResource - Class in it.openutils.mgnltasks
A base abstract class for tasks that bootstrap a resource based on a condition.
ConditionalBootstrapResource(String, String, String) - Constructor for class it.openutils.mgnltasks.ConditionalBootstrapResource
 
ConditionalTask - Class in it.openutils.mgnltasks
Base abstract task that executes a list of other tasks only if a specific node/nodedata doesn't already exists in the repository.
ConditionalTask(String, String, List<Task>) - Constructor for class it.openutils.mgnltasks.ConditionalTask
 
CreateDefaultRepositoryAclForAllUsersTask - Class in it.openutils.mgnltasks
Adds a default repository permissions for all the configured users, only if there is no acl set for the given repository.
CreateDefaultRepositoryAclForAllUsersTask(String, long) - Constructor for class it.openutils.mgnltasks.CreateDefaultRepositoryAclForAllUsersTask
 
CreateMissingPropertyTask - Class in it.openutils.mgnltasks
Set a nodedata if not existing.
CreateMissingPropertyTask(String, String, String, String, String, String) - Constructor for class it.openutils.mgnltasks.CreateMissingPropertyTask
Deprecated. 
CreateMissingPropertyTask(String, String, String, Object) - Constructor for class it.openutils.mgnltasks.CreateMissingPropertyTask
 

D

deleteNode(InstallContext, String) - Method in class it.openutils.mgnltasks.DiffModuleConfigBootstrapTask
Deletes a node.
deleteNode(InstallContext, String) - Method in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
Deletes a node.
DeleteNodeTask - Class in it.openutils.mgnltasks
Deletes a node (if existing).
DeleteNodeTask(String, String) - Constructor for class it.openutils.mgnltasks.DeleteNodeTask
 
DiffModuleConfigBootstrapTask - Class in it.openutils.mgnltasks
Extends ModuleConfigBootstrapTask, optimizing the bootstrap by only loading changed files.
DiffModuleConfigBootstrapTask(String) - Constructor for class it.openutils.mgnltasks.DiffModuleConfigBootstrapTask
 
DiffModuleConfigBootstrapTask(String, Set<String>) - Constructor for class it.openutils.mgnltasks.DiffModuleConfigBootstrapTask
 
DiffSimpleModuleVersionHandler - Class in it.openutils.mgnltasks
Extends SimpleModuleVersionHandler, optimizing the bootstrap by only loading changed files.
DiffSimpleModuleVersionHandler() - Constructor for class it.openutils.mgnltasks.DiffSimpleModuleVersionHandler
 
DirectoryBootstrapTask - Class in it.openutils.mgnltasks
Bootstrap al the files in a given directory.
DirectoryBootstrapTask(String) - Constructor for class it.openutils.mgnltasks.DirectoryBootstrapTask
 
DisableSubscribersTask - Class in it.openutils.mgnltasks
Disable any configured subscriber.
DisableSubscribersTask() - Constructor for class it.openutils.mgnltasks.DisableSubscribersTask
 
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.AddPermissionTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.AnonymousUserSetupTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.BaseCheckMissingTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.ChangeDefaultPasswordTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.ChangeExistingPropertyTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.ChangePropertyForEachChildrenTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.CheckAndCreateGroupTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.CheckAndCreateRoleTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.CheckAndCreateUserTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.CreateDefaultRepositoryAclForAllUsersTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.CreateMissingPropertyTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.DeleteNodeTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.DisableSubscribersTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.NodeSortTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.ReplaceParagraphTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.ReplaceTemplateTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.SetNodeOrderTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.SetPropertyTask
doExecute(InstallContext) - Method in class it.openutils.mgnltasks.UpdateModuleVersionTask

E

execute(InstallContext) - Method in class it.openutils.mgnltasks.ConditionalBootstrapResource
execute(InstallContext) - Method in class it.openutils.mgnltasks.ConditionalTask
execute(InstallContext) - Method in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
execute(InstallContext) - Method in class it.openutils.mgnltasks.SamplesExtractionTask
ExistenceConditionalBootstrapTask - Class in it.openutils.mgnltasks
Bootstraps a file only if a specific node doesn't already exists in the repository.
ExistenceConditionalBootstrapTask(String, String, int) - Constructor for class it.openutils.mgnltasks.ExistenceConditionalBootstrapTask
 
ExistenceConditionalBootstrapTask(String, String) - Constructor for class it.openutils.mgnltasks.ExistenceConditionalBootstrapTask
 
existsNode(HierarchyManager, String) - Method in class it.openutils.mgnltasks.ConditionalTask
Check if a node exists.
existsNodedata(HierarchyManager, String, String) - Method in class it.openutils.mgnltasks.ConditionalTask
Check if a nodedata exists.

G

getDeltas(InstallContext, Version) - Method in class it.openutils.mgnltasks.SimpleModuleVersionHandler
getResourcesToBootstrap(InstallContext) - Method in class it.openutils.mgnltasks.ExistenceConditionalBootstrapTask

H

handle - Variable in class it.openutils.mgnltasks.ConditionalTask
Handle to check.

I

includedRepositories - Variable in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
 
includedRepositoriesInBootstrap - Variable in class it.openutils.mgnltasks.SimpleModuleVersionHandler
Repositories to include in bootstrap.
it.openutils.mgnltasks - package it.openutils.mgnltasks
 

L

log - Variable in class it.openutils.mgnltasks.SimpleModuleVersionHandler
Logger.

M

ModuleConfigBootstrapTask - Class in it.openutils.mgnltasks
A task to bootstrap a module.
ModuleConfigBootstrapTask(String) - Constructor for class it.openutils.mgnltasks.ModuleConfigBootstrapTask
 
ModuleConfigBootstrapTask(String, List<String>) - Constructor for class it.openutils.mgnltasks.ModuleConfigBootstrapTask
Deprecated. 
ModuleConfigBootstrapTask(String, Set<String>) - Constructor for class it.openutils.mgnltasks.ModuleConfigBootstrapTask
 
modulename - Variable in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
 

N

nodeDataEquals(HierarchyManager, String, String, Object) - Method in class it.openutils.mgnltasks.ConditionalTask
Check if a nodedata exists with a specific value.
NodeSortTask - Class in it.openutils.mgnltasks
Sorts a list of nodes alphabetically.
NodeSortTask(String, String, String) - Constructor for class it.openutils.mgnltasks.NodeSortTask
 
NodeSortTask(String, String) - Constructor for class it.openutils.mgnltasks.NodeSortTask
 

O

operateOnChildNode(Content, InstallContext) - Method in class it.openutils.mgnltasks.CreateDefaultRepositoryAclForAllUsersTask
 

R

ReplaceParagraphTask - Class in it.openutils.mgnltasks
A task that replace any occurrence of a given paragraph with another at startup (handy for renamed paragraphs).
ReplaceParagraphTask(String, String) - Constructor for class it.openutils.mgnltasks.ReplaceParagraphTask
 
ReplaceTemplateTask - Class in it.openutils.mgnltasks
A task that replace any occurrence of a given template with another at startup (handy for renamed templates).
ReplaceTemplateTask(String, String) - Constructor for class it.openutils.mgnltasks.ReplaceTemplateTask
 
resourcesToBootstrap - Variable in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
 

S

SamplesExtractionTask - Class in it.openutils.mgnltasks
Extract samples files to webapp root.
SamplesExtractionTask() - Constructor for class it.openutils.mgnltasks.SamplesExtractionTask
 
SetNodeOrderTask - Class in it.openutils.mgnltasks
 
SetNodeOrderTask(String, String, String[]) - Constructor for class it.openutils.mgnltasks.SetNodeOrderTask
 
SetPropertyTask - Class in it.openutils.mgnltasks
Change a nodedata value.
SetPropertyTask(String, String, String, Object) - Constructor for class it.openutils.mgnltasks.SetPropertyTask
 
shouldBootstrap(InstallContext) - Method in class it.openutils.mgnltasks.ConditionalBootstrapResource
Subclasses must override this method
SimpleModuleVersionHandler - Class in it.openutils.mgnltasks
A base module version handler that re-bootstrap its configuration each time the version number changes.
SimpleModuleVersionHandler() - Constructor for class it.openutils.mgnltasks.SimpleModuleVersionHandler
 
skipResource(String) - Method in class it.openutils.mgnltasks.DiffModuleConfigBootstrapTask
Skips a resource.
skipResource(String) - Method in class it.openutils.mgnltasks.ModuleConfigBootstrapTask
Skips a resource.

T

tasks - Variable in class it.openutils.mgnltasks.ConditionalTask
Subtasks that will be executed if the node doesn't exists.

U

UpdateModuleVersionTask - Class in it.openutils.mgnltasks
A task that updates the current version of a module stored in the config repository.
UpdateModuleVersionTask() - Constructor for class it.openutils.mgnltasks.UpdateModuleVersionTask
 

V

verifyCondition(HierarchyManager, String) - Method in class it.openutils.mgnltasks.ConditionalTask
 

W

workspace - Variable in class it.openutils.mgnltasks.ConditionalTask
Workspace to check.

A B C D E G H I L M N O R S T U V W

Copyright © 2008-2010 Openmind. All Rights Reserved.