|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getAccessPathEvaluatorClass()
Gets the fully qualified name of the AccessPathEvaluator used to evaluate access
paths applyied to this access point. |
java.util.Map |
getAllAttributes()
Gets all the attributes defined for this access point. |
java.lang.Object |
getAttribute(java.lang.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. |
java.lang.String |
getId()
Gets the ID of this access point. |
java.lang.String |
getName()
Gets the human readable name of the access point. |
| Method Detail |
|---|
org.eclipse.stardust.common.Direction getDirection()
java.lang.String getAccessPathEvaluatorClass()
AccessPathEvaluator used to evaluate access
paths applyied to this access point.
java.lang.String getId()
java.lang.String getName()
java.util.Map getAllAttributes()
java.lang.Object getAttribute(java.lang.String name)
name - the name of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||