Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.widgets.drools.wizards.assets
Class NewAssetWizardContext

java.lang.Object
  extended by com.google.gwt.place.shared.Place
      extended by org.drools.guvnor.client.widgets.drools.wizards.assets.NewAssetWizardContext
All Implemented Interfaces:
WizardContext
Direct Known Subclasses:
NewGuidedDecisionTableAssetWizardContext

public abstract class NewAssetWizardContext
extends com.google.gwt.place.shared.Place
implements WizardContext

A container for the details required to create a new Asset on the repository


Field Summary
 
Fields inherited from class com.google.gwt.place.shared.Place
NOWHERE
 
Constructor Summary
NewAssetWizardContext(String assetName, String packageName, String packageUUID, String description, String initialCategory, String format)
           
 
Method Summary
 String getAssetName()
           
 String getDescription()
           
 String getFormat()
           
 String getInitialCategory()
           
 String getPackageName()
           
 String getPackageUUID()
           
 Map<String,Object> getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewAssetWizardContext

public NewAssetWizardContext(String assetName,
                             String packageName,
                             String packageUUID,
                             String description,
                             String initialCategory,
                             String format)
Method Detail

getAssetName

public String getAssetName()

getPackageName

public String getPackageName()

getPackageUUID

public String getPackageUUID()

getFormat

public String getFormat()

getDescription

public String getDescription()

getInitialCategory

public String getInitialCategory()

getParameters

public Map<String,Object> getParameters()
Specified by:
getParameters in interface WizardContext

Guvnor web application Drools 6.0.0-SNAPSHOT

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