Package de.xima.fc.export
Class ProjektExportUtil
- java.lang.Object
-
- de.xima.fc.export.AProjektUtil
-
- de.xima.fc.export.ProjektExportUtil
-
@Deprecated public class ProjektExportUtil extends AProjektUtil
Deprecated.UseProjectExporter
instead
-
-
Field Summary
-
Fields inherited from class de.xima.fc.export.AProjektUtil
client, ec, errorMsgList, FC_EXPORT_AKTIONEN, FC_EXPORT_AKTIVE_VERSION, FC_EXPORT_BEDINGUNG, FC_EXPORT_DOI, FC_EXPORT_DOI_DATA, FC_EXPORT_FORM_ELEMENTS, FC_EXPORT_FORM_RESSOURCES, FC_EXPORT_FORMVERSION, FC_EXPORT_FORMVERSION_DATA, FC_EXPORT_METADATA, FC_EXPORT_PROJEKT, FC_EXPORT_PROJEKTHELP, FC_EXPORT_RESOURCE, FC_EXPORT_STATUS, FC_EXPORT_STATUSHELP, FC_EXPORT_VORGAENGE, FC_EXPORT_VORGAENGE_DATA, infoMsgList, m
-
-
Constructor Summary
Constructors Constructor Description ProjektExportUtil(Mandant man, IEntityContext ec, Benutzer user, Set<EFormImpexOption> options)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
createVorgangData(Projekt project, String tmpDir)
Deprecated.File
doExport(int projektId, int fvId)
Deprecated.File
doExport(File outputDir, String outputName, long projektId, long fvId)
Deprecated.static boolean
hasExportOption(EFormImpexOption opt, Set<EFormImpexOption> allOpts)
Deprecated.void
includeExport(File outputDir, long projektId, long fvId)
Deprecated.-
Methods inherited from class de.xima.fc.export.AProjektUtil
addErrorMessage, addErrorMessage, addInfoMessage, addInfoMessage, addWarnMessage, addWarnMessage, checkClientResourceExists, checkProjectAliasExist, checkProjectNameExist, cloneWorkflowVersion, createActiveFormVersion, createAktion, createAktionen, createBedingung, createBedingungenExportData, createFile, createFormElements, createFormVersionFile, createIDsMap, createJAXBContext, createNamedMap, createNewFormVersion, createNewFormVersion, createNewFormVersion, createNewFormVersion, createPreStatus, createProjektRessource, createProjektRessourcenFiles, createProjektRessources, createStatus, deproxyEntity, findUniqueAlias, getAktionsListe, getBenutzergruppen, getBenutzerGruppenListe, getErrorMsgList, getFormElements, getFormVersionBindings, getGsonBuilderWithDefaults, getInfoMsgList, getMandant, getMandantFrontendServer, getNewProjekt, getProjektRessources, getStatusListe, getVorgangsBindings, handleAction, handleBedingungForImport, importProjektRessources, updatePreviewImage, writeJSONtoFile
-
-
-
-
Constructor Detail
-
ProjektExportUtil
public ProjektExportUtil(Mandant man, IEntityContext ec, Benutzer user, Set<EFormImpexOption> options)
Deprecated.
-
-
Method Detail
-
doExport
public File doExport(File outputDir, String outputName, long projektId, long fvId) throws Exception
Deprecated.- Throws:
Exception
-
doExport
public File doExport(int projektId, int fvId) throws Exception
Deprecated.- Throws:
Exception
-
includeExport
public void includeExport(File outputDir, long projektId, long fvId) throws Exception
Deprecated.- Throws:
Exception
-
createVorgangData
protected void createVorgangData(Projekt project, String tmpDir) throws Exception
Deprecated.- Throws:
Exception
-
hasExportOption
public static boolean hasExportOption(EFormImpexOption opt, Set<EFormImpexOption> allOpts)
Deprecated.
-
-