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 MandantRessource
MandantRessourcenAPI. create(UserContext uc, String name, byte[] data, String userName, String fileName, Mandant mandant)
Method for creating aMandantRessource
with the transmitted data.MandantRessource
MandantRessourcenAPI. getByName(UserContext uc, Mandant mandant, String name)
Method for determining theMandantRessource
by his name.MandantRessource
MandantRessourcenAPI. getDownloadRessource(UserContext uc, Integer mandantId, String resourceName)
Method for determining aMandantRessource
by the resource name.MandantRessource
MandantRessourcenAPI. update(UserContext uc, byte[] data, String userName, String fileName, MandantRessource res)
Method for updating aMandantRessource
with 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 allMandantRessource
s for a client.Methods in de.xima.fc.api.entity with parameters of type MandantRessource Modifier and Type Method Description MandantRessource
MandantRessourcenAPI. update(UserContext uc, byte[] data, String userName, String fileName, MandantRessource res)
Method for updating aMandantRessource
with 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)
-
Uses of MandantRessource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantRessource Modifier and Type Method Description MandantRessource
MandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)
MandantRessource
MandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)
MandantRessource
MandantRessourceDao. getByName(IEntityContext ec, Mandant mandant, String name)
MandantRessource
MandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
MandantRessource
MandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
MandantRessource
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 MandantRessource Modifier and Type Method Description List<MandantRessource>
MandantRessourceDao. getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions)
List<MandantRessource>
MandantRessourceDao. getAllByMandant(IEntityContext ec, Mandant mandant)
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 String
MandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
MandantRessourceDao. getEntityRefs(IEntityContext ec, MandantRessource resource)
MandantRessource
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 MandantRessource Modifier and Type Method Description MandantRessource
IMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)
MandantRessource
IMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)
default MandantRessource
IMandantRessourceDao. getByName(Mandant mandant, String name, IEntityContext ec)
Deprecated.MandantRessource
IMandantRessourceDao. getByName(IEntityContext ec, Mandant mandant, String name)
MandantRessource
IMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the client resource for the given UUID string and clientMandantRessource
IMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the client resource for the given UUID and clientMandantRessource
IMandantRessourceDao. 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)
default List<MandantRessource>
IMandantRessourceDao. getAllByMandant(Mandant mandant, IEntityContext ec)
Deprecated.List<MandantRessource>
IMandantRessourceDao. getAllByMandant(IEntityContext ec, Mandant mandant)
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 String
IMandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)
Returns a name that is not taken by anotherMandantRessource
in the given client.MandantRessource
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 MandantRessource Modifier and Type Method Description MandantRessource
MandantRessourceDatei. getBaseEntity()
Methods in de.xima.fc.entities with parameters of type MandantRessource Modifier and Type Method Description void
MandantRessourceDatei. setBaseEntity(MandantRessource baseEntity)
-
Uses of MandantRessource in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type MandantRessource Modifier and Type Method Description static String
FormHelper. 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 MandantRessource Modifier and Type Method Description static String
URLHelper. 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 void
FormRenderContext. setClientResourceMap(Map<EFormResourceType,List<MandantRessource>> resMap)
void
FormRenderContext. setClientResources(EFormResourceType type, List<MandantRessource> resources)
void
FormRenderContext. setMandantCssResources(List<MandantRessource> cssMandantResources)
Deprecated.void
FormRenderContext. 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 MandantRessource
ClientResourceBean. createResource(String resourceName, String description, String fileName, byte[] data, String userName)
protected MandantRessource
ClientResourceBean. 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 protected boolean
ClientResourceBean. checkResourceNameExist(String name, MandantRessource item)
String
ClientResourceBean. getGeneratedUrl(MandantRessource res)
void
ClientResourceBean.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 MandantRessource
ProcessingBean. 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 MandantRessource
MandantRessourceHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)
MandantRessource
MandantRessourceHandler. getByName(UserContext uc, Mandant mandant, String name)
MandantRessource
MandantRessourceHandler. getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)
MandantRessource
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 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 MandantRessource
MandantRessourceHandler. 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 MandantRessource
IMandantRessourcenHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)
MandantRessource
IMandantRessourcenHandler. getByName(UserContext uc, Mandant mandant, String name)
MandantRessource
IMandantRessourcenHandler. getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)
MandantRessource
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 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 MandantRessource
IMandantRessourcenHandler. 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 void
IFormRenderContext. setClientResourceMap(Map<EFormResourceType,List<MandantRessource>> resMap)
void
IFormRenderContext. setClientResources(EFormResourceType type, List<MandantRessource> resources)
void
IFormRenderContext. setMandantCssResources(List<MandantRessource> cssMandantResources)
Deprecated.void
IFormRenderContext. 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 void
FormRenderData. setClientResources(EFormResourceType type, List<MandantRessource> resources)
void
FormRenderData. setCssMandantResources(List<MandantRessource> cssMandantResources)
Deprecated.void
FormRenderData. 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 ResourceItem
ResourceItem. forClientFile(MandantRessource clientFile)
-
Uses of MandantRessource in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return MandantRessource Modifier and Type Method Description static MandantRessource
EntityDummyFactory. dummyClientFile(Mandant client, String name, String content)
-
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.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type MandantRessource Modifier and Type Method Description static SingleFile
SingleFile. 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()
-
Uses of MandantRessource in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type MandantRessource Modifier and Type Method Description static ClientClientResourceView
ClientClientResourceView. forClientResource(MandantRessource clientResource)
-