Uses of Class
de.xima.fc.entities.MandantRessource
Packages that use MandantRessource
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
- 
Uses of MandantRessource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return MandantRessourceModifier and TypeMethodDescriptionMandantRessourcenAPI.create(UserContext uc, String name, byte[] data, String userName, String fileName, Mandant mandant) Method for creating aMandantRessourcewith the transmitted data.MandantRessourcenAPI.getByName(UserContext uc, Mandant mandant, String name) Method for determining theMandantRessourceby his name.MandantRessourcenAPI.getDownloadRessource(UserContext uc, Integer mandantId, String resourceName) Method for determining aMandantRessourceby the resource name.MandantRessourcenAPI.update(UserContext uc, byte[] data, String userName, String fileName, MandantRessource res) Method for updating aMandantRessourcewith the transmitted data.Methods in de.xima.fc.api.entity that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionMandantRessourcenAPI.getAllByMandant(UserContext uc, Mandant mandant) Method for determining allMandantRessources for a client.Methods in de.xima.fc.api.entity with parameters of type MandantRessourceModifier and TypeMethodDescriptionMandantRessourcenAPI.update(UserContext uc, byte[] data, String userName, String fileName, MandantRessource res) Method for updating aMandantRessourcewith the transmitted data. - 
Uses of MandantRessource in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type MandantRessourceModifier and TypeMethodDescriptionDaoActionHookHelper.getActionsReferencingClientResource(IEntityContext ec, MandantRessource entity) Deprecated. - 
Uses of MandantRessource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantRessourceModifier and TypeMethodDescriptionMandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant) MandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant) MandantRessourceDao.getByName(IEntityContext ec, Mandant mandant, String name) MandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, String uuid) MandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) MandantRessourceDao.update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res) Methods in de.xima.fc.dao.impl that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionMandantRessourceDao.getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions) MandantRessourceDao.getAllByMandant(IEntityContext ec, Mandant mandant) MandantRessourceDao.getAllByProject(IEntityContext ec, Projekt project) Deprecated.protected IFCDaoActionHook<MandantRessource>MandantRessourceDao.getPostActionHook()protected IFCDaoActionHook<MandantRessource>MandantRessourceDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type MandantRessourceModifier and TypeMethodDescriptionMandantRessourceDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude) MandantRessourceDao.getEntityRefs(IEntityContext ec, MandantRessource resource) MandantRessourceDao.update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res)  - 
Uses of MandantRessource in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantRessourceModifier and TypeMethodDescriptionIMandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant) IMandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant) default MandantRessourceIMandantRessourceDao.getByName(Mandant mandant, String name, IEntityContext ec) Deprecated.IMandantRessourceDao.getByName(IEntityContext ec, Mandant mandant, String name) IMandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the client resource for the given UUID string and clientIMandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the client resource for the given UUID and clientIMandantRessourceDao.update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res) Methods in de.xima.fc.dao.interfaces that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionIMandantRessourceDao.getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions) default List<MandantRessource>IMandantRessourceDao.getAllByMandant(Mandant mandant, IEntityContext ec) Deprecated.IMandantRessourceDao.getAllByMandant(IEntityContext ec, Mandant mandant) IMandantRessourceDao.getAllByProject(IEntityContext ec, Projekt project) Deprecated.This only applies to the old workflow engine.Methods in de.xima.fc.dao.interfaces with parameters of type MandantRessourceModifier and TypeMethodDescriptionIMandantRessourceDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude) Returns a name that is not taken by anotherMandantRessourcein the given client.IMandantRessourceDao.update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res)  - 
Uses of MandantRessource in de.xima.fc.entities
Methods in de.xima.fc.entities that return MandantRessourceMethods in de.xima.fc.entities with parameters of type MandantRessourceModifier and TypeMethodDescriptionvoidMandantRessourceDatei.setBaseEntity(MandantRessource baseEntity)  - 
Uses of MandantRessource in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type MandantRessourceModifier and TypeMethodDescriptionstatic StringFormHelper.createClientResourceUrl(IFormRenderContext renderCtx, IXFormRenderConfig xformConfig, MandantRessource res)  - 
Uses of MandantRessource in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type MandantRessourceModifier and TypeMethodDescriptionstatic StringURLHelper.getClientResourceUrl(MandantRessource res, boolean noCache)  - 
Uses of MandantRessource in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionFormRenderContext.getClientResourceMap()FormRenderContext.getClientResources(EFormResourceType type) FormRenderContext.getMandantCssResources()Deprecated.FormRenderContext.getMandantJsResources()Deprecated.Method parameters in de.xima.fc.form.render with type arguments of type MandantRessourceModifier and TypeMethodDescriptionvoidFormRenderContext.setClientResourceMap(Map<EFormResourceType, List<MandantRessource>> resMap) voidFormRenderContext.setClientResources(EFormResourceType type, List<MandantRessource> resources) voidFormRenderContext.setMandantCssResources(List<MandantRessource> cssMandantResources) Deprecated.voidFormRenderContext.setMandantJsResources(List<MandantRessource> jsMandantResources) Deprecated. - 
Uses of MandantRessource in de.xima.fc.gui.bean.resource
Methods in de.xima.fc.gui.bean.resource that return MandantRessourceModifier and TypeMethodDescriptionprotected MandantRessourceClientResourceBean.createResource(String fileName, byte[] data, String userName) ClientResourceBean.EntityListModelImpl.getNew()protected MandantRessourceClientResourceBean.updateResource(String fileName, byte[] data, String userName) Methods in de.xima.fc.gui.bean.resource that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionprotected IEntityListModel<MandantRessource>ClientResourceBean.getNewModel()Methods in de.xima.fc.gui.bean.resource with parameters of type MandantRessourceModifier and TypeMethodDescriptionprotected booleanClientResourceBean.checkResourceNameExist(String name, MandantRessource item) ClientResourceBean.getGeneratedUrl(MandantRessource res) voidClientResourceBean.EntityListModelImpl.setSelected(MandantRessource selected)  - 
Uses of MandantRessource in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return MandantRessource - 
Uses of MandantRessource in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type MandantRessourceModifierConstructorDescriptionClientResourceModifiedEvent(MandantRessource entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. - 
Uses of MandantRessource in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantRessourceModifier and TypeMethodDescriptionMandantRessourceHandler.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant) MandantRessourceHandler.getByName(UserContext uc, Mandant mandant, String name) MandantRessourceHandler.getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName) MandantRessourceHandler.update(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource res) Methods in de.xima.fc.handler.entity that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionMandantRessourceHandler.getAllByMandant(UserContext uc, Mandant mandant) Methods in de.xima.fc.handler.entity with parameters of type MandantRessourceModifier and TypeMethodDescriptionMandantRessourceHandler.update(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource res)  - 
Uses of MandantRessource in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return MandantRessourceModifier and TypeMethodDescriptionIMandantRessourcenHandler.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant) IMandantRessourcenHandler.getByName(UserContext uc, Mandant mandant, String name) IMandantRessourcenHandler.getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName) IMandantRessourcenHandler.update(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource res) Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionIMandantRessourcenHandler.getAllByMandant(UserContext uc, Mandant mandant) Methods in de.xima.fc.handler.interfaces.entity with parameters of type MandantRessourceModifier and TypeMethodDescriptionIMandantRessourcenHandler.update(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource res)  - 
Uses of MandantRessource in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionprotected IGenericDao<MandantRessource>ClientResourceImportConfig.getDao()Constructors in de.xima.fc.importer.config with parameters of type MandantRessourceModifierConstructorDescriptionClientResourceImportConfig(IEntityContext ec, Mandant client, MandantRessource entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type MandantRessourceModifierConstructorDescription - 
Uses of MandantRessource in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type MandantRessourceModifierConstructorDescriptionClientResourceImportStager(IEntityContext ec, MandantRessource entity, Mandant client) Deprecated. - 
Uses of MandantRessource in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionIFormRenderContext.getClientResourceMap()IFormRenderContext.getClientResources(EFormResourceType type) IFormRenderContext.getMandantCssResources()Deprecated.IFormRenderContext.getMandantJsResources()Deprecated.Method parameters in de.xima.fc.interfaces.form with type arguments of type MandantRessourceModifier and TypeMethodDescriptionvoidIFormRenderContext.setClientResourceMap(Map<EFormResourceType, List<MandantRessource>> resMap) voidIFormRenderContext.setClientResources(EFormResourceType type, List<MandantRessource> resources) voidIFormRenderContext.setMandantCssResources(List<MandantRessource> cssMandantResources) Deprecated.voidIFormRenderContext.setMandantJsResources(List<MandantRessource> jsMandantResources) Deprecated. - 
Uses of MandantRessource in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type MandantRessource - 
Uses of MandantRessource in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionFormRenderData.getClientResourceMap()FormRenderData.getClientResources(EFormResourceType type) FormRenderData.getCssMandantResources()Deprecated.FormRenderData.getJsMandantResources()Deprecated.Method parameters in de.xima.fc.mdl.form with type arguments of type MandantRessourceModifier and TypeMethodDescriptionvoidFormRenderData.setClientResources(EFormResourceType type, List<MandantRessource> resources) voidFormRenderData.setCssMandantResources(List<MandantRessource> cssMandantResources) Deprecated.voidFormRenderData.setJsMandantResources(List<MandantRessource> jsMandantResources) Deprecated. - 
Uses of MandantRessource in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource with parameters of type MandantRessourceModifier and TypeMethodDescriptionstatic ResourceItemResourceItem.forClientFile(MandantRessource clientFile)  - 
Uses of MandantRessource in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return MandantRessourceModifier and TypeMethodDescriptionprotected MandantRessourceAWorkflowEngineTest.createClientResource(@NotNull String name, @javax.validation.constraints.NotNull byte[] resourceData, @NotNull String resourceDescription) Creates a client resource where the resource- and the file-name are the same.protected MandantRessourceAWorkflowEngineTest.createClientResource(@NotNull String resourceName, @NotNull String fileName, @javax.validation.constraints.NotNull byte[] resourceData, @NotNull String resourceDescription) protected MandantRessourceAWorkflowEngineTest.createClientResource(@NotNull String name, @NotNull String resourceData, @NotNull String resourceDescription) Creates a client resource where the resource- and the file-name are the same. - 
Uses of MandantRessource in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return MandantRessourceModifier and TypeMethodDescriptionstatic MandantRessourceEntityDummyFactory.dummyClientFile(Mandant client, String name, String content) static MandantRessourceEntityDummyFactory.dummyClientFile(Mandant client, String name, String description, byte[] data, String creator)  - 
Uses of MandantRessource in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type MandantRessource - 
Uses of MandantRessource in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type MandantRessourceModifier and TypeMethodDescriptionstatic SingleFileSingleFile.forClientFile(MandantRessource clientFile)  - 
Uses of MandantRessource in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type MandantRessourceModifier and TypeMethodDescriptionstatic List<MandantRessource>WorkflowProviderHelper.computeAllClientResources(IEntityContext ec, Mandant client)  - 
Uses of MandantRessource in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type MandantRessource - 
Uses of MandantRessource in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type MandantRessourceModifier and TypeMethodDescriptionstatic ClientClientResourceViewClientClientResourceView.forClientResource(MandantRessource clientResource)  
DaoActionHookHelper.getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IEntity)