| Package | Description | 
|---|---|
| de.xima.fc.api.entity | 
 Package for the API access of the model classes. 
 | 
| de.xima.fc.dao.impl | |
| de.xima.fc.dao.interfaces | |
| de.xima.fc.entities | 
 Package für Datenbankentitäten 
 | 
| de.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.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.helper | 
 Package für konkrete Helperklassen 
 | 
| de.xima.fc.importer.stager | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.mdl.form | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
ProjektRessourcenAPI.getAllByProjekt(UserContext uc,
               Projekt projekt)  | 
| Modifier and Type | Method and Description | 
|---|---|
Projekt | 
ProjektAPI.addProjektRessource(UserContext uc,
                   Projekt projekt,
                   ProjektRessource ressource)  | 
ProjektRessource | 
ProjektRessourcenAPI.update(UserContext uc,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
ProjektRessourceDao.getAllByProjekt(Projekt projekt,
               IEntityContext ec)  | 
protected IFCDaoActionHook<ProjektRessource> | 
ProjektRessourceDao.getPostActionHook()  | 
protected IFCDaoActionHook<ProjektRessource> | 
ProjektRessourceDao.getPreActionHook()  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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 string 
 | 
ProjektRessource | 
IProjektRessourceDao.getByUUID(IEntityContext ec,
         Projekt project,
         UUID uuid)
Returns the project resource with the given UUID 
 | 
ProjektRessource | 
IProjektRessourceDao.update(IEntityContext ec,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
IProjektRessourceDao.getAllByProjekt(Projekt projekt,
               IEntityContext ec)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
IProjektRessourceDao.update(IEntityContext ec,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
ProjektRessourceDatei.getBaseEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
Projekt.getProjektRessourcen()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Projekt.addProjektRessource(ProjektRessource ressource)  | 
void | 
Projekt.removeProjektRessource(ProjektRessource ressource)  | 
void | 
ProjektRessourceDatei.setBaseEntity(ProjektRessource baseEntity)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Projekt.setProjektRessourcen(List<ProjektRessource> ressourcen)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ProjektRessource | 
AProjektUtil.createProjektRessource(Projekt neuesProjekt,
                      File file)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<ProjektRessource> | 
AProjektUtil.getProjektRessources(FormVersion formVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ProjektRessource | 
FormPublishUtil.publishProjectResource(File file,
                      String resourceName,
                      IFormPublishContext publishCtx)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ProjektRessource | 
ProjektRessourceHelper.createProjektRessource(UserContext uc,
                      String userName,
                      Mandant mandant,
                      Projekt projekt,
                      byte[] daten,
                      String fileName)  | 
static ProjektRessource | 
ProjektRessourceHelper.createProjektRessource(UserContext uc,
                      XfcSession xfs,
                      Projekt projekt,
                      org.apache.commons.fileupload.FileItem item)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
URLHelper.getProjectResourceUrl(ProjektRessource res,
                     boolean noCache)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<EFormResourceType,List<ProjektRessource>> | 
FormRenderContext.getProjectResourceMap()  | 
List<ProjektRessource> | 
FormRenderContext.getProjectResources(EFormResourceType type)  | 
List<ProjektRessource> | 
FormRenderContext.getProjektCssResources()
Deprecated. 
 
 | 
List<ProjektRessource> | 
FormRenderContext.getProjektJsResources()
Deprecated. 
 
 | 
| Modifier and Type | Method and 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. 
 
 | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected IEntityListModel<ProjektRessource> | 
ProjectResourceBean.getNewModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ProjectResourceBean.getGeneratedUrl(ProjektRessource res)  | 
void | 
ProjectResourceBean.EntityListModelImpl.setSelected(ProjektRessource selected)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
ProcessingBean.getProjectResource()  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
ProjektRessourceHandler.getAllByProjekt(UserContext uc,
               Projekt projekt)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
ProjektRessourceHandler.update(UserContext uc,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
IProjektRessourcenHandler.getAllByProjekt(UserContext uc,
               Projekt projekt)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
IProjektRessourcenHandler.update(UserContext uc,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
ProjektRessourceAdapter.read(com.google.gson.stream.JsonReader in)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProjektRessourceAdapter.write(com.google.gson.stream.JsonWriter out,
     ProjektRessource src)  | 
| Constructor and Description | 
|---|
ProjectResourceImportStager(IEntityContext ec,
                           ProjektRessource entity,
                           Mandant client)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<EFormResourceType,List<ProjektRessource>> | 
IFormRenderContext.getProjectResourceMap()  | 
List<ProjektRessource> | 
IFormRenderContext.getProjectResources(EFormResourceType type)  | 
List<ProjektRessource> | 
IFormRenderContext.getProjektCssResources()
Deprecated. 
 
 | 
List<ProjektRessource> | 
IFormRenderContext.getProjektJsResources()
Deprecated. 
 
 | 
| Modifier and Type | Method and 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. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjektRessource> | 
FormRenderData.getCssProjektResources()
Deprecated. 
 
 | 
List<ProjektRessource> | 
FormRenderData.getJsProjektResources()
Deprecated. 
 
 | 
Map<EFormResourceType,List<ProjektRessource>> | 
FormRenderData.getProjectResourceMap()  | 
List<ProjektRessource> | 
FormRenderData.getProjectResources(EFormResourceType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRenderData.setCssProjektResources(List<ProjektRessource> cssProjektResources)
Deprecated. 
 
 | 
void | 
FormRenderData.setJsProjektResources(List<ProjektRessource> jsProjektResources)
Deprecated. 
 
 | 
void | 
FormRenderData.setProjectResources(EFormResourceType type,
                   List<ProjektRessource> resources)  | 
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.