com.gentics.contentnode.rest.resource
Interface PolicyMapResource

All Superinterfaces:
AuthenticatedResource

public interface PolicyMapResource
extends AuthenticatedResource

API for reading from the policy map.


Method Summary
 PolicyResponse getPolicy(java.lang.String uri)
           
 PolicyGroupResponse getPolicyGroup(int typeId)
           
 
Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource
setSessionId
 

Method Detail

getPolicyGroup

PolicyGroupResponse getPolicyGroup(int typeId)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getPolicy

PolicyResponse getPolicy(java.lang.String uri)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.