Uses of Interface
de.xima.fc.workflow.processor.iface.IWorkflowPlaceholderRefactorRetVal
-
Packages that use IWorkflowPlaceholderRefactorRetVal Package Description de.xima.fc.refactor de.xima.fc.workflow.processor.model -
-
Uses of IWorkflowPlaceholderRefactorRetVal in de.xima.fc.refactor
Methods in de.xima.fc.refactor that return IWorkflowPlaceholderRefactorRetVal Modifier and Type Method Description static IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowProcess(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in all elements of the given process.static IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowTask(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in all elements of the given task.static IWorkflowPlaceholderRefactorRetVal
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.static IWorkflowPlaceholderRefactorRetVal
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 IWorkflowPlaceholderRefactorRetVal Modifier and Type Class Description class
WorkflowPlaceholderRefactorRetVal
Default POJO implementation ofIWorkflowPlaceholderRefactorRetVal
with a builder.Methods in de.xima.fc.workflow.processor.model that return IWorkflowPlaceholderRefactorRetVal Modifier and Type Method Description IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorRetVal.Builder. build()
-