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
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 - Implementation specific AccessPoints.
- Returns:
- The list of found
Inconsistency instances.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.