Uses of Class
de.xima.fc.workflow.designer.model.client.ClientTemplateView
-
Packages that use ClientTemplateView Package Description de.xima.fc.workflow.designer.model.client -
-
Uses of ClientTemplateView in de.xima.fc.workflow.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client that return ClientTemplateView Modifier and Type Method Description static ClientTemplateView
ClientTemplateView. forTemplate(Textbaustein template)
Methods in de.xima.fc.workflow.designer.model.client that return types with arguments of type ClientTemplateView Modifier and Type Method Description Map<UUID,ClientTemplateView>
WorkflowExternalState. getTemplatesHtml()
Map<UUID,ClientTemplateView>
WorkflowExternalState. getTemplatesUrl()
Method parameters in de.xima.fc.workflow.designer.model.client with type arguments of type ClientTemplateView Modifier and Type Method Description void
WorkflowExternalState. updateTemplatesHtml(Map<UUID,ClientTemplateView> templatesHtml)
void
WorkflowExternalState. updateTemplatesUrl(Map<UUID,ClientTemplateView> templatesUrl)
-