Uses of Class
org.drools.guvnor.client.rpc.Artifact

Packages that use Artifact
org.drools.guvnor.client.packages This holds GUI classes to do with package management. 
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.client.ruleeditor This package is holds the main rule/asset editor. 
 

Uses of Artifact in org.drools.guvnor.client.packages
 

Fields in org.drools.guvnor.client.packages declared as Artifact
protected  Artifact ArtifactEditor.artifact
           
 

Constructors in org.drools.guvnor.client.packages with parameters of type Artifact
ArtifactEditor(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, Artifact artifact)
           
ArtifactEditor(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, Artifact artifact, boolean historicalReadOnly)
           
 

Uses of Artifact in org.drools.guvnor.client.rpc
 

Subclasses of Artifact in org.drools.guvnor.client.rpc
 class PackageConfigData
          This contains data for a package configuration.
 class RuleAsset
          This is the "payload" of a rule asset.
 

Methods in org.drools.guvnor.client.rpc that return Artifact
 Artifact Artifact.setCheckinComment(String checkinComment)
           
 Artifact Artifact.setDateCreated(Date dateCreated)
           
 Artifact Artifact.setDescription(String description)
           
 Artifact Artifact.setFormat(String format)
           
 Artifact Artifact.setLastContributor(String lastContributor)
           
 Artifact Artifact.setLastModified(Date lastModified)
           
 Artifact Artifact.setName(String name)
           
 Artifact Artifact.setReadonly(boolean isreadonly)
           
 Artifact Artifact.setState(String state)
           
 Artifact Artifact.setUuid(String uuid)
           
 Artifact Artifact.setVersionNumber(long versionNumber)
           
 

Uses of Artifact in org.drools.guvnor.client.ruleeditor
 

Methods in org.drools.guvnor.client.ruleeditor that return Artifact
 Artifact MetaDataWidget.getData()
          Return the data if it is to be saved.
 

Constructors in org.drools.guvnor.client.ruleeditor with parameters of type Artifact
CommentWidget(Artifact artifact, boolean readOnly)
           
DiscussionWidget(Artifact artifact, boolean readOnly)
           
MetaDataWidget(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, Artifact artifact, boolean readOnly, String uuid)
           
RuleDocumentWidget(Artifact artifact, boolean readOnly)
           
 



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