Uses of Class
de.xima.fc.exceptions.WorkflowPlaceholderException
- 
Packages that use WorkflowPlaceholderException Package Description de.xima.fc.refactor  - 
- 
Uses of WorkflowPlaceholderException in de.xima.fc.refactor
Methods in de.xima.fc.refactor that throw WorkflowPlaceholderException 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. 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. 
 -