com.gentics.contentnode.rest.model.response
Class GroupsPermBitsResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse

public class GroupsPermBitsResponse
extends GenericResponse

Response containing permission and role bits


Constructor Summary
GroupsPermBitsResponse()
          Create an empty instance
GroupsPermBitsResponse(Message message, ResponseInfo responseInfo, java.util.Map<java.lang.Integer,java.lang.String> groups)
          Creates a response with a group permission bit map
 
Method Summary
 java.util.Map<java.lang.Integer,java.lang.String> getGroups()
          Get the groups
 
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupsPermBitsResponse

public GroupsPermBitsResponse()
Create an empty instance


GroupsPermBitsResponse

public GroupsPermBitsResponse(Message message,
                              ResponseInfo responseInfo,
                              java.util.Map<java.lang.Integer,java.lang.String> groups)
Creates a response with a group permission bit map

Parameters:
message - Message object
responseInfo - ResponseInfo object
Method Detail

getGroups

public java.util.Map<java.lang.Integer,java.lang.String> getGroups()
Get the groups

Returns:
The groups


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.