com.atlassian.confluence.api.impl.service.nav
Class ContentRestrictionByOperationNavImpl

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.nav.AbstractNav
      extended by com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
          extended by com.atlassian.confluence.api.impl.service.nav.ContentRestrictionByOperationNavImpl
All Implemented Interfaces:
Navigation.Builder, Navigation.ContentRestrictionByOperationNav, RestNavigation.RestBuilder

public class ContentRestrictionByOperationNavImpl
extends DelegatingPathBuilder
implements Navigation.ContentRestrictionByOperationNav


Nested Class Summary
static class ContentRestrictionByOperationNavImpl.ContentRestrictionByOperationKeyNav
           
 
Field Summary
static String BY_OPERATION_PATH
           
 
Fields inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav
baseUrl, contextPath
 
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
 
Constructor Summary
ContentRestrictionByOperationNavImpl(AbstractNav base)
           
 
Method Summary
 Navigation.Builder operation(OperationKey operationKey)
           
 
Methods inherited from class com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
buildPath
 
Methods inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav
addParam, buildAbsolute, buildRelative, buildRelativeWithContext, setAnchor, toAbsoluteUriBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildRelative, buildRelativeWithContext
 

Field Detail

BY_OPERATION_PATH

public static final String BY_OPERATION_PATH
See Also:
Constant Field Values
Constructor Detail

ContentRestrictionByOperationNavImpl

public ContentRestrictionByOperationNavImpl(AbstractNav base)
Method Detail

operation

public Navigation.Builder operation(OperationKey operationKey)
Specified by:
operation in interface Navigation.ContentRestrictionByOperationNav


Copyright © 2003–2015 Atlassian. All rights reserved.