org.camunda.bpm.engine.rest.dto.authorization
Class AuthorizationDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
public class AuthorizationDto
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
type
protected Integer type
permissions
protected String[] permissions
userId
protected String userId
groupId
protected String groupId
resourceType
protected Integer resourceType
resourceId
protected String resourceId
AuthorizationDto
public AuthorizationDto()
fromAuthorization
public static AuthorizationDto fromAuthorization(Authorization dbAuthorization)
update
public static void update(AuthorizationDto dto,
Authorization dbAuthorization)
fromAuthorizationList
public static List<AuthorizationDto> fromAuthorizationList(List<Authorization> resultList)
getId
public String getId()
setId
public void setId(String id)
getType
public int getType()
setType
public void setType(int type)
getPermissions
public String[] getPermissions()
setPermissions
public void setPermissions(String[] permissions)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getResourceType
public Integer getResourceType()
setResourceType
public void setResourceType(Integer resourceType)
getResourceId
public String getResourceId()
setResourceId
public void setResourceId(String resourceId)
Copyright © 2016 camunda services GmbH. All rights reserved.