public interface FlowModelHolder
FlowModelRegistry.registerFlowModel(String, FlowModelHolder)| Modifier and Type | Method and Description |
|---|---|
FlowModel |
getFlowModel()
Returns the flow model held by this holder.
|
org.springframework.core.io.Resource |
getFlowModelResource()
Returns the underlying resource defining the flow model.
|
boolean |
hasFlowModelChanged()
Has the underlying flow model changed since it was last accessed via a call to
getFlowModel(). |
void |
refresh()
Refresh the flow model held by this holder.
|
FlowModel getFlowModel()
boolean hasFlowModelChanged()
getFlowModel().org.springframework.core.io.Resource getFlowModelResource()
void refresh()