com.atlassian.confluence.plugins.restapi.resources
Class ContentRestrictionResource

java.lang.Object
  extended by com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource

public class ContentRestrictionResource
extends Object


Constructor Summary
ContentRestrictionResource(ContentRestrictionService service)
           
 
Method Summary
 Map<OperationKey,ContentRestriction> byOperation(ContentId id, String expand)
           
 ContentRestriction forOperation(ContentId id, OperationKey opKey, String expand, int start, int limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRestrictionResource

public ContentRestrictionResource(ContentRestrictionService service)
Method Detail

byOperation

@PublicApi
public Map<OperationKey,ContentRestriction> byOperation(ContentId id,
                                                                  String expand)

forOperation

@PublicApi
public ContentRestriction forOperation(ContentId id,
                                                 OperationKey opKey,
                                                 String expand,
                                                 int start,
                                                 int limit)


Copyright © 2003–2015 Atlassian. All rights reserved.