org.drools.guvnor.server.converters.decisiontable
Class DecisionTableXLSToDecisionTableGuidedConverter

java.lang.Object
  extended by org.drools.guvnor.server.converters.AbstractConverter
      extended by org.drools.guvnor.server.converters.decisiontable.DecisionTableXLSToDecisionTableGuidedConverter

@ApplicationScoped
public class DecisionTableXLSToDecisionTableGuidedConverter
extends AbstractConverter

Converter from a XLS Decision Table to a Guided Decision Table


Constructor Summary
DecisionTableXLSToDecisionTableGuidedConverter()
           
 
Method Summary
 ConversionResult convert(AssetItem item)
           
protected  void createNewAsset(AssetItem item, NewAssetWithContentConfiguration<? extends PortableObject> config, ConversionResult result)
           
 
Methods inherited from class org.drools.guvnor.server.converters.AbstractConverter
isTargetFormatSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionTableXLSToDecisionTableGuidedConverter

public DecisionTableXLSToDecisionTableGuidedConverter()
Method Detail

convert

public ConversionResult convert(AssetItem item)
Specified by:
convert in class AbstractConverter

createNewAsset

protected void createNewAsset(AssetItem item,
                              NewAssetWithContentConfiguration<? extends PortableObject> config,
                              ConversionResult result)
                       throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.