Modifier and Type | Method and Description |
---|---|
void |
ActivityService.activateDeactivateActivitiesForTopic(Long topicId,
Map<ActivityDefinition,Boolean> settings)
Activate and deactivate activities for a given topic.
|
List<Pair<ActivityDefinition,Boolean>> |
ActivityService.getActivitySettingsForTopic(Long topicId)
Return a list of activities that can be configured per topic.
|
boolean |
ActivityService.isActivityActive(String templateId,
Long topicId)
Return whether an activity is active for a given topic.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityServiceImpl.activateDeactivateActivitiesForTopic(Long topicId,
Map<ActivityDefinition,Boolean> settings) |
List<Pair<ActivityDefinition,Boolean>> |
ActivityServiceImpl.getActivitySettingsForTopic(Long topicId) |
boolean |
ActivityServiceImpl.isActivityActive(String templateId,
Long topicId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LikeResourceHandler.handleCreateInternally(CreateLikeParameter createLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
LikeResourceHandler.handleDeleteInternally(DeleteLikeParameter deleteLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list note properties
|
static void |
PropertyResourceHelper.setProperties(Long noteId,
PropertyResource[] properties)
Set the properties of an note.
|
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 |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set blog follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list topic properties
|
static void |
PropertyResourceHelper.setProperties(Long topicId,
PropertyResource[] properties)
Set the properties of an topic.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleEditInternally(EditUserParameter editUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of user
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list user properties
|
Modifier and Type | Method and Description |
---|---|
String |
NotFoundExceptionMapper.getErrorMessage(NotFoundException exception) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LikeResourceHandler.handleCreateInternally(CreateLikeParameter createLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
LikeResourceHandler.handleDeleteInternally(DeleteLikeParameter deleteLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list note properties
|
static void |
PropertyResourceHelper.setProperties(Long noteId,
PropertyResource[] properties)
Set the properties of an note.
|
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 |
ExternalObjectResourceHelper.addOrUpdateExternalObjectResources(ExternalObjectResource[] externalObjectResources,
Long topicId,
boolean onlyAdd)
Add or update external object resources.
|
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleCreateInternally(CreateExternalObjectParameter createExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to assign external object for topic.
|
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleDeleteInternally(DeleteExternalObjectParameter deleteExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Delete the
ExternalObjectResource . |
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleEditInternally(EditExternalObjectParameter editExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Edit an
ExternalObjectResource |
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleGetInternally(GetExternalObjectParameter getExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get the internal representation of external object as
ExternalObjectResource . |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set blog follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list topic properties
|
static void |
PropertyResourceHelper.setProperties(Long topicId,
PropertyResource[] properties)
Set the properties of an topic.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleEditInternally(EditUserParameter editUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of user
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list user properties
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LikeResourceHandler.handleCreateInternally(CreateLikeParameter createLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
LikeResourceHandler.handleDeleteInternally(DeleteLikeParameter deleteLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list note properties
|
static void |
PropertyResourceHelper.setProperties(Long noteId,
PropertyResource[] properties)
Set the properties of an note.
|
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 |
ExternalObjectResourceHelper.addOrUpdateExternalObjectResources(ExternalObjectResource[] externalObjectResources,
Long topicId,
boolean onlyAdd)
Add or update external object resources.
|
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleCreateInternally(CreateExternalObjectParameter createExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to assign external object for topic.
|
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleDeleteInternally(DeleteExternalObjectParameter deleteExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Delete the
ExternalObjectResource . |
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleEditInternally(EditExternalObjectParameter editExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Edit an
ExternalObjectResource |
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleGetInternally(GetExternalObjectParameter getExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get the internal representation of external object as
ExternalObjectResource . |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set blog follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list topic properties
|
static void |
PropertyResourceHelper.setProperties(Long topicId,
PropertyResource[] properties)
Set the properties of an topic.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleEditInternally(EditUserParameter editUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of user
|
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
UserPreferenceResourceHandler.handleEditInternally(EditUserPreferenceParameter editParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list user properties
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LikeResourceHandler.handleCreateInternally(CreateLikeParameter createLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
LikeResourceHandler.handleDeleteInternally(DeleteLikeParameter deleteLikeParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list note properties
|
static void |
PropertyResourceHelper.setProperties(Long noteId,
PropertyResource[] properties)
Set the properties of an note.
|
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 |
ExternalObjectResourceHelper.addOrUpdateExternalObjectResources(ExternalObjectResource[] externalObjectResources,
Long topicId,
boolean onlyAdd)
Add or update external object resources.
|
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleCreateInternally(CreateExternalObjectParameter createExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to assign external object for topic.
|
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleDeleteInternally(DeleteExternalObjectParameter deleteExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Delete the
ExternalObjectResource . |
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleEditInternally(EditExternalObjectParameter editExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Edit an
ExternalObjectResource |
javax.ws.rs.core.Response |
ExternalObjectResourceHandler.handleGetInternally(GetExternalObjectParameter getExternalObjectParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get the internal representation of external object as
ExternalObjectResource . |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set blog follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get topic property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list topic properties
|
static void |
PropertyResourceHelper.setProperties(Long topicId,
PropertyResource[] properties)
Set the properties of an topic.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleEditInternally(EditUserParameter editUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FollowResourceHandler.handleCreateInternally(CreateFollowParameter createFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user follow
|
javax.ws.rs.core.Response |
FollowResourceHandler.handleDeleteInternally(DeleteFollowParameter deleteFollowParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete follow of user
|
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
UserPreferenceResourceHandler.handleEditInternally(EditUserPreferenceParameter editParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleCreateInternally(CreatePropertyParameter createPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleGetInternally(GetPropertyParameter getPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to get user property
|
javax.ws.rs.core.Response |
PropertyResourceHandler.handleListInternally(GetCollectionPropertyParameter getCollectionPropertyParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to list user properties
|
Modifier and Type | Method and Description |
---|---|
Topic |
TopicConverter.convertBlogToTopic(Blog blog,
Collection<ExternalObject> externalObjects) |
Modifier and Type | Class and Description |
---|---|
class |
BlogMemberNotFoundException
Thrown if a member of a blog/topic member does not exist
|
class |
BlogNotFoundException
Thrown if a blog/topic does not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientNotFoundException
Exception to be thrown if a client was not found
|
Modifier and Type | Method and Description |
---|---|
Set<StringPropertyTO> |
PropertyManagement.getAllObjectProperties(PropertyType propertyType,
Long objectId)
Get all filtered properties from a given object for the given property type
|
StringProperty |
PropertyManagement.getGlobalObjectProperty(PropertyType propertyType,
Long objectId,
String key)
Get a global property which is a property with the predefined key group "global"
|
StringProperty |
PropertyManagement.getObjectProperty(PropertyType propertyType,
Long objectId,
String keyGroup,
String key)
Get an object property
|
StringProperty |
PropertyManagement.getObjectPropertyUnfiltered(PropertyType propertyType,
Long objectId,
String keyGroup,
String key)
Get an object property.
|
<T> Collection<T> |
PropertyManagement.getUsersOfProperty(Long noteId,
String keyGroup,
String key,
String value,
Converter<User,T> converter)
Return the users that have a specific note property set for a note.
|
boolean |
PropertyManagement.hasUserNoteProperty(Long noteId,
String keyGroup,
String key,
String value)
Test whether the current user has a given property for a note.
|
StringProperty |
PropertyManagement.setGlobalObjectProperty(PropertyType propertyType,
Long objectId,
String key,
String value)
Set a global property which is a property with the predefined key group will be "global".
|
void |
PropertyManagement.setObjectProperties(PropertyType propertyType,
Long objectId,
Set<StringPropertyTO> properties)
Set several properties of an object.
|
StringProperty |
PropertyManagement.setObjectProperty(PropertyType propertyType,
Long objectId,
String keyGroup,
String key,
String value)
Set a new value of a property.
|
Modifier and Type | Method and Description |
---|---|
<R> R |
PermissionManagement.hasAndGetWithPermission(long entityId,
Permission<T> permission,
Converter<T,R> converter)
Checks the permission and returns the given entity converted with the provided converter if
the current user has the requested permission.
|
<R> R |
BasePermissionManagement.hasAndGetWithPermission(long entityId,
Permission<T> permission,
Converter<T,R> converter) |
Modifier and Type | Class and Description |
---|---|
class |
CommunoteEntityNotFoundException
Thrown if a user or group is not found.
|
class |
UserNotFoundException
Thrown if a user does not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentNotFoundException
Exception to be thrown if an attachment cannot be found.
|
class |
NoteNotFoundException |
Modifier and Type | Method and Description |
---|---|
static <T> Collection<T> |
NoteHelper.getLikersOfNote(Long noteId,
Converter<User,T> converter) |
static void |
NoteHelper.likeNote(Long noteId) |
static boolean |
NoteHelper.likesNote(Long noteId) |
static void |
NoteHelper.setLikeNote(Long noteId,
boolean value) |
static void |
NoteHelper.unlikeNote(Long noteId) |
Modifier and Type | Method and Description |
---|---|
Class<NotFoundException> |
NotFoundExceptionMapper.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
Status |
NotFoundExceptionMapper.mapException(NotFoundException exception)
Maps the given exception to a status.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExternalObjectManagementImpl.handleRemoveExternalObject(Long externalObjectId) |
protected abstract void |
ExternalObjectManagementBase.handleRemoveExternalObject(Long externalObjectId)
Performs the core logic for
ExternalObjectManagementBase.removeExternalObject(Long) |
protected void |
ExternalObjectManagementImpl.handleRemoveExternalObjectTrusted(Long externalObjectId)
Performs the core logic for
ExternalObjectManagementBase.removeExternalObjectTrusted(Long) |
protected abstract void |
ExternalObjectManagementBase.handleRemoveExternalObjectTrusted(Long externalObjectId)
Performs the core logic for
ExternalObjectManagementBase.removeExternalObjectTrusted(Long) |
protected ExternalObject |
ExternalObjectManagementImpl.handleUpdateExternalObject(Long blogId,
ExternalObject newExternalObject) |
protected abstract ExternalObject |
ExternalObjectManagementBase.handleUpdateExternalObject(Long blogId,
ExternalObject externalObject)
Performs the core logic for
ExternalObjectManagementBase.updateExternalObject(Long, ExternalObject) |
void |
ExternalObjectManagementBase.removeExternalObject(Long externalObjectId) |
void |
ExternalObjectManagement.removeExternalObject(Long externalObjectId)
Remove the external object with the given ID.
|
void |
ExternalObjectManagementBase.removeExternalObjectTrusted(Long externalObjectId) |
void |
ExternalObjectManagement.removeExternalObjectTrusted(Long externalObjectId)
Remove the external object from the blog it is assigned to.
|
ExternalObject |
ExternalObjectManagementBase.updateExternalObject(Long blogId,
ExternalObject externalObject) |
ExternalObject |
ExternalObjectManagement.updateExternalObject(Long blogId,
ExternalObject externalObject)
Update an existing external object.
|
Modifier and Type | Method and Description |
---|---|
void |
FollowManagementBase.followBlog(Long blogId) |
void |
FollowManagement.followBlog(Long blogId)
Adds the specified blog/topic to the followed items of the current user.
|
void |
FollowManagementBase.followDiscussion(Long discussionId)
Adds the discussion with the specified ID to the followed items of the current user.
|
void |
FollowManagement.followDiscussion(Long discussionId)
Adds the discussion with the specified ID to the followed items of the current user.
|
void |
FollowManagementBase.followDiscussionByNoteId(Long noteId)
Adds the discussion of the specified note to the followed items of the current user.
|
void |
FollowManagement.followDiscussionByNoteId(Long noteId)
Adds the discussion of the specified note to the followed items of the current user.
|
void |
FollowManagementBase.followTag(Long tagId)
Adds the specified tag to the followed items of the current user.
|
void |
FollowManagement.followTag(Long tagId)
Adds the specified tag to the followed items of the current user.
|
void |
FollowManagementBase.followUser(Long userId)
Adds the specified user to the followed items of the current user.
|
void |
FollowManagement.followUser(Long userId)
Adds the specified user to the followed items of the current user.
|
protected void |
FollowManagementImpl.handleFollowBlog(Long blogId)
Performs the core logic for
FollowManagementBase.followBlog(Long) |
protected abstract void |
FollowManagementBase.handleFollowBlog(Long blogId)
Performs the core logic for
FollowManagementBase.followBlog(Long) |
protected void |
FollowManagementImpl.handleFollowDiscussion(Long discussionId)
Performs the core logic for
FollowManagementBase.followDiscussion(Long) |
protected abstract void |
FollowManagementBase.handleFollowDiscussion(Long discussionId)
Performs the core logic for
FollowManagementBase.followDiscussion(Long) |
protected void |
FollowManagementImpl.handleFollowDiscussionByNoteId(Long noteId)
Performs the core logic for
FollowManagementBase.followDiscussionByNoteId(Long) |
protected abstract void |
FollowManagementBase.handleFollowDiscussionByNoteId(Long noteId)
Performs the core logic for
FollowManagementBase.followDiscussionByNoteId(Long) |
protected void |
FollowManagementImpl.handleFollowTag(Long tagId)
Performs the core logic for
FollowManagementBase.followTag(Long) |
protected abstract void |
FollowManagementBase.handleFollowTag(Long tagId)
Performs the core logic for
FollowManagementBase.followTag(Long) |
protected void |
FollowManagementImpl.handleFollowUser(Long userId)
Performs the core logic for
FollowManagementBase.followUser(Long) |
protected abstract void |
FollowManagementBase.handleFollowUser(Long userId)
Performs the core logic for
FollowManagementBase.followUser(Long) |
Modifier and Type | Method and Description |
---|---|
void |
EntityImageManagement.storeImage(String entityId,
EntityImageManagement.ImageType imageType,
byte[] image)
Method to update an image.
|
protected void |
HttpExternalUserImageProvider.updateUserProperty(Long userId,
String key,
String value)
Update a user property
|
Modifier and Type | Method and Description |
---|---|
Map<NotificationDefinition,NotificationScheduleTypes> |
NotificationService.getUserNotificationSchedules(Long userId)
Method to get a map of all set notification definitions and schedules for a given user.
|
void |
NotificationService.saveUserNotificationSchedule(Long userId,
NotificationDefinition definition,
NotificationScheduleTypes scheduleType)
Method to save a setting for the given user.
|
void |
NotificationService.saveUserNotificationSchedules(Long userId,
Map<NotificationDefinition,NotificationScheduleTypes> mappings)
Method to save schedules for the given user.
|
Modifier and Type | Method and Description |
---|---|
protected O |
PropertyAccessor.assertLoadObject(Long id,
boolean writeAccess)
Load and check the existence of the object.
|
protected abstract void |
PropertyAccessor.assertReadAccess(O object)
Asserts valid read access for the given object.
|
protected abstract void |
PropertyAccessor.assertWriteAccess(O object)
Method to assert, that the current user has write access to the given object.
|
Set<StringPropertyTO> |
StringPropertyAccessor.getAllObjectProperties(Long objectId)
Get all properties of the object.
|
Set<StringPropertyTO> |
PropertyManagementImpl.getAllObjectProperties(PropertyType propertyType,
Long objectId) |
P |
PropertyAccessor.getGlobalObjectProperty(Long objectId,
String key)
Get an global property, that is one with no key group (internal the key group will be global
however).
|
StringProperty |
PropertyManagementImpl.getGlobalObjectProperty(PropertyType propertyType,
Long objectId,
String key) |
P |
PropertyAccessor.getObjectProperty(Long objectId,
String keyGroup,
String key)
Get an object property for the given group and key
|
StringProperty |
PropertyManagementImpl.getObjectProperty(PropertyType propertyType,
Long objectId,
String keyGroup,
String key) |
P |
PropertyAccessor.getObjectPropertyUnfiltered(Long objectId,
String keyGroup,
String key)
Get an object property for the given group and key.
|
StringProperty |
PropertyManagementImpl.getObjectPropertyUnfiltered(PropertyType propertyType,
Long objectId,
String keyGroup,
String key) |
<T> Collection<T> |
UserNotePropertyAccessor.getUsersOfProperty(Long noteId,
String keyGroup,
String key,
String value,
Converter<User,T> converter)
Return the users that a given property for a note.
|
<T> Collection<T> |
PropertyManagementImpl.getUsersOfProperty(Long noteId,
String keyGroup,
String key,
String value,
Converter<User,T> converter) |
boolean |
UserNotePropertyAccessor.hasProperty(Long noteId,
String keyGroup,
String key,
String value)
Test whether the current user has a given property for a note
|
boolean |
PropertyManagementImpl.hasUserNoteProperty(Long noteId,
String keyGroup,
String key,
String value) |
void |
PropertyAccessor.removeObjectProperty(Long objectId,
String keyGroup,
String key)
Removes the property of an object
|
P |
PropertyAccessor.setGlobalObjectProperty(Long objectId,
String key,
V value)
Add a new, modify or delete an existing global property
|
StringProperty |
PropertyManagementImpl.setGlobalObjectProperty(PropertyType propertyType,
Long objectId,
String key,
String value) |
void |
StringPropertyAccessor.setObjectProperties(Long objectId,
Set<StringPropertyTO> properties)
Sets an set of properties.
|
void |
PropertyManagementImpl.setObjectProperties(PropertyType propertyType,
Long objectId,
Set<StringPropertyTO> properties) |
P |
PropertyAccessor.setObjectProperty(Long objectId,
String keyGroup,
String key,
V value)
Add a new, modify or delete an existing property.
|
StringProperty |
PropertyManagementImpl.setObjectProperty(PropertyType propertyType,
Long objectId,
String keyGroup,
String key,
String value) |
P |
PropertyAccessor.setObjectPropertyUnfiltered(Long objectId,
String keyGroup,
String key,
V value)
Adds a new, modifies or deletes an existing property.
|
Modifier and Type | Method and Description |
---|---|
String |
AuthenticationTokenManagement.getAuthenticationToken(Long userId)
Method to get the authentication token for a given user.
|
Modifier and Type | Method and Description |
---|---|
<T> Collection<T> |
ResourceStoringManagementBase.getAttachmentsOfNote(Long noteId,
Collection<Long> attachmentIdsToFilter,
Converter<Attachment,T> converter) |
<T> Collection<T> |
ResourceStoringManagement.getAttachmentsOfNote(Long noteId,
Collection<Long> attachmentIdsToFilter,
Converter<Attachment,T> converter)
Return the attachments of a note converted with the help of the provided converter
|
protected <T> Collection<T> |
ResourceStoringManagementImpl.handleGetAttachmentsOfNote(Long noteId,
Collection<Long> attachmentIdsToFilter,
Converter<Attachment,T> converter) |
protected abstract <T> Collection<T> |
ResourceStoringManagementBase.handleGetAttachmentsOfNote(Long noteId,
Collection<Long> attachmentIdsToFilter,
Converter<Attachment,T> converter)
Return the attachments of a note converted with the help of the provided converter
|
Modifier and Type | Class and Description |
---|---|
class |
TagNotFoundException
Thrown when a tag does not exist.
|
class |
TagStoreNotFoundException
Exception to indicate, when a TagStore was not found.
|
Modifier and Type | Class and Description |
---|---|
class |
NoteTemplateNotFoundException
Thrown to indicate that a requested note template definition does not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupNotFoundException |
Modifier and Type | Method and Description |
---|---|
void |
UserNoteEntityService.updateUserNoteEntity(UserNoteEntityTO userNoteEntityTO)
Update the
UserNoteEntityTO . |
void |
UserNoteEntityManagement.updateUserNoteEntity(UserNoteEntityTO userNoteEntityTO)
Update the backend with the given
UserNoteEntityTO . |
Modifier and Type | Method and Description |
---|---|
InitalFiltersVO |
InitialFilterDataProvider.fillInitalFilters(InitalFiltersVO initalFilters,
Locale locale)
Fill the inital filter based on the available data (that is use the blog id, blog alias to
load the blog and user id, user alias to load the user)
|
Modifier and Type | Method and Description |
---|---|
void |
UserPreferenceService.mergePreferences(String className,
Map<String,String> preferences)
This method can be used to merge the given properties with already existing data.
|
Long |
NavigationItemService.update(Long navigationItemId,
String name,
Integer index,
Date lastAccessDate,
NavigationItemDataTO data)
Update a navigation item of the current user.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
InitialFiltersViewController.handleNotFoundException(NotFoundException e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when a NotFoundException is thrown while the initial filters are created.
|
Modifier and Type | Method and Description |
---|---|
protected InitalFiltersVO |
InitialFiltersViewController.createInitialFilters(javax.servlet.http.HttpServletRequest request)
Creates the initial filters by invoking
InitialFiltersViewController.prefillInitalFilters(HttpServletRequest) and
passing the prefilled VO to BlogManagement.fillIntalFilters. |
protected InitalFiltersVO |
InitialFiltersViewController.prefillInitalFilters(javax.servlet.http.HttpServletRequest request)
Prefill the initial filters by extracting the values from the request URL that is interpreted
as permalink
|
Copyright © 2019 Communote team. All rights reserved.