Uses of Class
de.xima.fc.entities.ProjektRessource
-
Packages that use ProjektRessource Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.export de.xima.fc.form de.xima.fc.form.helper de.xima.fc.form.render de.xima.fc.gui.bean.resource de.xima.fc.gui.bean.workflow de.xima.fc.gui.event.entity de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.importer.config de.xima.fc.importer.stager de.xima.fc.interfaces.form de.xima.fc.interfaces.workflow de.xima.fc.mdl.form de.xima.fc.mdl.resource de.xima.fc.refactor de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model.client de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation -
-
Uses of ProjektRessource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ProjektRessource Modifier and Type Method Description ProjektRessource
ProjektRessourcenAPI. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource
ProjektRessourcenAPI. getByName(UserContext uc, Projekt projekt, String name)
ProjektRessource
ProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
ProjektRessource
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 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 Projekt
ProjektAPI. addProjektRessource(UserContext uc, Projekt projekt, ProjektRessource ressource)
ProjektRessource
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 ProjektRessource Modifier and Type Method Description static List<de.xima.cmn.dao.interfaces.IEntity<Long>>
DaoActionHookHelper. getActionsReferencingProjectResource(IEntityContext ec, ProjektRessource entity)
Deprecated.Use#getReferencingWorkflowElementsInProject(IEntityContext, Projekt, IUUIDEntity)
-
Uses of ProjektRessource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjektRessource Modifier and Type Method Description ProjektRessource
ProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource
ProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)
ProjektRessource
ProjektRessourceDao. getByName(Projekt projekt, String name, IEntityContext ec)
ProjektRessource
ProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, String uuid)
ProjektRessource
ProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)
ProjektRessource
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 ProjektRessource Modifier and Type Method Description List<ProjektRessource>
ProjektRessourceDao. getAllByExtension(IEntityContext ec, Projekt project, Iterable<String> extensions)
List<ProjektRessource>
ProjektRessourceDao. getAllByProjekt(Projekt projekt, IEntityContext ec)
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 Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
ProjektRessourceDao. getEntityRefs(IEntityContext ec, ProjektRessource resource)
ProjektRessource
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 ProjektRessource Modifier and Type Method Description ProjektRessource
IProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource
IProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)
ProjektRessource
IProjektRessourceDao. getByName(Projekt projekt, String name, IEntityContext ec)
ProjektRessource
IProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, String uuid)
Returns the project resource with the given UUID stringProjektRessource
IProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)
Returns the project resource with the given UUIDProjektRessource
IProjektRessourceDao. 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)
List<ProjektRessource>
IProjektRessourceDao. getAllByProjekt(Projekt projekt, IEntityContext ec)
Methods in de.xima.fc.dao.interfaces with parameters of type ProjektRessource Modifier and Type Method Description ProjektRessource
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 ProjektRessource Modifier and Type Method Description ProjektRessource
ProjektRessourceDatei. 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 void
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 ProjektRessource Modifier and Type Method Description void
Projekt. 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 ProjektRessource
AProjektUtil. 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 ProjektRessource
FormPublishUtil. publishProjectResource(File file, String resourceName, IFormPublishContext publishCtx)
-
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 ProjektRessource
ProjektRessourceHelper. createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item)
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 ProjektRessource Modifier and Type Method Description static 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 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 void
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 ProjektRessource Modifier and Type Method Description protected ProjektRessource
ProjectResourceBean. createResource(String resourceName, String description, String fileName, byte[] data, String userName)
protected ProjektRessource
ProjectResourceBean. 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 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 String
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 Modifier and Type Method Description ProjektRessource
ProcessingBean. 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 ProjektRessource
ProjektRessourceHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource
ProjektRessourceHandler. getByName(UserContext uc, Projekt projekt, String name)
ProjektRessource
ProjektRessourceHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
ProjektRessource
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 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 ProjektRessource
ProjektRessourceHandler. 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 ProjektRessource
IProjektRessourcenHandler. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource
IProjektRessourcenHandler. getByName(UserContext uc, Projekt projekt, String name)
ProjektRessource
IProjektRessourcenHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
ProjektRessource
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 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 ProjektRessource
IProjektRessourcenHandler. 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 ProjektRessource
ProjektRessourceAdapter. read(com.google.gson.stream.JsonReader in)
Methods in de.xima.fc.helper with parameters of type ProjektRessource Modifier and Type Method Description void
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 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 void
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 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.List<ProjektRessource>
FormRenderData. getJsProjektResources()
Deprecated.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 void
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 ProjektRessource Modifier and Type Method Description static ResourceItem
ResourceItem. forFormFile(ProjektRessource formFile)
-
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 boolean
ResourceRefactorProcessor. refactorProjectResource(IEntityContext ec, ProjektRessource resource, ITextResourceRefactorer refactorer)
Applies the given refactorer to the given resource. -
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.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client with parameters of type ProjektRessource Modifier and Type Method Description static ClientProjectResourceView
ClientProjectResourceView. forProjectResource(ProjektRessource projectResource)
-
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 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 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(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 Modifier and Type Method Description List<ProjektRessource>
ValidationWorkflowProvider. getAllProjectResources()
-