com.gentics.contentnode.rest.model.response
Class GroupsPermBitsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse
public class GroupsPermBitsResponse
- extends GenericResponse
Response containing permission and role bits
Method Summary |
java.util.Map<java.lang.Integer,java.lang.String> |
getGroups()
Get the groups |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 objectresponseInfo
- ResponseInfo object
getGroups
public java.util.Map<java.lang.Integer,java.lang.String> getGroups()
- Get the groups
- Returns:
- The groups
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.