Uses of Class
de.xima.fc.entities.ProjektRessource
-
-
Uses of ProjektRessource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ProjektRessource Modifier and Type Method Description ProjektRessourceProjektRessourcenAPI. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceProjektRessourcenAPI. getByName(UserContext uc, Projekt projekt, String name)ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, long projectId, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, Integer projectId, String resourceName)Deprecated, for removal: This API element is subject to removal in a future version.ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceProjektRessourcenAPI. update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)Methods in de.xima.fc.api.entity that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>ProjektRessourcenAPI. getAllByProjekt(UserContext uc, Projekt projekt)Methods in de.xima.fc.api.entity with parameters of type ProjektRessource Modifier and Type Method Description ProjektProjektAPI. addProjektRessource(UserContext uc, Projekt projekt, ProjektRessource ressource)ProjektRessourceProjektRessourcenAPI. update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res) -
Uses of ProjektRessource in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type ProjektRessource Modifier and Type Method Description static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getActionsReferencingProjectResource(IEntityContext ec, ProjektRessource entity) -
Uses of ProjektRessource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjektRessource Modifier and Type Method Description ProjektRessourceProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)ProjektRessourceProjektRessourceDao. getByName(IEntityContext ec, Projekt projekt, String name)ProjektRessourceProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, String uuid)ProjektRessourceProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)ProjektRessourceProjektRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res)Methods in de.xima.fc.dao.impl that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>ProjektRessourceDao. getAllByExtension(IEntityContext ec, Projekt project, Iterable<String> extensions)List<ProjektRessource>ProjektRessourceDao. getAllByProjekt(IEntityContext ec, Projekt projekt)protected IFCDaoActionHook<ProjektRessource>ProjektRessourceDao. getPostActionHook()protected IFCDaoActionHook<ProjektRessource>ProjektRessourceDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type ProjektRessource Modifier and Type Method Description StringProjektRessourceDao. findUniqueName(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>ProjektRessourceDao. getEntityRefs(IEntityContext ec, ProjektRessource resource)ProjektRessourceProjektRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res) -
Uses of ProjektRessource in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjektRessource Modifier and Type Method Description ProjektRessourceIProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceIProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)default ProjektRessourceIProjektRessourceDao. getByName(Projekt projekt, String name, IEntityContext ec)Deprecated.ProjektRessourceIProjektRessourceDao. getByName(IEntityContext ec, Projekt projekt, String name)ProjektRessourceIProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Returns the project resource with the given UUID stringProjektRessourceIProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)Returns the project resource with the given UUIDProjektRessourceIProjektRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res)Methods in de.xima.fc.dao.interfaces that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>IProjektRessourceDao. getAllByExtension(IEntityContext ec, Projekt project, Iterable<String> extensions)default List<ProjektRessource>IProjektRessourceDao. getAllByProjekt(Projekt projekt, IEntityContext ec)Deprecated.List<ProjektRessource>IProjektRessourceDao. getAllByProjekt(IEntityContext ec, Projekt projekt)Methods in de.xima.fc.dao.interfaces with parameters of type ProjektRessource Modifier and Type Method Description StringIProjektRessourceDao. findUniqueName(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude)Returns a name that is not taken by anotherProjektRessourcein the given project.ProjektRessourceIProjektRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res) -
Uses of ProjektRessource in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjektRessource Modifier and Type Method Description ProjektRessourceProjektRessourceDatei. getBaseEntity()Methods in de.xima.fc.entities that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>Projekt. getProjektRessourcen()Methods in de.xima.fc.entities with parameters of type ProjektRessource Modifier and Type Method Description voidProjekt. addProjektRessource(ProjektRessource ressource)voidProjekt. removeProjektRessource(ProjektRessource ressource)voidProjektRessourceDatei. setBaseEntity(ProjektRessource baseEntity)Method parameters in de.xima.fc.entities with type arguments of type ProjektRessource Modifier and Type Method Description voidProjekt. setProjektRessourcen(List<ProjektRessource> ressourcen) -
Uses of ProjektRessource in de.xima.fc.export
Methods in de.xima.fc.export that return ProjektRessource Modifier and Type Method Description protected ProjektRessourceAProjektUtil. createProjektRessource(Projekt neuesProjekt, File file)Methods in de.xima.fc.export that return types with arguments of type ProjektRessource Modifier and Type Method Description protected Collection<ProjektRessource>AProjektUtil. getProjektRessources(FormVersion formVersion) -
Uses of ProjektRessource in de.xima.fc.form
Methods in de.xima.fc.form that return ProjektRessource Modifier and Type Method Description static ProjektRessourceFormPublishUtil. publishProjectResource(File file, String resourceName, IFormPublishContext publishCtx)Deprecated.Methods in de.xima.fc.form with parameters of type ProjektRessource Modifier and Type Method Description static StringFormHelper. createProjectResourceUrl(IFormRenderContext renderCtx, IXFormRenderConfig xformConfig, ProjektRessource res) -
Uses of ProjektRessource in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper that return ProjektRessource Modifier and Type Method Description static ProjektRessourceProjektRessourceHelper. createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item)Deprecated.static ProjektRessourceProjektRessourceHelper. createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName)Methods in de.xima.fc.form.helper with parameters of type ProjektRessource Modifier and Type Method Description static StringURLHelper. getProjectResourceUrl(ProjektRessource res, boolean noCache) -
Uses of ProjektRessource in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return types with arguments of type ProjektRessource Modifier and Type Method Description Map<EFormResourceType,List<ProjektRessource>>FormRenderContext. getProjectResourceMap()List<ProjektRessource>FormRenderContext. getProjectResources(EFormResourceType type)List<ProjektRessource>FormRenderContext. getProjektCssResources()Deprecated.List<ProjektRessource>FormRenderContext. getProjektJsResources()Deprecated.Method parameters in de.xima.fc.form.render with type arguments of type ProjektRessource Modifier and Type Method Description voidFormRenderContext. setProjectResourceMap(Map<EFormResourceType,List<ProjektRessource>> resMap)voidFormRenderContext. setProjectResources(EFormResourceType type, List<ProjektRessource> resources)voidFormRenderContext. setProjektCssResources(List<ProjektRessource> cssProjektResources)Deprecated.voidFormRenderContext. setProjektJsResources(List<ProjektRessource> jsProjektResources)Deprecated. -
Uses of ProjektRessource in de.xima.fc.gui.bean.resource
Methods in de.xima.fc.gui.bean.resource that return ProjektRessource Modifier and Type Method Description protected ProjektRessourceProjectResourceBean. createResource(String fileName, byte[] data, String userName)ProjektRessourceProjectResourceBean.EntityListModelImpl. getNew()protected ProjektRessourceProjectResourceBean. updateResource(String fileName, byte[] data, String userName)Methods in de.xima.fc.gui.bean.resource that return types with arguments of type ProjektRessource Modifier and Type Method Description protected IEntityListModel<ProjektRessource>ProjectResourceBean. getNewModel()Methods in de.xima.fc.gui.bean.resource with parameters of type ProjektRessource Modifier and Type Method Description protected booleanProjectResourceBean. checkResourceNameExist(String name, ProjektRessource item)StringProjectResourceBean. getGeneratedUrl(ProjektRessource res)voidProjectResourceBean.EntityListModelImpl. setSelected(ProjektRessource selected) -
Uses of ProjektRessource in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return ProjektRessource Modifier and Type Method Description ProjektRessourceProcessingBean. getProjectResource()Deprecated. -
Uses of ProjektRessource in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type ProjektRessource Constructor Description ProjectResourceModifiedEvent(ProjektRessource entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data. -
Uses of ProjektRessource in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ProjektRessource Modifier and Type Method Description ProjektRessourceProjektRessourceHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceProjektRessourceHandler. getByName(UserContext uc, Projekt projekt, String name)ProjektRessourceProjektRessourceHandler. getDownloadResource(UserContext uc, FrontendServer fs, long projectId, String resourceName)ProjektRessourceProjektRessourceHandler. getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String ressourceName)ProjektRessourceProjektRessourceHandler. getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String ressourceName)ProjektRessourceProjektRessourceHandler. getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName)ProjektRessourceProjektRessourceHandler. getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String ressourceName)ProjektRessourceProjektRessourceHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)ProjektRessourceProjektRessourceHandler. update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)Methods in de.xima.fc.handler.entity that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>ProjektRessourceHandler. getAllByProjekt(UserContext uc, Projekt projekt)Methods in de.xima.fc.handler.entity with parameters of type ProjektRessource Modifier and Type Method Description ProjektRessourceProjektRessourceHandler. update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res) -
Uses of ProjektRessource in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ProjektRessource Modifier and Type Method Description ProjektRessourceIProjektRessourcenHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceIProjektRessourcenHandler. getByName(UserContext uc, Projekt projekt, String name)ProjektRessourceIProjektRessourcenHandler. getDownloadResource(UserContext uc, FrontendServer fs, long projectId, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceIProjektRessourcenHandler. getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceIProjektRessourcenHandler. getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceIProjektRessourcenHandler. getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceIProjektRessourcenHandler. getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName)Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourceIProjektRessourcenHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projectId, String resourceName)Deprecated, for removal: This API element is subject to removal in a future version.ProjektRessourceIProjektRessourcenHandler. update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>IProjektRessourcenHandler. getAllByProjekt(UserContext uc, Projekt projekt)Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProjektRessource Modifier and Type Method Description ProjektRessourceIProjektRessourcenHandler. update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res) -
Uses of ProjektRessource in de.xima.fc.helper
Methods in de.xima.fc.helper that return ProjektRessource Modifier and Type Method Description ProjektRessourceProjektRessourceAdapter. read(com.google.gson.stream.JsonReader in)Methods in de.xima.fc.helper with parameters of type ProjektRessource Modifier and Type Method Description voidProjektRessourceAdapter. write(com.google.gson.stream.JsonWriter out, ProjektRessource src) -
Uses of ProjektRessource in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type ProjektRessource Modifier and Type Method Description protected IGenericDao<ProjektRessource>ProjectResourceImportConfig. getDao() -
Uses of ProjektRessource in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type ProjektRessource Constructor Description ProjectResourceImportStager(IEntityContext ec, ProjektRessource entity, Mandant client)Deprecated. -
Uses of ProjektRessource in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type ProjektRessource Modifier and Type Method Description Map<EFormResourceType,List<ProjektRessource>>IFormRenderContext. getProjectResourceMap()List<ProjektRessource>IFormRenderContext. getProjectResources(EFormResourceType type)List<ProjektRessource>IFormRenderContext. getProjektCssResources()Deprecated.List<ProjektRessource>IFormRenderContext. getProjektJsResources()Deprecated.Method parameters in de.xima.fc.interfaces.form with type arguments of type ProjektRessource Modifier and Type Method Description voidIFormRenderContext. setProjectResourceMap(Map<EFormResourceType,List<ProjektRessource>> resMap)voidIFormRenderContext. setProjectResources(EFormResourceType type, List<ProjektRessource> resources)voidIFormRenderContext. setProjektCssResources(List<ProjektRessource> cssProjektResources)Deprecated.voidIFormRenderContext. setProjektJsResources(List<ProjektRessource> jsProjektResources)Deprecated. -
Uses of ProjektRessource in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>IWorkflowProvider. getAllProjectResources() -
Uses of ProjektRessource in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>FormRenderData. getCssProjektResources()Deprecated, for removal: This API element is subject to removal in a future version.List<ProjektRessource>FormRenderData. getJsProjektResources()Deprecated, for removal: This API element is subject to removal in a future version.Map<EFormResourceType,List<ProjektRessource>>FormRenderData. getProjectResourceMap()List<ProjektRessource>FormRenderData. getProjectResources(EFormResourceType type)Method parameters in de.xima.fc.mdl.form with type arguments of type ProjektRessource Modifier and Type Method Description voidFormRenderData. setCssProjektResources(List<ProjektRessource> cssProjektResources)Deprecated, for removal: This API element is subject to removal in a future version.voidFormRenderData. setJsProjektResources(List<ProjektRessource> jsProjektResources)Deprecated, for removal: This API element is subject to removal in a future version.voidFormRenderData. setProjectResources(EFormResourceType type, List<ProjektRessource> resources) -
Uses of ProjektRessource in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource with parameters of type ProjektRessource Modifier and Type Method Description static ResourceItemResourceItem. forFormFile(ProjektRessource formFile) -
Uses of ProjektRessource in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return ProjektRessource Modifier and Type Method Description protected ProjektRessourceAWorkflowEngineTest. createProjectResource(@NotNull String name, @javax.validation.constraints.NotNull byte[] resourceData, @NotNull String resourceDescription)Creates a project resource where the resource- and the file-name are the same.protected ProjektRessourceAWorkflowEngineTest. createProjectResource(@NotNull String resourceName, @NotNull String fileName, @javax.validation.constraints.NotNull byte[] resourceData, @NotNull String resourceDescription)protected ProjektRessourceAWorkflowEngineTest. createProjectResource(String name, @NotNull String resourceData, @NotNull String resourceDescription)Creates a project resource where the resource- and the file-name are the same. -
Uses of ProjektRessource in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type ProjektRessource Modifier and Type Method Description static booleanResourceRefactorProcessor. refactorProjectResource(IEntityContext ec, ProjektRessource resource, ITextResourceRefactorer refactorer)Applies the given refactorer to the given resource. -
Uses of ProjektRessource in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ProjektRessource Modifier and Type Method Description static ProjektRessourceEntityDummyFactory. dummyFormFile(Projekt project, String name, String content)static ProjektRessourceEntityDummyFactory. dummyFormFile(Projekt project, String name, String description, byte[] data, String creator) -
Uses of ProjektRessource in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>WorkflowProviderBean. getAllProjectResources() -
Uses of ProjektRessource in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type ProjektRessource Modifier and Type Method Description static SingleFileSingleFile. forFormFile(ProjektRessource formFile) -
Uses of ProjektRessource in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type ProjektRessource Modifier and Type Method Description static List<ProjektRessource>WorkflowProviderHelper. computeAllProjectResources(IEntityContext ec, Projekt project)Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type ProjektRessource Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>WorkflowProviderHelper. computeAvailableResources(Mandant client, Locale locale, List<ProjektRessource> projectResources, List<MandantRessource> clientResources, List<String> uploadElements, List<IFileProvidingTriggerWithName> firedTriggers, List<IFileProvidingNodeWithName> providingPredecessors, List<IFileProvidingNodeWithName> providingParents, GetAvailableResourcesParams params) -
Uses of ProjektRessource in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type ProjektRessource Modifier and Type Method Description List<ProjektRessource>ValidationWorkflowProvider. getAllProjectResources() -
Uses of ProjektRessource in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type ProjektRessource Modifier and Type Method Description static ClientProjectResourceViewClientProjectResourceView. forProjectResource(ProjektRessource projectResource)
-