org.exoplatform.brandadvocacy.service
Class RestUpgrade

java.lang.Object
  extended by org.exoplatform.brandadvocacy.service.RestUpgrade
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class RestUpgrade
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer

Created by exoplatform on 23/12/14.


Field Summary
protected static javax.ws.rs.core.CacheControl cacheControl_
           
 
Constructor Summary
RestUpgrade(IService iService)
           
 
Method Summary
 javax.ws.rs.core.Response upgradeChildnodeData()
           
 javax.ws.rs.core.Response upgradeNodeTypeChild(String nodeTypeName, String childNode)
           
 javax.ws.rs.core.Response upgradeNodeTypeProperty(String nodeTypeName, String propertyName, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cacheControl_

protected static final javax.ws.rs.core.CacheControl cacheControl_
Constructor Detail

RestUpgrade

public RestUpgrade(IService iService)
Method Detail

upgradeNodeTypeChild

@RolesAllowed(value="administrators")
public javax.ws.rs.core.Response upgradeNodeTypeChild(String nodeTypeName,
                                                                   String childNode)

upgradeNodeTypeProperty

@RolesAllowed(value="administrators")
public javax.ws.rs.core.Response upgradeNodeTypeProperty(String nodeTypeName,
                                                                      String propertyName,
                                                                      String type)

upgradeChildnodeData

@RolesAllowed(value="administrators")
public javax.ws.rs.core.Response upgradeChildnodeData()


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.