Skip navigation links
A B C D E F G H I L M N P R S T U 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

BASE_DN_CONF - Static variable in class fr.gouv.education.tribu.api.DirectoryFrameworkConfiguration
 
BinaryContent - Class in fr.gouv.education.tribu.api.model
 
BinaryContent() - Constructor for class fr.gouv.education.tribu.api.model.BinaryContent
 
buildBaseDn() - Method in interface fr.gouv.education.tribu.api.directory.dao.PersonDao
Return the base DN of a person
buildBaseDn() - Method in class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
Return the base DN of a person
buildDn(String) - Method in interface fr.gouv.education.tribu.api.directory.dao.PersonDao
Return the full DN of a person
buildDn(String) - Method in class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
Return the full DN of a person
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.WsDevConfiguration
 
cacheFactoryBean() - Method in class fr.gouv.education.tribu.api.WsProdConfiguration
 
cacheManager() - Method in class fr.gouv.education.tribu.api.WsDevConfiguration
 
cacheManager() - Method in class fr.gouv.education.tribu.api.WsProdConfiguration
 
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
 
context - Variable in class fr.gouv.education.tribu.api.directory.service.PersonServiceImpl
 
CONTEXTE - Static variable in class fr.gouv.education.tribu.api.controller.SearchController
 
convert(Date) - Method in class fr.gouv.education.tribu.api.directory.dao.converter.DateToGeneralizedTime
convert(String) - Method in class fr.gouv.education.tribu.api.directory.dao.converter.GeneralizedTimeToDate
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

dao - Variable in class fr.gouv.education.tribu.api.directory.service.PersonServiceImpl
 
DateToGeneralizedTime - Class in fr.gouv.education.tribu.api.directory.dao.converter
Date to generalized time converter.
DateToGeneralizedTime() - Constructor for class fr.gouv.education.tribu.api.directory.dao.converter.DateToGeneralizedTime
Constructor.
destroyObject(PooledObject<HttpAutomationClient>) - Method in class fr.gouv.education.tribu.api.repo.NuxeoPoolFactory
 
DirectoryFrameworkConfiguration - Class in fr.gouv.education.tribu.api
Config directory
DirectoryFrameworkConfiguration(ApplicationContext) - Constructor for class fr.gouv.education.tribu.api.DirectoryFrameworkConfiguration
 
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
 
findByCriteria(Person) - Method in interface fr.gouv.education.tribu.api.directory.dao.PersonDao
 
findByCriteria(Person) - Method in class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
 
findByCriteria(Person) - Method in interface fr.gouv.education.tribu.api.directory.service.PersonService
Get a person by criteria represented by a person vith filled fields
findByCriteria(Person) - Method in class fr.gouv.education.tribu.api.directory.service.PersonServiceImpl
 
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.directory.dao - package fr.gouv.education.tribu.api.directory.dao
 
fr.gouv.education.tribu.api.directory.dao.converter - package fr.gouv.education.tribu.api.directory.dao.converter
 
fr.gouv.education.tribu.api.directory.model - package fr.gouv.education.tribu.api.directory.model
 
fr.gouv.education.tribu.api.directory.service - package fr.gouv.education.tribu.api.directory.service
 
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

GeneralizedTimeToDate - Class in fr.gouv.education.tribu.api.directory.dao.converter
Generalized time to date converter.
GeneralizedTimeToDate() - Constructor for class fr.gouv.education.tribu.api.directory.dao.converter.GeneralizedTimeToDate
Constructor.
generateAndFilter(Object) - Static method in class fr.gouv.education.tribu.api.directory.dao.MappingHelper
Build an And filter with all fields that are not empty in the object - Use the annotation @Attribute and the name of the field if not setted - Ignore @Transiant attribute - check if an attribute is a collection and generate a logicial test for each value
generateOrFilter(Object) - Static method in class fr.gouv.education.tribu.api.directory.dao.MappingHelper
Build an Or filter with all fields that are not empty in the object - Use the annotation @Attribute and the name of the field if not setted - Ignore @Transiant attribute - check if an attribute is a collection and generate a logicial test for each value
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
 
getBasicFilter(Object) - Static method in class fr.gouv.education.tribu.api.directory.dao.MappingHelper
Read the first objectclass of an entity and generate a filter
getCn() - Method in class fr.gouv.education.tribu.api.directory.model.Person
getCode() - Method in enum fr.gouv.education.tribu.api.controller.ContentErrorCode
 
getCode() - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
getCodeAca() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
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
 
getCreationDate() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
getDisplayName() - Method in class fr.gouv.education.tribu.api.directory.model.Person
getDn() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
getEmptyPerson() - Method in interface fr.gouv.education.tribu.api.directory.service.PersonService
Get a person with no valued fields (for search)
getEmptyPerson() - Method in class fr.gouv.education.tribu.api.directory.service.PersonServiceImpl
 
getEnd() - Method in class fr.gouv.education.tribu.api.controller.binaries.BytesRange
Getter for end.
getExternal() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
getFonction() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getFonctionAdm() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getFulltext() - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
getGivenName() - Method in class fr.gouv.education.tribu.api.directory.model.Person
getHashNumen() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getHashnumen() - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
getHashnumen() - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
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
getLastConnection() - Method in class fr.gouv.education.tribu.api.directory.model.Person
getLastContributor() - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
getLdapFieldName(Object, String) - Static method in class fr.gouv.education.tribu.api.directory.dao.MappingHelper
Read the LDAP field name of an attribute (defined in the mapping)
getLdapTemplate(TransactionAwareContextSourceProxy) - Method in class fr.gouv.education.tribu.api.DirectoryFrameworkConfiguration
Get LDAP template
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
 
getMail() - Method in class fr.gouv.education.tribu.api.directory.model.Person
getMailAca() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
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
 
getNomAcademie() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getNumberOfPages() - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
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).
getProfiles() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
getRne() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getRneExerc() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getRneResp() - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
getSearchControls() - Method in class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
Query optimization
getSession() - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
getSn() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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.directory.model.Person
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.
getTxManager() - Method in class fr.gouv.education.tribu.api.DirectoryFrameworkConfiguration
 
getTxManagerDelegate() - Method in class fr.gouv.education.tribu.api.DirectoryFrameworkConfiguration
For composite TM
getUid() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
getValidity() - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
MappingHelper - Class in fr.gouv.education.tribu.api.directory.dao
Utility class to add some hints to the ODM
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).
Person - Class in fr.gouv.education.tribu.api.directory.model
ODM of a person
Person() - Constructor for class fr.gouv.education.tribu.api.directory.model.Person
Constructor.
PersonDao - Interface in fr.gouv.education.tribu.api.directory.dao
 
PersonDaoImpl - Class in fr.gouv.education.tribu.api.directory.dao
 
PersonDaoImpl() - Constructor for class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
 
PersonService - Interface in fr.gouv.education.tribu.api.directory.service
Service to request person
PersonServiceImpl - Class in fr.gouv.education.tribu.api.directory.service
Impl of the person service
PersonServiceImpl() - Constructor for class fr.gouv.education.tribu.api.directory.service.PersonServiceImpl
 
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

sample - Variable in class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
 
sample - Variable in class fr.gouv.education.tribu.api.directory.service.PersonServiceImpl
 
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
 
setApplicationContext(ApplicationContext) - Method in class fr.gouv.education.tribu.api.WsDevConfiguration
 
setApplicationContext(ApplicationContext) - Method in class fr.gouv.education.tribu.api.WsProdConfiguration
 
setCn(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
setCode(String) - Method in class fr.gouv.education.tribu.api.model.AbstractResponse
 
setCodeAca(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setCount(long) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setCreated(Date) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setCreationDate(Date) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
setDisplayName(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
setDn(Name) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
setExternal(Boolean) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
setFonction(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setFonctionAdm(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setFulltext(String) - Method in class fr.gouv.education.tribu.api.model.SearchForm
 
setGivenName(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
setHashNumen(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setHashnumen(String) - Method in class fr.gouv.education.tribu.api.model.DownloadForm
 
setHashnumen(String) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setIssued(Date) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setLastConnection(Date) - Method in class fr.gouv.education.tribu.api.directory.model.Person
setLastContributor(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setLongLiveSession(Session) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setMail(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
setMailAca(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
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
 
setNomAcademie(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setNumberOfPages(Integer) - Method in class fr.gouv.education.tribu.api.model.TribuApiResponse
 
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
 
setProfiles(List<Name>) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
setRne(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setRneExerc(List<String>) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setRneResp(List<String>) - Method in class fr.gouv.education.tribu.api.directory.model.Person
 
setSession(Session) - Method in class fr.gouv.education.tribu.api.model.BinaryContent
 
setSn(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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.directory.model.Person
setTitle(String) - Method in class fr.gouv.education.tribu.api.model.ContentDto
 
setTitle(String) - Method in class fr.gouv.education.tribu.api.model.TribuApiQueryForm
 
setUid(String) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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
 
setValidity(Date) - Method in class fr.gouv.education.tribu.api.directory.model.Person
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

template - Variable in class fr.gouv.education.tribu.api.directory.dao.PersonDaoImpl
 
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.directory.model.Person
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
 
txProxy() - Method in class fr.gouv.education.tribu.api.DirectoryFrameworkConfiguration
 

U

UserNotFoundException - Exception in fr.gouv.education.tribu.api.service
 
UserNotFoundException(String) - Constructor for exception fr.gouv.education.tribu.api.service.UserNotFoundException
 
UserNotFoundException(String, Exception) - Constructor for exception fr.gouv.education.tribu.api.service.UserNotFoundException
 

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
 
WsDevConfiguration - Class in fr.gouv.education.tribu.api
 
WsDevConfiguration() - Constructor for class fr.gouv.education.tribu.api.WsDevConfiguration
 
WsMain - Class in fr.gouv.education.tribu.api
Starter webapp
WsMain() - Constructor for class fr.gouv.education.tribu.api.WsMain
 
WsProdConfiguration - Class in fr.gouv.education.tribu.api
 
WsProdConfiguration() - Constructor for class fr.gouv.education.tribu.api.WsProdConfiguration
 
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 U V W 
Skip navigation links

Copyright © 2022. All rights reserved.