Uses of Class
de.xima.fc.entities.MandantRessource
- 
- 
Uses of MandantRessource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return MandantRessource Modifier and Type Method Description MandantRessourceMandantRessourcenAPI. create(UserContext uc, String name, byte[] data, String userName, String fileName, Mandant mandant)Method for creating aMandantRessourcewith the transmitted data.MandantRessourceMandantRessourcenAPI. getByName(UserContext uc, Mandant mandant, String name)Method for determining theMandantRessourceby his name.MandantRessourceMandantRessourcenAPI. getDownloadRessource(UserContext uc, Integer mandantId, String resourceName)Method for determining aMandantRessourceby the resource name.MandantRessourceMandantRessourcenAPI. 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 MandantRessource Modifier and Type Method Description List<MandantRessource>MandantRessourcenAPI. getAllByMandant(UserContext uc, Mandant mandant)Method for determining allMandantRessources for a client.Methods in de.xima.fc.api.entity with parameters of type MandantRessource Modifier and Type Method Description MandantRessourceMandantRessourcenAPI. 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 MandantRessource Modifier and Type Method Description static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getActionsReferencingClientResource(IEntityContext ec, MandantRessource entity)Deprecated.Use#getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IUUIDEntity) - 
Uses of MandantRessource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantRessource Modifier and Type Method Description MandantRessourceMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)MandantRessourceMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)MandantRessourceMandantRessourceDao. getByName(Mandant mandant, String name, IEntityContext ec)MandantRessourceMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)MandantRessourceMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)MandantRessourceMandantRessourceDao. 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 MandantRessource Modifier and Type Method Description List<MandantRessource>MandantRessourceDao. getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions)List<MandantRessource>MandantRessourceDao. getAllByMandant(Mandant mandant, IEntityContext ec)List<MandantRessource>MandantRessourceDao. getAllByProject(IEntityContext ec, Projekt project)protected IFCDaoActionHook<MandantRessource>MandantRessourceDao. getPostActionHook()protected IFCDaoActionHook<MandantRessource>MandantRessourceDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type MandantRessource Modifier and Type Method Description StringMandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>MandantRessourceDao. getEntityRefs(IEntityContext ec, MandantRessource resource)MandantRessourceMandantRessourceDao. 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 MandantRessource Modifier and Type Method Description MandantRessourceIMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)MandantRessourceIMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)MandantRessourceIMandantRessourceDao. getByName(Mandant mandant, String name, IEntityContext ec)MandantRessourceIMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the client resource for the given UUID string and clientMandantRessourceIMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the client resource for the given UUID and clientMandantRessourceIMandantRessourceDao. 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 MandantRessource Modifier and Type Method Description List<MandantRessource>IMandantRessourceDao. getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions)List<MandantRessource>IMandantRessourceDao. getAllByMandant(Mandant mandant, IEntityContext ec)List<MandantRessource>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 MandantRessource Modifier and Type Method Description StringIMandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)Returns a name that is not taken by anotherMandantRessourcein the given client.MandantRessourceIMandantRessourceDao. 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 MandantRessource Modifier and Type Method Description MandantRessourceMandantRessourceDatei. getBaseEntity()Methods in de.xima.fc.entities with parameters of type MandantRessource Modifier and Type Method Description voidMandantRessourceDatei. setBaseEntity(MandantRessource baseEntity) - 
Uses of MandantRessource in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type MandantRessource Modifier and Type Method Description static 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 MandantRessource Modifier and Type Method Description Map<EFormResourceType,List<MandantRessource>>FormRenderContext. getClientResourceMap()List<MandantRessource>FormRenderContext. getClientResources(EFormResourceType type)List<MandantRessource>FormRenderContext. getMandantCssResources()Deprecated.List<MandantRessource>FormRenderContext. getMandantJsResources()Deprecated.Method parameters in de.xima.fc.form.render with type arguments of type MandantRessource Modifier and Type Method Description voidFormRenderContext. 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 MandantRessource Modifier and Type Method Description protected MandantRessourceClientResourceBean. createResource(String resourceName, String description, String fileName, byte[] data, String userName)protected MandantRessourceClientResourceBean. updateResource(String resourceName, String newResourceName, String description, String fileName, byte[] data, String userName)Methods in de.xima.fc.gui.bean.resource that return types with arguments of type MandantRessource Modifier and Type Method Description protected IEntityListModel<MandantRessource>ClientResourceBean. getNewModel()Methods in de.xima.fc.gui.bean.resource with parameters of type MandantRessource Modifier and Type Method Description StringClientResourceBean. 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 Modifier and Type Method Description MandantRessourceProcessingBean. getClientResource()Deprecated. - 
Uses of MandantRessource in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type MandantRessource Constructor Description ClientResourceModifiedEvent(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 MandantRessource Modifier and Type Method Description MandantRessourceMandantRessourceHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)MandantRessourceMandantRessourceHandler. getByName(UserContext uc, Mandant mandant, String name)MandantRessourceMandantRessourceHandler. getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)MandantRessourceMandantRessourceHandler. 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 MandantRessource Modifier and Type Method Description List<MandantRessource>MandantRessourceHandler. getAllByMandant(UserContext uc, Mandant mandant)Methods in de.xima.fc.handler.entity with parameters of type MandantRessource Modifier and Type Method Description MandantRessourceMandantRessourceHandler. 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 MandantRessource Modifier and Type Method Description MandantRessourceIMandantRessourcenHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)MandantRessourceIMandantRessourcenHandler. getByName(UserContext uc, Mandant mandant, String name)MandantRessourceIMandantRessourcenHandler. getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)MandantRessourceIMandantRessourcenHandler. 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 MandantRessource Modifier and Type Method Description List<MandantRessource>IMandantRessourcenHandler. getAllByMandant(UserContext uc, Mandant mandant)Methods in de.xima.fc.handler.interfaces.entity with parameters of type MandantRessource Modifier and Type Method Description MandantRessourceIMandantRessourcenHandler. 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 MandantRessource Modifier and Type Method Description protected IGenericDao<MandantRessource>ClientResourceImportConfig. getDao()Constructors in de.xima.fc.importer.config with parameters of type MandantRessource Constructor Description ClientResourceImportConfig(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 MandantRessource Constructor Description ClientResourceImportConfig(IEntityImportConfigData<MandantRessource> data) - 
Uses of MandantRessource in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type MandantRessource Constructor Description ClientResourceImportStager(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 MandantRessource Modifier and Type Method Description Map<EFormResourceType,List<MandantRessource>>IFormRenderContext. getClientResourceMap()List<MandantRessource>IFormRenderContext. getClientResources(EFormResourceType type)List<MandantRessource>IFormRenderContext. getMandantCssResources()Deprecated.List<MandantRessource>IFormRenderContext. getMandantJsResources()Deprecated.Method parameters in de.xima.fc.interfaces.form with type arguments of type MandantRessource Modifier and Type Method Description voidIFormRenderContext. 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 Modifier and Type Method Description List<MandantRessource>IWorkflowProvider. getAllClientResources() - 
Uses of MandantRessource in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type MandantRessource Modifier and Type Method Description Map<EFormResourceType,List<MandantRessource>>FormRenderData. getClientResourceMap()List<MandantRessource>FormRenderData. getClientResources(EFormResourceType type)List<MandantRessource>FormRenderData. getCssMandantResources()Deprecated.List<MandantRessource>FormRenderData. getJsMandantResources()Deprecated.Method parameters in de.xima.fc.mdl.form with type arguments of type MandantRessource Modifier and Type Method Description voidFormRenderData. 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 MandantRessource Modifier and Type Method Description static ResourceItemResourceItem. forClientFile(MandantRessource clientFile) - 
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 Modifier and Type Method Description List<MandantRessource>WorkflowProviderBean. getAllClientResources() - 
Uses of MandantRessource in de.xima.fc.workflow.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client with parameters of type MandantRessource Modifier and Type Method Description static ClientClientResourceViewClientClientResourceView. forClientResource(MandantRessource clientResource) - 
Uses of MandantRessource in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type MandantRessource Modifier and Type Method Description static 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 MandantRessource Modifier and Type Method Description static 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 Modifier and Type Method Description List<MandantRessource>ValidationWorkflowProvider. getAllClientResources() 
 -