public class FlowDiagramManager extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
FlowDiagramManager() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected IFlowGenerator |
createFlowGenerator(String generatorBeanClass)
Optional IFlowGenerator.
|
void |
destroy() |
void |
generate(Configuration configuration) |
void |
generate(IAdapter adapter) |
void |
generate(List<Configuration> configurations) |
InputStream |
get(Configuration configuration) |
InputStream |
get(IAdapter adapter) |
InputStream |
get(List<Configuration> configurations) |
String |
getAdapterConfigurationAsString(IAdapter adapter) |
String |
getConfigurationXml(List<Configuration> configurations) |
org.springframework.util.MimeType |
getMediaType() |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public org.springframework.util.MimeType getMediaType()
protected IFlowGenerator createFlowGenerator(String generatorBeanClass)
public InputStream get(IAdapter adapter) throws IOException
IOException
public InputStream get(Configuration configuration) throws IOException
IOException
public InputStream get(List<Configuration> configurations) throws IOException
IOException
public void generate(IAdapter adapter) throws IOException
IOException
public void generate(Configuration configuration) throws IOException
IOException
public void generate(List<Configuration> configurations) throws IOException
IOException
public String getConfigurationXml(List<Configuration> configurations)
Copyright © 2023 Frank!Framework. All rights reserved.