org.eclipse.stardust.engine.core.spi.extensions.model
Interface ApplicationValidator
public interface ApplicationValidator
Provides static validation of Application
configurations. Will be used during modeling.
- Version:
- $Revision$
- Author:
- ubirkemeyer
- See Also:
org.eclipse.stardust.engine.core.compatibility.spi.model.gui.ApplicationPropertiesPanel
validate
List validate(Map attributes,
Map typeAttributes,
Iterator accessPoints)
- Performs static application validation. An implementation is expected to
inspect the given application and type attributes and access points and indicate any
problems with an appropriate
Inconsistency.
- Parameters:
attributes - Implementation specific context attributes.typeAttributes - Implementation specific application type attributesaccessPoints - Implemenatation specific AccessPoints.
- Returns:
- The list of found
Inconsistency instances. - See Also:
org.eclipse.stardust.engine.core.compatibility.spi.model.gui.ApplicationPropertiesPanel#getAttributes(),
org.eclipse.stardust.engine.core.compatibility.spi.model.gui.ApplicationPropertiesPanel#setTypeAttributes(java.util.Map),
org.eclipse.stardust.engine.core.compatibility.spi.model.gui.ApplicationPropertiesPanel#createAccessPoints(org.eclipse.stardust.engine.api.model.IApplication)
Copyright © 2014 Eclipse Stardust. All Rights Reserved.