Uses of Interface
de.xima.fc.workflow.processor.iface.IPlaceholderRefactorMapper
- 
Packages that use IPlaceholderRefactorMapper Package Description de.xima.fc.refactor  - 
- 
Uses of IPlaceholderRefactorMapper in de.xima.fc.refactor
Methods in de.xima.fc.refactor that return IPlaceholderRefactorMapper Modifier and Type Method Description static IPlaceholderRefactorMapperWorkflowPlaceholderRefactorProcessor. createFormElementNameChangeRefactorer(String oldName, String newName)Creates the refactorer that can be used withWorkflowPlaceholderRefactorProcessor.refactorPlaceholders(Object, IElementHandler, IPlaceholderRefactorMapper)for when a form element name was renamed.Methods in de.xima.fc.refactor with parameters of type IPlaceholderRefactorMapper Modifier and Type Method Description static booleanWorkflowPlaceholderRefactorProcessor. refactorPlaceholders(Object data, IElementHandler<?,?> handler, IPlaceholderRefactorMapper refactorer)Replaces all placeholders in the given properties model of a workflow element.static booleanWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowElement(AWorkflowElement<?,?> element, IPlaceholderRefactorMapper refactorer, Mandant client)PerformsrefactorPlaceholdersin the given workflow element (node or trigger).static IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowProcess(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client)PerformsrefactorPlaceholdersin all elements of the given process.static IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowTask(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client)PerformsrefactorPlaceholdersin all elements of the given task.static IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowVersion(long workflowVersionId, IPlaceholderRefactorMapper refactorer, IEntityContext ec)Reads the given workflow version from the database, performsrefactorPlaceholderson that version, and writes back the version to the database.static IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowVersion(WorkflowVersion version, IPlaceholderRefactorMapper refactorer, Mandant client)PerformsrefactorPlaceholdersin all elements of the given version. 
 -