public class UpdateMetaDataResource extends Object
| Constructor and Description |
|---|
UpdateMetaDataResource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValueEntity> |
addClassification(javax.servlet.http.HttpServletRequest request,
String value,
String uuid)
Governance PUT add a classification.
|
javax.ws.rs.core.Response |
create(String extendedType,
String uuid)
Governance POST to create a ExtendedArtifactType with
given ExtentedType, related to the artifact uuid passed in.
|
public Map<String,ValueEntity> addClassification(@Context javax.servlet.http.HttpServletRequest request, String value, String uuid) throws Exception
uuid - classification - valueorg.overlord.sramp.atom.err.SrampAtomExceptionExceptionpublic javax.ws.rs.core.Response create(String extendedType, String uuid) throws Exception
uuid - classification - valueorg.overlord.sramp.atom.err.SrampAtomExceptionExceptionCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.