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

Method Summary
 List validate(Map attributes, Map typeAttributes, Iterator accessPoints)
          Performs static application validation.
 

Method Detail

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 attributes
accessPoints - Implementation specific AccessPoints.
Returns:
The list of found Inconsistency instances.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.