|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(Artifact artifact)
|
|
ArtifactEditor(Artifact artifact,
boolean historicalReadOnly)
|
|
ArtifactEditor(Artifact artifact,
boolean historicalReadOnly,
com.google.gwt.user.client.Command refreshCommand,
OpenItemCommand openItemCommand,
com.google.gwt.user.client.Command closeCommand)
|
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. |
Uses of Artifact in org.drools.guvnor.client.ruleeditor |
---|
Methods in org.drools.guvnor.client.ruleeditor that return Artifact | |
---|---|
Artifact |
MetaDataWidgetNew.getData()
Return the data if it is to be saved. |
Artifact |
MetaDataWidget.getData()
Return the data if it is to be saved. |
Methods in org.drools.guvnor.client.ruleeditor with parameters of type Artifact | |
---|---|
void |
MetaDataWidget.setMetaData(Artifact data)
|
Constructors in org.drools.guvnor.client.ruleeditor with parameters of type Artifact | |
---|---|
CommentWidget(Artifact artifact,
boolean readOnly)
|
|
DiscussionWidget(Artifact artifact,
boolean readOnly)
|
|
MetaDataWidget(Artifact d,
boolean readOnly,
String uuid,
com.google.gwt.user.client.Command metaDataRefreshView,
com.google.gwt.user.client.Command fullRefreshView)
|
|
MetaDataWidgetNew(Artifact artifact,
boolean readOnly,
String uuid,
com.google.gwt.user.client.Command refreshCommand,
OpenItemCommand openItemCommand,
com.google.gwt.user.client.Command closeCommand)
|
|
RuleDocumentWidget(Artifact artifact,
boolean readOnly)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |