|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ArtifactDetails in org.overlord.sramp.ui.client.services.artifact |
|---|
| Method parameters in org.overlord.sramp.ui.client.services.artifact with type arguments of type ArtifactDetails | |
|---|---|
void |
IArtifactService.getArtifactDetailsAsync(String model,
String type,
String uuid,
com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
Called to asynchronously get the full details for an s-ramp artifact. |
void |
ArtifactService.getArtifactDetailsAsync(String model,
String type,
String uuid,
com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
|
| Uses of ArtifactDetails in org.overlord.sramp.ui.client.views |
|---|
| Methods in org.overlord.sramp.ui.client.views with parameters of type ArtifactDetails | |
|---|---|
void |
IArtifactView.onArtifactLoaded(ArtifactDetails artifact)
Called by the activity when the artifact download completes. |
void |
ArtifactView.onArtifactLoaded(ArtifactDetails artifact)
|
| Uses of ArtifactDetails in org.overlord.sramp.ui.server.rsvcs |
|---|
| Methods in org.overlord.sramp.ui.server.rsvcs that return ArtifactDetails | |
|---|---|
ArtifactDetails |
ArtifactRemoteService.getArtifactDetails(String model,
String type,
String artifactUUID)
|
| Uses of ArtifactDetails in org.overlord.sramp.ui.server.visitors |
|---|
| Constructors in org.overlord.sramp.ui.server.visitors with parameters of type ArtifactDetails | |
|---|---|
RelationshipVisitor(ArtifactDetails details)
Constructor. |
|
| Uses of ArtifactDetails in org.overlord.sramp.ui.shared.rsvcs |
|---|
| Methods in org.overlord.sramp.ui.shared.rsvcs that return ArtifactDetails | |
|---|---|
ArtifactDetails |
IArtifactRemoteService.getArtifactDetails(String model,
String type,
String artifactUUID)
Returns the full artifact details for a given artifact UUID. |
| Method parameters in org.overlord.sramp.ui.shared.rsvcs with type arguments of type ArtifactDetails | |
|---|---|
void |
IArtifactRemoteServiceAsync.getArtifactDetails(String model,
String type,
String artifactUUID,
com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
Async version of IArtifactRemoteService.getArtifactDetails(String, String, String) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||