| Modifier and Type | Field and Description |
|---|---|
protected ArtifactBean |
ArtifactDetailsPage.currentArtifact |
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.errai.databinding.client.api.DataBinder<ArtifactBean> |
ArtifactDetailsPage.artifact |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ArtifactDetailsPage.loadRelationships(ArtifactBean artifact)
Loads the artifact's relationships and displays them in the proper table.
|
protected void |
ArtifactDetailsPage.loadSource(ArtifactBean artifact)
Loads the artifact's source (async) into the source tab's editor control.
|
protected void |
ArtifactDetailsPage.updateArtifactMetaData(ArtifactBean artifact)
Called when the artifact meta data is loaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactRpcService.update(ArtifactBean artifact,
IRpcServiceInvocationHandler<Void> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactRpcService.get(String uuid,
IRpcServiceInvocationHandler<ArtifactBean> handler) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactBean |
IArtifactService.get(String uuid)
Gets the full meta data for an artifact (by UUID).
|
| Modifier and Type | Method and Description |
|---|---|
void |
IArtifactService.update(ArtifactBean artifact)
Called to update the given artifact bean.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactBean |
ArtifactService.get(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactService.update(ArtifactBean bean) |
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.