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 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. - 
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 classWorkflowPlaceholderRefactorRetValDefault POJO implementation ofIWorkflowPlaceholderRefactorRetValwith a builder.Methods in de.xima.fc.workflow.processor.model that return IWorkflowPlaceholderRefactorRetVal Modifier and Type Method Description IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorRetVal.Builder. build() 
 -