Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
javax.ws.rs.core.Response |
TopicResourceHandler.handleEditInternally(EditTopicParameter editTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to edit a topic
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalForGroup(Long topicId,
BlogRole role,
String externalGroupId,
String externalSystemId,
String externalId)
Assign or remove role for a group of external system
|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalForUser(Long blogId,
BlogRole role,
String externalUserId,
String externalSystemId,
String externalObjectId)
Assign or remove role for a user of external system
|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalRoleForEntity(Long blogId,
BlogRole role,
Long entityId,
String externalSystemId,
String externalId)
Remove or assign role for entity of external system
|
static void |
RoleExternalResourceHelper.assignRoleExternalResources(RoleExternalResource[] roleExternalResources,
Long topicId)
Assign role external resources.
|
javax.ws.rs.core.Response |
RoleExternalResourceHandler.handleCreateInternally(CreateRoleExternalParameter createRoleExternalParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create topic role for external system
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
javax.ws.rs.core.Response |
TopicResourceHandler.handleEditInternally(EditTopicParameter editTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to edit a topic
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalForGroup(Long topicId,
BlogRole role,
String externalGroupId,
String externalSystemId,
String externalId)
Assign or remove role for a group of external system
|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalForUser(Long blogId,
BlogRole role,
String externalUserId,
String externalSystemId,
String externalObjectId)
Assign or remove role for a user of external system
|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalRoleForEntity(Long blogId,
BlogRole role,
Long entityId,
String externalSystemId,
String externalId)
Remove or assign role for entity of external system
|
static void |
RoleExternalResourceHelper.assignRoleExternalResources(RoleExternalResource[] roleExternalResources,
Long topicId)
Assign role external resources.
|
javax.ws.rs.core.Response |
RoleExternalResourceHandler.handleCreateInternally(CreateRoleExternalParameter createRoleExternalParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create topic role for external system
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
javax.ws.rs.core.Response |
TopicResourceHandler.handleEditInternally(EditTopicParameter editTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to edit a topic
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalForGroup(Long topicId,
BlogRole role,
String externalGroupId,
String externalSystemId,
String externalId)
Assign or remove role for a group of external system
|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalForUser(Long blogId,
BlogRole role,
String externalUserId,
String externalSystemId,
String externalObjectId)
Assign or remove role for a user of external system
|
static void |
RoleExternalResourceHelper.assignOrRemoveExternalRoleForEntity(Long blogId,
BlogRole role,
Long entityId,
String externalSystemId,
String externalId)
Remove or assign role for entity of external system
|
static void |
RoleExternalResourceHelper.assignRoleExternalResources(RoleExternalResource[] roleExternalResources,
Long topicId)
Assign role external resources.
|
javax.ws.rs.core.Response |
RoleExternalResourceHandler.handleCreateInternally(CreateRoleExternalParameter createRoleExternalParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create topic role for external system
|
Modifier and Type | Method and Description |
---|---|
void |
BlogRightsManagement.addEntityForExternal(Long topicId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalObjectId)
Add a member with the given role to the blog on the behalf of an external system.
|
void |
BlogRightsManagement.assignEntityForExternal(Long topicId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalObjectId)
Add or update a member with the given role on the behalf of an external system.
|
Modifier and Type | Method and Description |
---|---|
void |
BlogRightsManagementBase.addEntityForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalId)
Add a member with the given role to the blog on the behalf of an external system.
|
void |
BlogRightsManagementBase.assignEntityForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalId)
Add or update a member with the given role on the behalf of an external system.
|
protected void |
BlogRightsManagementImpl.handleAddEntityForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalId)
Performs the core logic for
BlogRightsManagementBase.addEntityForExternal(Long, Long, BlogRole, String
externalSystemId, String externalId ) |
protected abstract void |
BlogRightsManagementBase.handleAddEntityForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalObjectId)
Performs the core logic for
BlogRightsManagementBase.addEntityForExternal(Long, Long, BlogRole, String
externalSystemId, String externalId ) |
protected void |
BlogRightsManagementImpl.handleAssignEntityForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalId)
Handle the assign of an external entity role to an internal topic
|
protected abstract void |
BlogRightsManagementBase.handleAssignEntityForExternal(Long topicId,
Long entityId,
BlogRole role,
String externalSystemId,
String externalId)
Handle the assign of an external entity role to an internal topic
|
Modifier and Type | Method and Description |
---|---|
Class<ExternalObjectNotAssignedException> |
ExternalObjectNotAssignedExceptionMapper.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
Status |
ExternalObjectNotAssignedExceptionMapper.mapException(ExternalObjectNotAssignedException exception)
Maps the given exception to a status.
|
Copyright © 2019 Communote team. All rights reserved.