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