Uses of Class
de.xima.fc.entities.ProjectFile
-
Packages that use ProjectFile Package Description de.xima.fc.api.rest.models.response de.xima.fc.api.rest.models.response.page de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of ProjectFile in de.xima.fc.api.rest.models.response
Constructors in de.xima.fc.api.rest.models.response with parameters of type ProjectFile Constructor Description FormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Uses of ProjectFile in de.xima.fc.api.rest.models.response.page
Methods in de.xima.fc.api.rest.models.response.page that return types with arguments of type ProjectFile Modifier and Type Method Description static BiFunction<PagedResult<ProjectFile>,Locale,IResourcePage<?>>
FormFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of ProjectFile in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type ProjectFile Modifier and Type Method Description List<ProjectFile>
Projekt. getFiles()
Method parameters in de.xima.fc.entities with type arguments of type ProjectFile Modifier and Type Method Description void
Projekt. setFiles(List<ProjectFile> files)
-