Method Summary |
|
protected void | assembleFlow() Assemble the held flow definition, delegating to the configured
FlowAssembler (director). |
protected long | calculateLastModified() Helper that retrieves the last modified date by querying the backing flow
resource. |
protected FlowBuilder | getFlowBuilder() Returns the flow builder that actually builds the Flow definition. |
public synchronized FlowDefinition | getFlowDefinition() |
public String | getFlowDefinitionId() |
protected long | getLastModified() Returns the last modifed date of the backed flow definition resource. |
protected boolean | isAssembled() Returns a flag indicating if this holder has performed and completed
flow definition assembly. |
protected boolean | isAssembling() Returns a flag indicating if this holder is performing assembly. |
public synchronized void | refresh() |
protected void | refreshIfChanged() Reassemble the flow if its underlying resource has changed. |