Uses of Interface
de.xima.fc.workflow.processor.iface.IPlaceholderRefactorMapper
Packages that use IPlaceholderRefactorMapper
-
Uses of IPlaceholderRefactorMapper in de.xima.fc.refactor
Methods in de.xima.fc.refactor that return IPlaceholderRefactorMapperModifier and TypeMethodDescriptionstatic IPlaceholderRefactorMapper
WorkflowPlaceholderRefactorProcessor.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 IPlaceholderRefactorMapperModifier and TypeMethodDescriptionstatic boolean
WorkflowPlaceholderRefactorProcessor.refactorPlaceholders
(Object data, IElementHandler<?, ?> handler, IPlaceholderRefactorMapper refactorer) Replaces all placeholders in the given properties model of a workflow element.static boolean
WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowElement
(AWorkflowElement<?, ?> element, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholders
in the given workflow element (node or trigger).WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowProcess
(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholders
in all elements of the given process.WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowTask
(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholders
in all elements of the given task.WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowVersion
(long workflowVersionId, IPlaceholderRefactorMapper refactorer, IEntityContext ec) Reads the given workflow version from the database, performsrefactorPlaceholders
on that version, and writes back the version to the database.WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowVersion
(WorkflowVersion version, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholders
in all elements of the given version.