|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuilderResultLine | |
|---|---|
| org.drools.guvnor.client.rpc | This contains classes used for remote communication with the repository server. |
| org.drools.guvnor.client.widgets.tables | |
| org.drools.guvnor.server.util | |
| Uses of BuilderResultLine in org.drools.guvnor.client.rpc |
|---|
| Methods in org.drools.guvnor.client.rpc that return BuilderResultLine | |
|---|---|
BuilderResultLine |
BuilderResultLine.setAssetFormat(String assetFormat)
|
BuilderResultLine |
BuilderResultLine.setAssetName(String assetName)
|
BuilderResultLine |
BuilderResultLine.setMessage(String message)
|
BuilderResultLine |
BuilderResultLine.setUuid(String uuid)
|
| Methods in org.drools.guvnor.client.rpc that return types with arguments of type BuilderResultLine | |
|---|---|
List<BuilderResultLine> |
ScenarioRunResult.getErrors()
|
List<BuilderResultLine> |
DetailedSerializationException.getErrs()
|
List<BuilderResultLine> |
BuilderResult.getLines()
|
| Methods in org.drools.guvnor.client.rpc with parameters of type BuilderResultLine | |
|---|---|
void |
BuilderResult.addLine(BuilderResultLine builderResultLine)
|
| Method parameters in org.drools.guvnor.client.rpc with type arguments of type BuilderResultLine | |
|---|---|
void |
BuilderResult.addLines(List<BuilderResultLine> lines)
|
| Constructor parameters in org.drools.guvnor.client.rpc with type arguments of type BuilderResultLine | |
|---|---|
DetailedSerializationException(String shortDescription,
List<BuilderResultLine> errs)
|
|
ScenarioRunResult(List<BuilderResultLine> errors,
Scenario scenario)
|
|
| Uses of BuilderResultLine in org.drools.guvnor.client.widgets.tables |
|---|
| Method parameters in org.drools.guvnor.client.widgets.tables with type arguments of type BuilderResultLine | |
|---|---|
protected void |
BuildPackageErrorsSimpleTable.addAncillaryColumns(ColumnPicker<BuilderResultLine> columnPicker,
SortableHeaderGroup<BuilderResultLine> sortableHeaderGroup)
|
protected void |
BuildPackageErrorsSimpleTable.addAncillaryColumns(ColumnPicker<BuilderResultLine> columnPicker,
SortableHeaderGroup<BuilderResultLine> sortableHeaderGroup)
|
| Uses of BuilderResultLine in org.drools.guvnor.server.util |
|---|
| Methods in org.drools.guvnor.server.util that return types with arguments of type BuilderResultLine | |
|---|---|
List<BuilderResultLine> |
BuilderResultHelper.generateBuilderResults(List<ContentAssemblyError> errors)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||