org.eclipse.stardust.engine.core.spi.extensions.model
Interface ApplicationContextValidator
public interface ApplicationContextValidator
Provides static validation of ApplicationContext
configurations. Will be used during modeling.
- Version:
- $Revision$
- Author:
- ubirkemeyer
- See Also:
org.eclipse.stardust.engine.core.compatibility.spi.model.gui.ApplicationContextPropertiesPanel
|
Method Summary |
java.util.List |
validate(java.util.Map attributes,
java.util.Iterator accessPoints)
Performs static application context validation. |
validate
java.util.List validate(java.util.Map attributes,
java.util.Iterator accessPoints)
- Performs static application context validation. An implementation is expected to
inspect the given context attributes and access points and indicate any problems
with an appropriate
Inconsistency.
- Parameters:
attributes - Implementation specific context attributes.accessPoints - Implemenatation specific AccessPoints.
- Returns:
- The list of found
Inconsistency instances. - See Also:
org.eclipse.stardust.engine.core.compatibility.spi.model.gui.ApplicationContextPropertiesPanel#getAttributes()
Copyright © 2014 SunGard CSA LLC. All Rights Reserved.