public interface AccessPoint extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessPathEvaluatorClass()
Gets the fully qualified name of the
AccessPathEvaluator used to evaluate access
paths applyied to this access point. |
Map |
getAllAttributes()
Gets all the attributes defined for this access point.
|
Object |
getAttribute(String name)
Gets the specified attribute of the access point.
|
org.eclipse.stardust.common.Direction |
getDirection()
Gets the direction of the access point which can be IN, OUT or INOUT.
|
String |
getId()
Gets the ID of this access point.
|
String |
getName()
Gets the human readable name of the access point.
|
org.eclipse.stardust.common.Direction getDirection()
String getAccessPathEvaluatorClass()
AccessPathEvaluator used to evaluate access
paths applyied to this access point.String getId()
String getName()
Map getAllAttributes()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.