@ApplicationScoped public class ArtifactRpcService extends Object
| Constructor and Description |
|---|
ArtifactRpcService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
get(String uuid,
IRpcServiceInvocationHandler<ArtifactBean> handler) |
void |
getDocumentContent(String uuid,
String artifactType,
IRpcServiceInvocationHandler<String> handler) |
void |
getRelationships(String uuid,
String artifactType,
IRpcServiceInvocationHandler<ArtifactRelationshipsBean> handler) |
void |
update(ArtifactBean artifact,
IRpcServiceInvocationHandler<Void> handler) |
public void get(String uuid, IRpcServiceInvocationHandler<ArtifactBean> handler)
public void getDocumentContent(String uuid, String artifactType, IRpcServiceInvocationHandler<String> handler)
public void getRelationships(String uuid, String artifactType, IRpcServiceInvocationHandler<ArtifactRelationshipsBean> handler)
public void update(ArtifactBean artifact, IRpcServiceInvocationHandler<Void> handler)
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.