org.overlord.sramp.governance.services
Class UpdateMetaDataResource
java.lang.Object
org.overlord.sramp.governance.services.UpdateMetaDataResource
public class UpdateMetaDataResource
- extends Object
The JAX-RS resource that handles deployment specific tasks.
|
Method Summary |
javax.ws.rs.core.Response |
addClassification(javax.servlet.http.HttpServletRequest request,
String value,
String uuid)
Governance PUT add a classification. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateMetaDataResource
public UpdateMetaDataResource()
- Constructor.
addClassification
public javax.ws.rs.core.Response addClassification(@Context
javax.servlet.http.HttpServletRequest request,
String value,
String uuid)
throws Exception
- Governance PUT add a classification.
- Parameters:
uuid - classification - value
- Throws:
org.overlord.sramp.atom.err.SrampAtomException
Exception
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.