Uses of Interface
de.xima.fc.workflow.processor.iface.IWorkflowPlaceholderRefactorRetVal
Packages that use IWorkflowPlaceholderRefactorRetVal
-
Uses of IWorkflowPlaceholderRefactorRetVal in de.xima.fc.refactor
Methods in de.xima.fc.refactor that return IWorkflowPlaceholderRefactorRetValModifier and TypeMethodDescriptionWorkflowPlaceholderRefactorProcessor.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. -
Uses of IWorkflowPlaceholderRefactorRetVal in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IWorkflowPlaceholderRefactorRetValModifier and TypeClassDescriptionfinal class
Default POJO implementation ofIWorkflowPlaceholderRefactorRetVal
with a builder.Methods in de.xima.fc.workflow.processor.model that return IWorkflowPlaceholderRefactorRetVal