org.drools.guvnor.client.rpc
Class NewGuidedDecisionTableAssetConfiguration

java.lang.Object
  extended by org.drools.guvnor.client.rpc.NewAssetConfiguration
      extended by org.drools.guvnor.client.rpc.NewAssetWithContentConfiguration<GuidedDecisionTable52>
          extended by org.drools.guvnor.client.rpc.NewGuidedDecisionTableAssetConfiguration
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class NewGuidedDecisionTableAssetConfiguration
extends NewAssetWithContentConfiguration<GuidedDecisionTable52>
implements com.google.gwt.user.client.rpc.IsSerializable

The configuration information required for a new Guided Decision Table Asset


Constructor Summary
NewGuidedDecisionTableAssetConfiguration()
           
NewGuidedDecisionTableAssetConfiguration(String assetName, String packageName, String packageUUID, String description, String initialCategory, String format, GuidedDecisionTable52 content)
           
 
Method Summary
 
Methods inherited from class org.drools.guvnor.client.rpc.NewAssetWithContentConfiguration
getContent
 
Methods inherited from class org.drools.guvnor.client.rpc.NewAssetConfiguration
getAssetName, getDescription, getFormat, getInitialCategory, getPackageName, getPackageUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewGuidedDecisionTableAssetConfiguration

public NewGuidedDecisionTableAssetConfiguration()

NewGuidedDecisionTableAssetConfiguration

public NewGuidedDecisionTableAssetConfiguration(String assetName,
                                                String packageName,
                                                String packageUUID,
                                                String description,
                                                String initialCategory,
                                                String format,
                                                GuidedDecisionTable52 content)


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