Skip navigation links
A B C D E F G H I L M N P R S T V W 

A

AbstractResponse - Class in fr.gouv.education.tribu.api.model
 
AbstractResponse(List<ContentDto>) - Constructor for class fr.gouv.education.tribu.api.model.AbstractResponse
 
AbstractWsController - Class in fr.gouv.education.tribu.api.controller
Generic controller for logging and process json response
AbstractWsController() - Constructor for class fr.gouv.education.tribu.api.controller.AbstractWsController
 
activateObject(PooledObject<HttpAutomationClient>) - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
api() - Method in class fr.gouv.education.tribu.api.WsConfiguration
 
APIKeyAuthenticationManager - Class in fr.gouv.education.tribu.api.security
 
APIKeyAuthenticationManager(String) - Constructor for class fr.gouv.education.tribu.api.security.APIKeyAuthenticationManager
 
APIKeyAuthFilter - Class in fr.gouv.education.tribu.api.security
 
APIKeyAuthFilter(String) - Constructor for class fr.gouv.education.tribu.api.security.APIKeyAuthFilter
 
ApiUser - Class in fr.gouv.education.tribu.api.model
Configuration class used to filter nuxeo user and his workspace scope with given appId
ApiUser() - Constructor for class fr.gouv.education.tribu.api.model.ApiUser
 
authenticate(Authentication) - Method in class fr.gouv.education.tribu.api.security.APIKeyAuthenticationManager
 
AUTHORIZATION_HEADER - Static variable in class fr.gouv.education.tribu.api.WsConfiguration
 

B

BinaryContent - Class in fr.gouv.education.tribu.api.model
 
BinaryContent() - Constructor for class fr.gouv.education.tribu.api.model.BinaryContent
 
BytesRange - Class in fr.gouv.education.tribu.api.controller.binaries
Bytes range java-bean.
BytesRange(long, long, long) - Constructor for class fr.gouv.education.tribu.api.controller.binaries.BytesRange
Constructor.

C

cacheFactoryBean() - Method in class fr.gouv.education.tribu.api.WsConfiguration
 
cacheManager() - Method in class fr.gouv.education.tribu.api.WsConfiguration
 
checkToken(String, String) - Method in interface fr.gouv.education.tribu.api.service.ContentService
Check if the token given in url is valid
checkToken(String, String) - Method in class fr.gouv.education.tribu.api.service.ContentServiceImpl
 
close() - Method in class fr.gouv.education.tribu.api.controller.binaries.InputSteamDecorator
COMPONENT_NAME - Static variable in class fr.gouv.education.tribu.api.model.ContentDto
 
COMPONENT_NAME - Static variable in class fr.gouv.education.tribu.api.model.SearchContentDto
 
configure(HttpSecurity) - Method in class fr.gouv.education.tribu.api.security.WsSecurityConfiguration
 
ConstrainedInputStream - Class in fr.gouv.education.tribu.api.controller.binaries
Constrained input stream.
ConstrainedInputStream(InputStream, long) - Constructor for class fr.gouv.education.tribu.api.controller.binaries.ConstrainedInputStream
Constructor.
ContentDto - Class in fr.gouv.education.tribu.api.model
Dto class for nuxeo documents response
ContentDto() - Constructor for class fr.gouv.education.tribu.api.model.ContentDto
 
ContentErrorCode - Enum in fr.gouv.education.tribu.api.controller
Enum of webservices codes
ContentService - Interface in fr.gouv.education.tribu.api.service
 
ContentServiceException - Exception in fr.gouv.education.tribu.api.service
Exception used for internal errors
ContentServiceException(String, Exception) - Constructor for exception fr.gouv.education.tribu.api.service.ContentServiceException
 
ContentServiceImpl - Class in fr.gouv.education.tribu.api.service
 
ContentServiceImpl() - Constructor for class fr.gouv.education.tribu.api.service.ContentServiceImpl
 
context - Variable in class fr.gouv.education.tribu.api.controller.AbstractWsController
 
CONTEXTE - Static variable in class fr.gouv.education.tribu.api.controller.SearchController
 
created - Variable in class fr.gouv.education.tribu.api.model.ContentDto
Created
creator - Variable in class fr.gouv.education.tribu.api.model.ContentDto
Creator

D

destroyObject(PooledObject<HttpAutomationClient>) - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
download(DownloadForm) - Method in class fr.gouv.education.tribu.api.controller.SearchController
 
download(DownloadForm) - Method in interface fr.gouv.education.tribu.api.service.ContentService
Download document (ask for a token url)
download(DownloadForm) - Method in class fr.gouv.education.tribu.api.service.ContentServiceImpl
 
DownloadController - Class in fr.gouv.education.tribu.api.controller
 
DownloadController() - Constructor for class fr.gouv.education.tribu.api.controller.DownloadController
 
DownloadForm - Class in fr.gouv.education.tribu.api.model
 
DownloadForm() - Constructor for class fr.gouv.education.tribu.api.model.DownloadForm
 
DownloadToken - Class in fr.gouv.education.tribu.api.service.token
Token for download a file, will be cached
DownloadToken() - Constructor for class fr.gouv.education.tribu.api.service.token.DownloadToken
 
DownloadTokenService - Interface in fr.gouv.education.tribu.api.service.token
Interface used to put or get token in cache
DownloadTokenServiceImpl - Class in fr.gouv.education.tribu.api.service.token
 
DownloadTokenServiceImpl() - Constructor for class fr.gouv.education.tribu.api.service.token.DownloadTokenServiceImpl
 
DownloadUrlResponse - Class in fr.gouv.education.tribu.api.model
 
DownloadUrlResponse(List<ContentDto>) - Constructor for class fr.gouv.education.tribu.api.model.DownloadUrlResponse
 

E

equals(Object) - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
execute(Session) - Method in class fr.gouv.education.tribu.api.repo.commands.FileContentCommand
Execute a nuxeo command
execute(Session) - Method in class fr.gouv.education.tribu.api.repo.commands.FileContentStreamCommand
Execute a nuxeo command
execute(Session) - Method in interface fr.gouv.education.tribu.api.repo.NuxeoCommand
Execute a nuxeo command
execute(Session) - Method in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
executeCommand(String, NuxeoCommand) - Method in interface fr.gouv.education.tribu.api.repo.NuxeoRepo
Run an automation command
executeCommand(String, NuxeoCommand) - Method in class fr.gouv.education.tribu.api.repo.NuxeoRepoImpl
 

F

FileContentCommand - Class in fr.gouv.education.tribu.api.repo.commands
File content command.
FileContentCommand(String) - Constructor for class fr.gouv.education.tribu.api.repo.commands.FileContentCommand
 
FileContentStreamCommand - Class in fr.gouv.education.tribu.api.repo.commands
File content command.
FileContentStreamCommand(String) - Constructor for class fr.gouv.education.tribu.api.repo.commands.FileContentStreamCommand
 
fr.gouv.education.tribu.api - package fr.gouv.education.tribu.api
 
fr.gouv.education.tribu.api.controller - package fr.gouv.education.tribu.api.controller
 
fr.gouv.education.tribu.api.controller.binaries - package fr.gouv.education.tribu.api.controller.binaries
 
fr.gouv.education.tribu.api.model - package fr.gouv.education.tribu.api.model
 
fr.gouv.education.tribu.api.repo - package fr.gouv.education.tribu.api.repo
 
fr.gouv.education.tribu.api.repo.commands - package fr.gouv.education.tribu.api.repo.commands
 
fr.gouv.education.tribu.api.security - package fr.gouv.education.tribu.api.security
 
fr.gouv.education.tribu.api.service - package fr.gouv.education.tribu.api.service
 
fr.gouv.education.tribu.api.service.token - package fr.gouv.education.tribu.api.service.token
 

G

getAnyToPdf() - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
getAppId() - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
getAppId() - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
getAppId() - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
getCode() - Method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
 
getCode() - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
getComponentName() - Static method in class fr.gouv.education.tribu.api.model.ContentDto
 
getContents() - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
getCount() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getCreated() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getCreator() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getCurrentPageIndex() - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
getDescription() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getDirectDownloadUrl() - Method in class fr.gouv.education.tribu.api.model.DownloadUrlResponse
 
GetDocumentCommand - Class in fr.gouv.education.tribu.api.repo.commands
 
GetDocumentCommand(DownloadForm) - Constructor for class fr.gouv.education.tribu.api.repo.commands.GetDocumentCommand
 
getDocumentProperties() - Method in class fr.gouv.education.tribu.api.repo.commands.SearchCommand
 
getDocumentProperties() - Method in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
getDocUuid() - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
getElapsedTime() - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
getEnd() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
Getter for end.
getFile(String, String, HttpServletRequest, HttpServletResponse) - Method in class fr.gouv.education.tribu.api.controller.DownloadController
 
getFileName() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getFulltext() - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
getId() - Method in class fr.gouv.education.tribu.api.repo.commands.FileContentCommand
 
getId() - Method in class fr.gouv.education.tribu.api.repo.commands.FileContentStreamCommand
 
getId() - Method in interface fr.gouv.education.tribu.api.repo.NuxeoCommand
Get an id for command (for logging)
getId() - Method in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
getInCache(String) - Method in interface fr.gouv.education.tribu.api.service.token.DownloadTokenService
 
getInCache(String) - Method in class fr.gouv.education.tribu.api.service.token.DownloadTokenServiceImpl
 
getInputStream() - Method in class fr.gouv.education.tribu.api.controller.binaries.InputSteamDecorator
Getter for inputStream.
getIssued() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getJmxEnabled() - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolConfig
Disable JMX to fix conflicts with default JMX commons-pool
getLastContributor() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getLength() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
Getter for length.
getLevel() - Method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
 
getMessage() - Method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
 
getMessage() - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
getMimeType() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getMinEvictableIdleTimeMillis() - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolConfig
 
getModificationBeginDate() - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
getModificationEndDate() - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
getModified() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getNumberOfPages() - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
getNuxeoUser() - Method in class fr.gouv.education.tribu.api.model.ApiUser
 
getOrderBy() - Method in enum fr.gouv.education.tribu.api.model.SearchSort
 
getPageNumber() - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
getPageNumber() - Method in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
getPageSize() - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
getPageSize() - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
getPageSize() - Method in class fr.gouv.education.tribu.api.repo.commands.GetDocumentCommand
 
getPageSize() - Method in class fr.gouv.education.tribu.api.repo.commands.TestNxCommand
 
getPageSize() - Method in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
getPool() - Method in class fr.gouv.education.tribu.api.WsConfiguration
 
getPortalCmsPath() - Static method in class fr.gouv.education.tribu.api.model.ContentDto
 
getPortalUrl() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getPreAuthenticatedCredentials(HttpServletRequest) - Method in class fr.gouv.education.tribu.api.security.APIKeyAuthFilter
 
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class fr.gouv.education.tribu.api.security.APIKeyAuthFilter
 
getPrivateBaseUri() - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
Getter for Nuxeo private base URI (with context).
getProperties() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getQuery() - Method in class fr.gouv.education.tribu.api.repo.commands.GetDocumentCommand
 
getQuery() - Method in class fr.gouv.education.tribu.api.repo.commands.SearchCommand
 
getQuery() - Method in class fr.gouv.education.tribu.api.repo.commands.TestNxCommand
 
getQuery() - Method in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
getResultsCount() - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
getReversedSort() - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
getSession() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getSort() - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
getSpaceTitle() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getStart() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
Getter for start.
getStatus() - Method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
 
getStream() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getTempFile() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getTestWhileIdle() - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolConfig
 
getTicket() - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
getTimeBetweenEvictionRunsMillis() - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolConfig
 
getTitle() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getTitle() - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
getToken() - Method in class fr.gouv.education.tribu.api.model.DownloadUrlResponse
 
getToken() - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
getTotal() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
Getter for total.
getUrl() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getUser() - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
getUser() - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
getUser() - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
getUuid() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getUuid() - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
getWorkspacePath() - Method in class fr.gouv.education.tribu.api.model.ApiUser
 

H

hashCode() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange

I

InputSteamDecorator - Class in fr.gouv.education.tribu.api.controller.binaries
Input stream decorator.
InputSteamDecorator(InputStream) - Constructor for class fr.gouv.education.tribu.api.controller.binaries.InputSteamDecorator
Constructor.
issued - Variable in class fr.gouv.education.tribu.api.model.ContentDto
issued

L

lastContributor - Variable in class fr.gouv.education.tribu.api.model.ContentDto
last contributor
LOG_SEPARATOR - Static variable in class fr.gouv.education.tribu.api.controller.AbstractWsController
 
LOG_SEPARATOR - Static variable in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
logAndReturn(AbstractResponse, String, String, Long, ContentErrorCode, Object...) - Method in class fr.gouv.education.tribu.api.controller.AbstractWsController
Default return method If docs is null, return an empty response
LOGGER - Static variable in class fr.gouv.education.tribu.api.controller.AbstractWsController
 
LOGGER - Static variable in class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
LOGGER - Static variable in class fr.gouv.education.tribu.api.security.APIKeyAuthenticationManager
 
LOGGER - Static variable in class fr.gouv.education.tribu.api.security.APIKeyAuthFilter
 
logStackAndReturn(Exception, String, String, Long, ContentErrorCode, Object...) - Method in class fr.gouv.education.tribu.api.controller.AbstractWsController
Return method with stacktrace

M

main(String[]) - Static method in class fr.gouv.education.tribu.api.WsMain
 
makeObject() - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
modified - Variable in class fr.gouv.education.tribu.api.model.ContentDto
Modified

N

NUXEO_CONTEXT - Static variable in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
Nuxeo context.
NuxeoCommand - Interface in fr.gouv.education.tribu.api.repo
Global interface of a nuxeo command
NuxeoPoolConfig - Class in fr.gouv.education.tribu.api.repo
COnfigure a default pool for nuxeo connections
NuxeoPoolConfig() - Constructor for class fr.gouv.education.tribu.api.repo.NuxeoPoolConfig
 
NuxeoPoolFactory - Class in fr.gouv.education.tribu.api.repo
Implements the pool to nuxeo behavior
NuxeoPoolFactory() - Constructor for class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
NuxeoQueryCommand - Class in fr.gouv.education.tribu.api.repo
Generic properties of nuxeo command for ES queries
NuxeoQueryCommand() - Constructor for class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
NuxeoQueryCommand(TribuApiQueryForm) - Constructor for class fr.gouv.education.tribu.api.repo.NuxeoQueryCommand
 
NuxeoRepo - Interface in fr.gouv.education.tribu.api.repo
Access layer to nuxeo
NuxeoRepoImpl - Class in fr.gouv.education.tribu.api.repo
 
NuxeoRepoImpl() - Constructor for class fr.gouv.education.tribu.api.repo.NuxeoRepoImpl
 

P

passivateObject(PooledObject<HttpAutomationClient>) - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
PDF_CONTENT - Static variable in class fr.gouv.education.tribu.api.repo.commands.FileContentCommand
PDF content flag (used in preview).
PDF_CONTENT - Static variable in class fr.gouv.education.tribu.api.repo.commands.FileContentStreamCommand
PDF content flag (used in preview).
PDF_CONVERSION_ERROR - Static variable in class fr.gouv.education.tribu.api.repo.commands.FileContentCommand
Error on PDF conversion (used in preview).
PDF_CONVERSION_ERROR - Static variable in class fr.gouv.education.tribu.api.repo.commands.FileContentStreamCommand
Error on PDF conversion (used in preview).
putInCache(DownloadToken) - Method in interface fr.gouv.education.tribu.api.service.token.DownloadTokenService
 
putInCache(DownloadToken) - Method in class fr.gouv.education.tribu.api.service.token.DownloadTokenServiceImpl
 

R

read() - Method in class fr.gouv.education.tribu.api.controller.binaries.ConstrainedInputStream
removeFromCache(String) - Method in interface fr.gouv.education.tribu.api.service.token.DownloadTokenService
 
removeFromCache(String) - Method in class fr.gouv.education.tribu.api.service.token.DownloadTokenServiceImpl
 
RepositoryException - Exception in fr.gouv.education.tribu.api.repo
Exception used for nuxeo errors
RepositoryException(String) - Constructor for exception fr.gouv.education.tribu.api.repo.RepositoryException
 
RepositoryException(Exception) - Constructor for exception fr.gouv.education.tribu.api.repo.RepositoryException
 
RepositoryException(String, Exception) - Constructor for exception fr.gouv.education.tribu.api.repo.RepositoryException
 

S

search(SearchForm) - Method in class fr.gouv.education.tribu.api.controller.SearchController
 
search(SearchForm) - Method in interface fr.gouv.education.tribu.api.service.ContentService
Search documents
search(SearchForm) - Method in class fr.gouv.education.tribu.api.service.ContentServiceImpl
 
SearchCommand - Class in fr.gouv.education.tribu.api.repo.commands
 
SearchCommand(SearchForm, String) - Constructor for class fr.gouv.education.tribu.api.repo.commands.SearchCommand
 
SearchContentDto - Class in fr.gouv.education.tribu.api.model
 
SearchContentDto() - Constructor for class fr.gouv.education.tribu.api.model.SearchContentDto
 
SearchController - Class in fr.gouv.education.tribu.api.controller
Main controller for spaces content
SearchController() - Constructor for class fr.gouv.education.tribu.api.controller.SearchController
 
SearchForm - Class in fr.gouv.education.tribu.api.model
 
SearchForm() - Constructor for class fr.gouv.education.tribu.api.model.SearchForm
 
SearchSort - Enum in fr.gouv.education.tribu.api.model
Search sorts enumeration.
setAnyToPdf(Boolean) - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
setAppId(String) - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
setAppId(String) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setAppId(String) - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
setApplicationContext(ApplicationContext) - Method in class fr.gouv.education.tribu.api.WsConfiguration
 
setCode(String) - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
setCount(long) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setCreated(Date) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setCreator(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setCurrentPageIndex(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
setDescription(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setDocUuid(String) - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
setElapsedTime(Long) - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
setFile(File) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setFileName(String) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setFileSize(long) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setFulltext(String) - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
setIssued(Date) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setLastContributor(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setLongLiveSession(Session) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setMessage(String) - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
setMimeType(String) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setModificationBeginDate(Date) - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
setModificationEndDate(Date) - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
setModified(Date) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setName(String) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setNumberOfPages(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
setNuxeoUser(String) - Method in class fr.gouv.education.tribu.api.model.ApiUser
 
setPageNumber(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setPageSize(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setPageSize(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
setPortalUrl(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setProperties(Map<String, Object>) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setResultsCount(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
setReversedSort(Boolean) - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
setSession(Session) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setSort(SearchSort) - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
setSpaceTitle(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setStream(InputStream) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setTempFile(File) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setTicket(String) - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
setTitle(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setTitle(String) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setUrl(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setUser(String) - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
setUser(String) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setUser(String) - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
setUuid(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setUuid(String) - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
setWorkspacePath(String) - Method in class fr.gouv.education.tribu.api.model.ApiUser
 
skip(long) - Method in class fr.gouv.education.tribu.api.controller.binaries.ConstrainedInputStream
spaceTitle - Variable in class fr.gouv.education.tribu.api.model.ContentDto
space title
startDownload(String, String) - Method in interface fr.gouv.education.tribu.api.service.ContentService
 
startDownload(String, String) - Method in class fr.gouv.education.tribu.api.service.ContentServiceImpl
 
STK_LOGGER - Static variable in class fr.gouv.education.tribu.api.controller.AbstractWsController
 

T

TestNxCommand - Class in fr.gouv.education.tribu.api.repo.commands
 
TestNxCommand() - Constructor for class fr.gouv.education.tribu.api.repo.commands.TestNxCommand
 
toDto(Document) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
toDto(Document) - Method in class fr.gouv.education.tribu.api.model.SearchContentDto
 
toResponse(String) - Method in class fr.gouv.education.tribu.api.model.DownloadUrlResponse
 
toString() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
toString() - Method in class fr.gouv.education.tribu.api.service.token.DownloadToken
 
TribuApiQueryForm - Class in fr.gouv.education.tribu.api.model
 
TribuApiQueryForm() - Constructor for class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
TribuApiResponse - Class in fr.gouv.education.tribu.api.model
Global response object for documents
TribuApiResponse(List<ContentDto>) - Constructor for class fr.gouv.education.tribu.api.model.TribuApiResponse
 

V

validateObject(PooledObject<HttpAutomationClient>) - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
valueOf(String) - Static method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.gouv.education.tribu.api.model.SearchSort
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.gouv.education.tribu.api.model.SearchSort
Returns an array containing the constants of this enum type, in the order they are declared.

W

WsConfiguration - Class in fr.gouv.education.tribu.api
Configuration webapp
WsConfiguration() - Constructor for class fr.gouv.education.tribu.api.WsConfiguration
 
WsMain - Class in fr.gouv.education.tribu.api
Starter webapp
WsMain() - Constructor for class fr.gouv.education.tribu.api.WsMain
 
WsSecurityConfiguration - Class in fr.gouv.education.tribu.api.security
 
WsSecurityConfiguration() - Constructor for class fr.gouv.education.tribu.api.security.WsSecurityConfiguration
 
A B C D E F G H I L M N P R S T V W 
Skip navigation links

Copyright © 2020. All rights reserved.