org.drools.guvnor.client.rpc
Class NewRuleContentTextAssetConfiguration

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

public class NewRuleContentTextAssetConfiguration
extends NewAssetWithContentConfiguration<RuleContentText>
implements com.google.gwt.user.client.rpc.IsSerializable

The configuration information required for a new RuleContentText Asset


Constructor Summary
NewRuleContentTextAssetConfiguration()
           
NewRuleContentTextAssetConfiguration(String assetName, String packageName, String packageUUID, String description, String initialCategory, String format, RuleContentText 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

NewRuleContentTextAssetConfiguration

public NewRuleContentTextAssetConfiguration()

NewRuleContentTextAssetConfiguration

public NewRuleContentTextAssetConfiguration(String assetName,
                                            String packageName,
                                            String packageUUID,
                                            String description,
                                            String initialCategory,
                                            String format,
                                            RuleContentText content)


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