org.eclipse.stardust.engine.core.spi.extensions.model
Interface AccessPointProvider
public interface AccessPointProvider
Provides an abstraction of an entity supporting external data reads or writes via
AccessPoints.
Examples are JavaBeans providing properties or JMS messages providing various
attributes.
- Version:
- $Revision$
- Author:
- ubirkemeyer
createIntrinsicAccessPoints
Iterator createIntrinsicAccessPoints(Map context,
Map typeAttributes)
- Retrieves the list of
AccessPoints provided by this entity.
The implementation is expected to not throw any exceptions.
- Parameters:
context - Implementation specific context attributes.typeAttributes - Implementation specific static attributes.
- Returns:
- An
Iterator over the provided access points.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.