Uses of Class
de.xima.fc.entities.ProjektRessource
Packages that use ProjektRessource
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für konkrete Helperklassen
-
Uses of ProjektRessource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ProjektRessourceModifier and TypeMethodDescriptionProjektRessourcenAPI.create
(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) ProjektRessourcenAPI.getByName
(UserContext uc, Projekt projekt, String name) ProjektRessourcenAPI.getDownloadResource
(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName) ProjektRessourcenAPI.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 ProjektRessourceModifier and TypeMethodDescriptionProjektRessourcenAPI.getAllByProjekt
(UserContext uc, Projekt projekt) Methods in de.xima.fc.api.entity with parameters of type ProjektRessourceModifier and TypeMethodDescriptionProjektAPI.addProjektRessource
(UserContext uc, Projekt projekt, ProjektRessource ressource) ProjektRessourcenAPI.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 ProjektRessourceModifier and TypeMethodDescriptionDaoActionHookHelper.getActionsReferencingProjectResource
(IEntityContext ec, ProjektRessource entity) Deprecated. -
Uses of ProjektRessource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) ProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt) ProjektRessourceDao.getByName
(IEntityContext ec, Projekt projekt, String name) ProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) ProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) ProjektRessourceDao.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 ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceDao.getAllByExtension
(IEntityContext ec, Projekt project, Iterable<String> extensions) 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 ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceDao.findUniqueName
(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude) ProjektRessourceDao.getEntityRefs
(IEntityContext ec, ProjektRessource resource) ProjektRessourceDao.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 ProjektRessourceModifier and TypeMethodDescriptionIProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) IProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt) default ProjektRessource
IProjektRessourceDao.getByName
(Projekt projekt, String name, IEntityContext ec) Deprecated.IProjektRessourceDao.getByName
(IEntityContext ec, Projekt projekt, String name) IProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Returns the project resource with the given UUID stringIProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Returns the project resource with the given UUIDIProjektRessourceDao.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 ProjektRessourceModifier and TypeMethodDescriptionIProjektRessourceDao.getAllByExtension
(IEntityContext ec, Projekt project, Iterable<String> extensions) default List<ProjektRessource>
IProjektRessourceDao.getAllByProjekt
(Projekt projekt, IEntityContext ec) Deprecated.IProjektRessourceDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) Methods in de.xima.fc.dao.interfaces with parameters of type ProjektRessourceModifier and TypeMethodDescriptionIProjektRessourceDao.findUniqueName
(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude) Returns a name that is not taken by anotherProjektRessource
in the given project.IProjektRessourceDao.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 ProjektRessourceMethods in de.xima.fc.entities that return types with arguments of type ProjektRessourceMethods in de.xima.fc.entities with parameters of type ProjektRessourceModifier and TypeMethodDescriptionvoid
Projekt.addProjektRessource
(ProjektRessource ressource) void
Projekt.removeProjektRessource
(ProjektRessource ressource) void
ProjektRessourceDatei.setBaseEntity
(ProjektRessource baseEntity) Method parameters in de.xima.fc.entities with type arguments of type ProjektRessourceModifier and TypeMethodDescriptionvoid
Projekt.setProjektRessourcen
(List<ProjektRessource> ressourcen) -
Uses of ProjektRessource in de.xima.fc.export
Methods in de.xima.fc.export that return ProjektRessourceModifier and TypeMethodDescriptionprotected ProjektRessource
AProjektUtil.createProjektRessource
(Projekt neuesProjekt, File file) Methods in de.xima.fc.export that return types with arguments of type ProjektRessourceModifier and TypeMethodDescriptionprotected Collection<ProjektRessource>
AProjektUtil.getProjektRessources
(FormVersion formVersion) -
Uses of ProjektRessource in de.xima.fc.form
Methods in de.xima.fc.form that return ProjektRessourceModifier and TypeMethodDescriptionstatic ProjektRessource
FormPublishUtil.publishProjectResource
(File file, String resourceName, IFormPublishContext publishCtx) Deprecated.Methods in de.xima.fc.form with parameters of type ProjektRessourceModifier and TypeMethodDescriptionstatic String
FormHelper.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 ProjektRessourceModifier and TypeMethodDescriptionstatic ProjektRessource
ProjektRessourceHelper.createProjektRessource
(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item) Deprecated.static ProjektRessource
ProjektRessourceHelper.createProjektRessource
(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName) Methods in de.xima.fc.form.helper with parameters of type ProjektRessourceModifier and TypeMethodDescriptionstatic String
URLHelper.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 ProjektRessourceModifier and TypeMethodDescriptionFormRenderContext.getProjectResourceMap()
FormRenderContext.getProjectResources
(EFormResourceType type) FormRenderContext.getProjektCssResources()
Deprecated.FormRenderContext.getProjektJsResources()
Deprecated.Method parameters in de.xima.fc.form.render with type arguments of type ProjektRessourceModifier and TypeMethodDescriptionvoid
FormRenderContext.setProjectResourceMap
(Map<EFormResourceType, List<ProjektRessource>> resMap) void
FormRenderContext.setProjectResources
(EFormResourceType type, List<ProjektRessource> resources) void
FormRenderContext.setProjektCssResources
(List<ProjektRessource> cssProjektResources) Deprecated.void
FormRenderContext.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 ProjektRessourceModifier and TypeMethodDescriptionprotected ProjektRessource
ProjectResourceBean.createResource
(String fileName, byte[] data, String userName) ProjectResourceBean.EntityListModelImpl.getNew()
protected ProjektRessource
ProjectResourceBean.updateResource
(String fileName, byte[] data, String userName) Methods in de.xima.fc.gui.bean.resource that return types with arguments of type ProjektRessourceModifier and TypeMethodDescriptionprotected IEntityListModel<ProjektRessource>
ProjectResourceBean.getNewModel()
Methods in de.xima.fc.gui.bean.resource with parameters of type ProjektRessourceModifier and TypeMethodDescriptionprotected boolean
ProjectResourceBean.checkResourceNameExist
(String name, ProjektRessource item) ProjectResourceBean.getGeneratedUrl
(ProjektRessource res) void
ProjectResourceBean.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 -
Uses of ProjektRessource in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type ProjektRessourceModifierConstructorDescriptionProjectResourceModifiedEvent
(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 ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceHandler.create
(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) ProjektRessourceHandler.getByName
(UserContext uc, Projekt projekt, String name) ProjektRessourceHandler.getDownloadRessource
(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName) ProjektRessourceHandler.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 ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceHandler.getAllByProjekt
(UserContext uc, Projekt projekt) Methods in de.xima.fc.handler.entity with parameters of type ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceHandler.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 ProjektRessourceModifier and TypeMethodDescriptionIProjektRessourcenHandler.create
(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) IProjektRessourcenHandler.getByName
(UserContext uc, Projekt projekt, String name) IProjektRessourcenHandler.getDownloadRessource
(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName) IProjektRessourcenHandler.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 ProjektRessourceModifier and TypeMethodDescriptionIProjektRessourcenHandler.getAllByProjekt
(UserContext uc, Projekt projekt) Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProjektRessourceModifier and TypeMethodDescriptionIProjektRessourcenHandler.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 ProjektRessourceModifier and TypeMethodDescriptionProjektRessourceAdapter.read
(com.google.gson.stream.JsonReader in) Methods in de.xima.fc.helper with parameters of type ProjektRessourceModifier and TypeMethodDescriptionvoid
ProjektRessourceAdapter.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 ProjektRessourceModifier and TypeMethodDescriptionprotected IGenericDao<ProjektRessource>
ProjectResourceImportConfig.getDao()
-
Uses of ProjektRessource in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type ProjektRessourceModifierConstructorDescriptionProjectResourceImportStager
(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 ProjektRessourceModifier and TypeMethodDescriptionIFormRenderContext.getProjectResourceMap()
IFormRenderContext.getProjectResources
(EFormResourceType type) IFormRenderContext.getProjektCssResources()
Deprecated.IFormRenderContext.getProjektJsResources()
Deprecated.Method parameters in de.xima.fc.interfaces.form with type arguments of type ProjektRessourceModifier and TypeMethodDescriptionvoid
IFormRenderContext.setProjectResourceMap
(Map<EFormResourceType, List<ProjektRessource>> resMap) void
IFormRenderContext.setProjectResources
(EFormResourceType type, List<ProjektRessource> resources) void
IFormRenderContext.setProjektCssResources
(List<ProjektRessource> cssProjektResources) Deprecated.void
IFormRenderContext.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 -
Uses of ProjektRessource in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type ProjektRessourceModifier and TypeMethodDescriptionFormRenderData.getCssProjektResources()
Deprecated.FormRenderData.getJsProjektResources()
Deprecated.FormRenderData.getProjectResourceMap()
FormRenderData.getProjectResources
(EFormResourceType type) Method parameters in de.xima.fc.mdl.form with type arguments of type ProjektRessourceModifier and TypeMethodDescriptionvoid
FormRenderData.setCssProjektResources
(List<ProjektRessource> cssProjektResources) Deprecated.void
FormRenderData.setJsProjektResources
(List<ProjektRessource> jsProjektResources) Deprecated.void
FormRenderData.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 ProjektRessourceModifier and TypeMethodDescriptionstatic ResourceItem
ResourceItem.forFormFile
(ProjektRessource formFile) -
Uses of ProjektRessource in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return ProjektRessourceModifier and TypeMethodDescriptionprotected ProjektRessource
AWorkflowEngineTest.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 ProjektRessource
AWorkflowEngineTest.createProjectResource
(@NotNull String resourceName, @NotNull String fileName, @javax.validation.constraints.NotNull byte[] resourceData, @NotNull String resourceDescription) protected ProjektRessource
AWorkflowEngineTest.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 ProjektRessourceModifier and TypeMethodDescriptionstatic boolean
ResourceRefactorProcessor.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 ProjektRessourceModifier and TypeMethodDescriptionstatic ProjektRessource
EntityDummyFactory.dummyFormFile
(Projekt project, String name, String content) static ProjektRessource
EntityDummyFactory.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 -
Uses of ProjektRessource in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type ProjektRessourceModifier and TypeMethodDescriptionstatic SingleFile
SingleFile.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 ProjektRessourceModifier and TypeMethodDescriptionstatic List<ProjektRessource>
WorkflowProviderHelper.computeAllProjectResources
(IEntityContext ec, Projekt project) Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type ProjektRessourceModifier and TypeMethodDescriptionstatic List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderHelper.computeAvailableResources
(List<ProjektRessource> projectResources, List<MandantRessource> clientResources, List<String> uploadElements, List<INodeWithName> providingActions, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String[] extensions, Locale locale) -
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 -
Uses of ProjektRessource in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type ProjektRessourceModifier and TypeMethodDescriptionstatic ClientProjectResourceView
ClientProjectResourceView.forProjectResource
(ProjektRessource projectResource)
DaoActionHookHelper.getReferencingWorkflowElementsInProject(IEntityContext, Projekt, IEntity)