Uses of Class
com.atlassian.confluence.api.model.permissions.OperationKey

Packages that use OperationKey
com.atlassian.confluence.api.impl.service.nav   
com.atlassian.confluence.api.impl.service.permissions   
com.atlassian.confluence.api.model.permissions   
com.atlassian.confluence.api.nav   
com.atlassian.confluence.api.service.permissions   
com.atlassian.confluence.plugins.restapi.resources   
com.atlassian.confluence.rest.client   
 

Uses of OperationKey in com.atlassian.confluence.api.impl.service.nav
 

Methods in com.atlassian.confluence.api.impl.service.nav with parameters of type OperationKey
 Navigation.Builder ContentRestrictionByOperationNavImpl.operation(OperationKey operationKey)
           
 

Constructors in com.atlassian.confluence.api.impl.service.nav with parameters of type OperationKey
ContentRestrictionByOperationNavImpl.ContentRestrictionByOperationKeyNav(OperationKey key, AbstractNav delegate)
           
 

Uses of OperationKey in com.atlassian.confluence.api.impl.service.permissions
 

Methods in com.atlassian.confluence.api.impl.service.permissions that return OperationKey
 OperationKey ContentRestrictionFactory.determineOpKey(String permissionType)
          Given a raw ContentPermission type, return its corresponding OperationKey.
 

Methods in com.atlassian.confluence.api.impl.service.permissions that return types with arguments of type OperationKey
 Map<OperationKey,ContentRestriction> ContentRestrictionServiceImpl.getRestrictionsGroupByOperation(ContentId target, Expansion... allExpansions)
           
 

Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type OperationKey
 com.atlassian.fugue.Option<String> ContentRestrictionFactory.determinePermissionType(OperationKey key)
          Given an OperationKey, determine the raw ContentPermission type.
 ContentRestriction ContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... allExpansions)
           
 

Uses of OperationKey in com.atlassian.confluence.api.model.permissions
 

Fields in com.atlassian.confluence.api.model.permissions declared as OperationKey
static OperationKey OperationKey.COPY
           
static OperationKey OperationKey.CREATE
           
static OperationKey OperationKey.DELETE
           
static OperationKey OperationKey.EXPORT
           
static OperationKey OperationKey.MOVE
           
static OperationKey OperationKey.PURGE
           
static OperationKey OperationKey.PURGE_VERSION
           
static OperationKey OperationKey.READ
           
static OperationKey OperationKey.UPDATE
           
static OperationKey OperationKey.USE
           
 

Fields in com.atlassian.confluence.api.model.permissions with type parameters of type OperationKey
static List<OperationKey> OperationKey.BUILT_IN
           
 

Methods in com.atlassian.confluence.api.model.permissions that return OperationKey
 OperationKey ContentRestriction.getOperation()
           
static OperationKey OperationKey.valueOf(String name)
           
 

Methods in com.atlassian.confluence.api.model.permissions with parameters of type OperationKey
 ContentRestriction.ContentRestrictionBuilder ContentRestriction.ContentRestrictionBuilder.operation(OperationKey operation)
           
 

Uses of OperationKey in com.atlassian.confluence.api.nav
 

Methods in com.atlassian.confluence.api.nav with parameters of type OperationKey
 Navigation.Builder Navigation.ContentRestrictionByOperationNav.operation(OperationKey operationKey)
           
 

Uses of OperationKey in com.atlassian.confluence.api.service.permissions
 

Methods in com.atlassian.confluence.api.service.permissions that return types with arguments of type OperationKey
 Map<OperationKey,ContentRestriction> ContentRestrictionService.getRestrictionsGroupByOperation(ContentId target, Expansion... expansions)
          List all restrictions that exist directly on the given content.
 

Methods in com.atlassian.confluence.api.service.permissions with parameters of type OperationKey
 ContentRestriction ContentRestrictionService.getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
          Retrieves all restrictions for given operation key on given content.
 

Uses of OperationKey in com.atlassian.confluence.plugins.restapi.resources
 

Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type OperationKey
 Map<OperationKey,ContentRestriction> ContentRestrictionResource.byOperation(ContentId id, String expand)
           
 

Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type OperationKey
 ContentRestriction ContentRestrictionResource.forOperation(ContentId id, OperationKey opKey, String expand, int start, int limit)
           
 

Uses of OperationKey in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client that return types with arguments of type OperationKey
 com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> RemoteContentRestrictionServiceImpl.getRestrictionsGroupByOperation(ContentId target, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> RemoteContentRestrictionService.getRestrictionsGroupByOperation(ContentId target, Expansion... expansions)
          List all restrictions that exist directly on the given content.
 

Methods in com.atlassian.confluence.rest.client with parameters of type OperationKey
 com.atlassian.util.concurrent.Promise<ContentRestriction> RemoteContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<ContentRestriction> RemoteContentRestrictionService.getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
          Retrieves all restrictions for given operation key on given content.
 



Copyright © 2003–2015 Atlassian. All rights reserved.