public interface DataPath extends ModelElement
DataPath class provides read and write access to the workflow data.| Modifier and Type | Method and Description |
|---|---|
String |
getAccessPath() |
String |
getData() |
org.eclipse.stardust.common.Direction |
getDirection()
Gets the direction of the data path.
|
Class |
getMappedType()
Gets the type of the bridge object.
|
boolean |
isDescriptor()
Gets whether this data path is used as a descriptor or not.
|
boolean |
isKeyDescriptor() |
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedIdorg.eclipse.stardust.common.Direction getDirection()
Class getMappedType()
boolean isDescriptor()
The values of data paths marked as descriptors will be automatically attached to the activity instances.
IDescriptorProvider.getDescriptorValue(java.lang.String)boolean isKeyDescriptor()
String getAccessPath()
String getData()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.