Package | Description |
---|---|
edu.uoc.fegor.tfg.masci.mw.domain.neo4j | |
edu.uoc.fegor.tfg.masci.mw.repository | |
edu.uoc.fegor.tfg.masci.mw.services |
Modifier and Type | Method and Description |
---|---|
Content |
UpdatedContent.getContent() |
Content |
ReadedContent.getContent() |
Content |
CreatedContent.getContent() |
Content |
ContainedIn.getContent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Content> |
User.getContents() |
Modifier and Type | Method and Description |
---|---|
void |
User.setContents(java.util.List<Content> contents) |
Constructor and Description |
---|
ContainedIn(Content content,
Container container) |
CreatedContent(User user,
Content content) |
ReadedContent(User user,
Content content) |
UpdatedContent(User user,
Content content) |
Modifier and Type | Method and Description |
---|---|
Content |
ContentRepository.findByName(java.lang.String name) |
Content |
ContentRepository.findByPath(java.lang.String path) |
Content |
ContentRepository.findByTitle(java.lang.String title) |
Content |
ContentRepository.findByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Content> |
ContentRepository.contentContainedIn(int limit) |
java.util.Collection<Content> |
ContentRepository.findByNameLike(java.lang.String name) |
java.util.Collection<Content> |
ContentRepository.findByPathLike(java.lang.String path) |
java.util.Collection<Content> |
ContentRepository.findByTitleLike(java.lang.String title) |
java.util.Collection<Content> |
ContentRepository.findByUuidLike(java.lang.String uuid) |
java.util.Collection<Content> |
ContentRepository.graph(int limit) |
java.util.Collection<Content> |
ContentRepository.recomendationContentCRUDForOtherUsers(java.lang.String user,
int limit) |
java.util.Collection<Content> |
ContentRepository.recomendationContentReadedForOtherUsers(java.lang.String user,
int limit) |
java.util.Collection<Content> |
ContentRepository.recomendationContentUpdatedForOtherUsers(java.lang.String user,
int limit) |
Modifier and Type | Method and Description |
---|---|
Content |
Neo4jService.contentCreate(java.lang.String uuid,
java.lang.String name,
java.lang.String title,
java.lang.String path) |
Content |
Neo4jService.contentFindByName(java.lang.String name) |
Content |
Neo4jService.contentFindByPath(java.lang.String path) |
Content |
Neo4jService.contentFindByTitle(java.lang.String title) |
Content |
Neo4jService.contentFindByUUID(java.lang.String uuid) |
Content |
Neo4jService.contentUpdate(Content content) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Content> |
Neo4jService.contentfindByNameLike(java.lang.String name) |
java.util.Collection<Content> |
Neo4jService.contentFindByPathLike(java.lang.String path) |
java.util.Collection<Content> |
Neo4jService.contentFindByTitleLike(java.lang.String title) |
java.util.Collection<Content> |
Neo4jService.contentFindByUUIDLike(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
void |
Neo4jService.contentContainedInContainer(Container container,
Content content) |
void |
Neo4jService.contentDelete(Content content) |
Content |
Neo4jService.contentUpdate(Content content) |
void |
Neo4jService.userCreatedContent(User user,
Content content,
java.util.Date date) |
void |
Neo4jService.userReadedContent(User user,
Content content,
java.util.Date date) |
void |
Neo4jService.userUpdatedContent(User user,
Content content,
java.util.Date date) |