org.drools.guvnor.server.contenthandler
Interface IValidating

All Known Implementing Classes:
EnumerationContentHandler, SpringContextContentHandler

public interface IValidating

This interface indicates that an asset can validate itself, and present errors if requested. Each IRuleAsset can already do this, so its not really required for them. Only other non-rule type assets. (eg supporting). The idea is that feedback can be provided where the user is entering stuff.


Method Summary
 BuilderResult validateAsset(AssetItem asset)
           
 BuilderResult validateAsset(RuleAsset asset)
           
 

Method Detail

validateAsset

BuilderResult validateAsset(AssetItem asset)

validateAsset

BuilderResult validateAsset(RuleAsset asset)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.