public class FlowDefinitionResource extends Object
FlowDefinitionResourceFactory
.FlowDefinitionResource
Constructor and Description |
---|
FlowDefinitionResource(String flowId,
org.springframework.core.io.Resource path,
AttributeMap attributes)
Creates a new flow definition resource
|
Modifier and Type | Method and Description |
---|---|
AttributeMap |
getAttributes()
Returns attributes to assign the flow definition.
|
String |
getId()
Returns the identifier to be assigned to the flow definition.
|
org.springframework.core.io.Resource |
getPath()
Returns the path to the flow definition resource.
|
String |
toString() |
public FlowDefinitionResource(String flowId, org.springframework.core.io.Resource path, AttributeMap attributes)
flowId
- the flow idpath
- the location of the resourceattributes
- meta-attributes describing the flow resourcepublic String getId()
public org.springframework.core.io.Resource getPath()
public AttributeMap getAttributes()