|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccessPoint
An AccessPoint is a modelling element where an Application provides access to it's data. It is used as the endpoint for a data mapping. An AccessPoint can expose a java type or a custom defined type to be the end point of a data mapping. Every application keeps a map of all access points identified by the ID attribute.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
Object getAttribute(String name)
name - the name of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||