Uses of Class
com.gentics.contentnode.rest.model.request.Permission

Packages that use Permission
com.gentics.contentnode.rest.model.request   
com.gentics.contentnode.rest.resource   
 

Uses of Permission in com.gentics.contentnode.rest.model.request
 

Methods in com.gentics.contentnode.rest.model.request that return Permission
static Permission Permission.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Permission in com.gentics.contentnode.rest.resource
 

Methods in com.gentics.contentnode.rest.resource with parameters of type Permission
 PermResponse PermResource.getObjectPermission(Permission perm, int objType, int objId, int nodeId)
          Check whether the user has permission perm on the object defined by type and id
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.