org.drools.guvnor.server.contenthandler.drools
Class DecisionTableXLSHandler
java.lang.Object
org.drools.guvnor.server.contenthandler.ContentHandler
org.drools.guvnor.server.contenthandler.drools.DecisionTableXLSHandler
- All Implemented Interfaces:
- ICompilable, IRuleAsset
public class DecisionTableXLSHandler
- extends ContentHandler
- implements IRuleAsset
This is for handling XLS content (classic decision tables).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionTableXLSHandler
public DecisionTableXLSHandler()
retrieveAssetContent
public void retrieveAssetContent(Asset asset,
AssetItem item)
throws com.google.gwt.user.client.rpc.SerializationException
- Specified by:
retrieveAssetContent
in class ContentHandler
- Throws:
com.google.gwt.user.client.rpc.SerializationException
storeAssetContent
public void storeAssetContent(Asset asset,
AssetItem repoAsset)
throws com.google.gwt.user.client.rpc.SerializationException
- Specified by:
storeAssetContent
in class ContentHandler
- Throws:
com.google.gwt.user.client.rpc.SerializationException
assembleDRL
public void assembleDRL(BRMSPackageBuilder builder,
Asset asset,
StringBuilder stringBuilder)
- Specified by:
assembleDRL
in interface IRuleAsset
assembleDRL
public void assembleDRL(BRMSPackageBuilder builder,
AssetItem asset,
StringBuilder stringBuilder)
- Specified by:
assembleDRL
in interface IRuleAsset
compile
public void compile(BRMSPackageBuilder builder,
AssetItem asset,
AssemblyErrorLogger logger)
throws org.drools.compiler.DroolsParserException,
IOException
- Specified by:
compile
in interface ICompilable
- Throws:
org.drools.compiler.DroolsParserException
IOException
getRawDRL
public String getRawDRL(AssetItem asset)
- Specified by:
getRawDRL
in interface IRuleAsset
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.