public class RoleExternalResource extends AbstractResource
| Constructor and Description |
|---|
RoleExternalResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createRoleExternal(javax.ws.rs.core.MultivaluedMap<String,String> params,
String topicId) |
javax.ws.rs.core.Response |
createRoleExternal(String jsonRepresentation,
String topicId) |
boolean |
equals(Object obj) |
String |
getExternalGroupId()
Returns the ExternalGroupId.
|
String |
getExternalId()
Returns the ExternalId.
|
String |
getExternalSystemId()
Returns the ExternalSystemId.
|
String |
getExternalUserId()
Returns the ExternalUserId.
|
protected AbstractResourceHandler<CreateRoleExternalParameter,DefaultParameter,DefaultParameter,GetRoleExternalParameter,GetCollectionRoleExternalParameter> |
getResourceHandler() |
ERole |
getRole()
Returns the constant Role.
|
Long |
getRoleExternal()
Returns the RoleExternal.
|
int |
hashCode() |
javax.ws.rs.core.Response |
roleExternalList(String topicId) |
javax.ws.rs.core.Response |
roleExternalSingle(Long roleExternal,
String topicId) |
void |
setExternalGroupId(String externalGroupId)
Sets ExternalGroupId.
|
void |
setExternalId(String externalId)
Sets ExternalId.
|
void |
setExternalSystemId(String externalSystemId)
Sets ExternalSystemId.
|
void |
setExternalUserId(String externalUserId)
Sets ExternalUserId.
|
void |
setRole(ERole role)
Sets the constant Role.
|
void |
setRoleExternal(Long roleExternal)
Sets RoleExternal.
|
protected AbstractResourceHandler<CreateRoleExternalParameter,DefaultParameter,DefaultParameter,GetRoleExternalParameter,GetCollectionRoleExternalParameter> getResourceHandler()
getResourceHandler in class AbstractResourcepublic javax.ws.rs.core.Response roleExternalSingle(Long roleExternal, String topicId) throws Exception
Exceptionpublic javax.ws.rs.core.Response roleExternalList(String topicId) throws Exception
Exceptionpublic javax.ws.rs.core.Response createRoleExternal(javax.ws.rs.core.MultivaluedMap<String,String> params, String topicId) throws Exception
Exceptionpublic javax.ws.rs.core.Response createRoleExternal(String jsonRepresentation, String topicId) throws Exception
Exceptionpublic Long getRoleExternal()
public void setRoleExternal(Long roleExternal)
roleExternal - public ERole getRole()
public void setRole(ERole role)
the - constant rolepublic String getExternalUserId()
public void setExternalUserId(String externalUserId)
externalUserId - public String getExternalGroupId()
public void setExternalGroupId(String externalGroupId)
externalGroupId - public String getExternalSystemId()
public void setExternalSystemId(String externalSystemId)
externalSystemId - public String getExternalId()
public void setExternalId(String externalId)
externalId - Copyright © 2019 Communote team. All rights reserved.