Modifier and Type | Method and Description |
---|---|
IEntityContext |
WorkflowProcessingContext.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IXFormRenderConfig xformConfig,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
Map<String,Serializable> sessionAttributes)
Dient dazu, einen neuen Kontext für einen Vorgang anzulegen
|
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IXFormRenderConfig xformConfig,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes)
|
void |
WorkflowProcessingContext.setEntityContext(IEntityContext entityContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
VerarbeitungPost.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungWeiterleitung.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungSaveToFilesystem.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungDbSQLQuery.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungEmail.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungPlugin.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungCallback.isAvailable(IEntityContext ec,
Mandant man)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Vorgang |
VorgangCopyHelper.clone(IEntityContext ec,
Vorgang origVorgang)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs mit folgenden Anpassungen:
Vorgang.id ist 0
Vorgang.gelesen ist false
Vorgang.inArbeit ist false
Vorgang.prozessId ist "" (Leer-String)
Die Attachment -Instanzen in der originalen Vorgang.attachments -Liste werden über eine
NEUE Liste referenziert, alle anderen nicht-primitiven Attributereferenzen werden 'flach' kopiert (Verweis auf
dieselbe Instanz). |
static void |
VorgangCopyHelper.cloneFormeingaengeAndAttachToVorgang(IEntityContext ec,
Vorgang originalV,
Vorgang clonedV)
Diese Methode dient dazu die Formeingänge eines Vorgangs zu klonen und diese einem neuen Vorgang hinzuzufügen.
|
static Vorgang |
VorgangCopyHelper.copy(IEntityContext ec,
Vorgang origin,
Vorgang clone) |
static void |
VorgangCopyHelper.copyAttachments(IEntityContext ec,
Vorgang originalVorgang,
Vorgang clonedVorgang)
Kopiert alle zum
originalVorgang gehörenden Dateien in das entsprechende Verzeichnis der
Vorgangskopie. |
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataAdapter.extendSendData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter fdaData,
XForm xform)
Deprecated.
use
SaveFormDataInitializer#extendXFormData(IEntityContext, Vorgang, IFormDataAdapter, XForm, de.xima.designer.models.IXFormRenderConfig) |
static void |
VorgangsDataHelper.insertEingabeWerteToProjektDataTables(IEntityContext ec,
Vorgang vorgang)
Deprecated.
|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
FormEingang fe)
Deprecated.
|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
Map<String,List<String>> dataMap,
Vorgang v)
Deprecated.
|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
Vorgang v)
Deprecated.
|
static void |
VorgangsDataHelper.recreateDataTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType)
Deprecated.
|
static void |
VorgangsDataHelper.reindexDataTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
static void |
VorgangsDataHelper.reindexPostfachTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<Q extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
DefaultDaoActionHook.bulkDelete(IEntityContext ec,
Q cm) |
<Q extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IUpdateableCriterionManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
DefaultDaoActionHook.bulkUpdate(IEntityContext ec,
Q cm) |
T |
DefaultDaoActionHook.create(IEntityContext ec,
T entity) |
void |
DefaultDaoActionHook.delete(IEntityContext ec,
T entity) |
static List<de.xima.cmn.dao.interfaces.IEntity> |
DaoActionHookHelper.getAllDependentActions(IEntityContext ec,
IMandantDependent entity)
Liefert eine Liste aller 'Ressourcen' abhängigen Aktionen zurück, die noch auf die übergebene Ressource verweisen.
|
static List<Bedingung> |
DaoActionHookHelper.getBedingungen(IEntityContext ec,
Mandant man) |
static List<de.xima.cmn.dao.interfaces.IEntity> |
DaoActionHookHelper.getStatusChangeActions(IEntityContext ec,
Status targetState)
Liefert eine Liste aller 'Statusänderungs'-Aktionen zurück, die auf den übergebenen Status verweisen.
|
void |
DefaultDaoActionHook.read(IEntityContext ec,
T entity) |
static void |
DaoActionHookHelper.removeModulDependency(IEntityContext ec,
Rolle rolle) |
static BenutzerGruppe |
DaoActionHookHelper.syncAccessProjekte(IEntityContext ec,
BenutzerGruppe gruppe) |
static void |
DaoActionHookHelper.syncBedingung(IEntityContext ec,
Bedingung bedingung) |
static BenutzerGruppe |
DaoActionHookHelper.syncBenutzer(IEntityContext ec,
BenutzerGruppe gruppe) |
static void |
DaoActionHookHelper.syncBerechtigungen(IEntityContext ec,
Rolle rolle) |
static BenutzerGruppe |
DaoActionHookHelper.syncEditorProjekte(IEntityContext ec,
BenutzerGruppe gruppe) |
static BenutzerGruppe |
DaoActionHookHelper.syncPostfaecher(IEntityContext ec,
BenutzerGruppe gruppe) |
static Modul |
DaoActionHookHelper.syncRollen(IEntityContext ec,
Modul modul) |
T |
DefaultDaoActionHook.update(IEntityContext ec,
T entity) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
VorgangsDataDao.activate(IEntityContext ec)
Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.
|
Boolean |
ModulDao.addAllModulesToMandantAdmin(IEntityContext ec) |
Modul |
ModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul modul)
Deprecated.
|
List<FormElement> |
FormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf) |
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
Vorgang v) |
List<FormVersionBackup> |
FormVersionBackupDao.allByFormVersion(IEntityContext ec,
FormVersion fv) |
List<Projekt> |
ProjektDao.allByMandant(IEntityContext ec,
Mandant mandant) |
List<Vorgang> |
VorgangDao.allByPostfach(IEntityContext ec,
Postfach postfach) |
List<Vorgang> |
VorgangDao.allByProjekt(IEntityContext ec,
Projekt pro) |
Benutzer |
BenutzerDao.byLogin(IEntityContext ec,
String loginName,
String loginPwd,
Mandant mandant) |
Benutzer |
BenutzerDao.byNameAndMandant(IEntityContext ec,
String loginName,
Mandant mandant) |
int |
FormVersionDao.calcNewVersionNumber(IEntityContext ec,
Projekt projekt) |
void |
PostfachDao.clear(IEntityContext ec,
Mandant man,
Postfach postfach)
Deprecated.
|
void |
PostfachDao.clear(IEntityContext ec,
Postfach postfach) |
Aktion |
AktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
FormVersion |
FormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
Status |
StatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
FormEingang |
FormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater) |
ProjektZaehler |
ProjektZaehlerDao.create(IEntityContext ec,
int projektId) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.create(IEntityContext ec,
int projektId,
Date date) |
ProjektZaehler |
ProjektZaehlerDao.create(IEntityContext ec,
Projekt projekt) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.create(IEntityContext ec,
Projekt projekt,
Date date) |
MandantRessource |
MandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
ProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
MandantRessource |
MandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant) |
ProjektRessource |
ProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant,
Projekt projekt) |
void |
VorgangDao.deleteAll(IEntityContext ec,
Postfach postfach) |
void |
VorgangDao.deleteAll(IEntityContext ec,
Projekt project) |
void |
FormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec,
FormVersion fv) |
void |
FormVersionBackupDao.doBackup(IEntityContext ec,
FormVersion fv,
int maxCount) |
boolean |
VorgangsDataDao.executeDelete(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
Integer formEingangID) |
<T extends ITableColumn> |
VorgangsDataDao.executeInsert(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
int formEingangID,
Map<String,String> dataMap) |
<T extends ITableColumn> |
VorgangsDataDao.fillData(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
int formEingangID,
Map<String,String> dataMap) |
void |
VorgangsDataDao.fillData(IEntityContext ec,
Vorgang v,
Map<String,String> dataMap,
Integer formEingangID,
EProjectSpecificDBTable tableType)
Diese Methode dient dazu Werte aus den Formulardaten in eine vorher erzeugte Tabelle zu schreiben.
|
Rolle |
RolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
List<Textbaustein> |
TextbausteinDao.getAll(IEntityContext ec,
Mandant mandant) |
List<EingabeWerte> |
EingabeWerteDao.getAllBy(IEntityContext ec,
FormEingang fe) |
List<Attachment> |
AttachmentDao.getAllBy(IEntityContext ec,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
PostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
List<Textbaustein> |
TextbausteinDao.getAllByKat(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie) |
List<ProjektZaehlerDaten> |
ProjektZaehlerDatenDao.getAllByMandant(IEntityContext ec,
Date startDate,
Date endDate,
Mandant mandant) |
List<LDAPGruppe> |
LDAPGruppeDao.getAllByMandant(IEntityContext ec,
Mandant man) |
List<MandantRessource> |
MandantRessourceDao.getAllByMandant(Mandant mandant,
IEntityContext ec) |
List<ProjektZaehlerDaten> |
ProjektZaehlerDatenDao.getAllByProjekt(IEntityContext ec,
Date startDate,
Date endDate,
Projekt projekt) |
List<Status> |
StatusDao.getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<ProjektRessource> |
ProjektRessourceDao.getAllByProjekt(Projekt projekt,
IEntityContext ec) |
List<PeStatus> |
PeStatusDao.getAllByProzessId(IEntityContext ec,
String prozessId) |
List<Aktion> |
AktionDao.getAllByStatus(IEntityContext ec,
Status status) |
List<Status> |
StatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus)
Liefert alle Status zu einem Projekt außer dem Übergebenen
|
List<Benutzer> |
BenutzerDao.getBenutzerByMandant(IEntityContext ec,
Mandant mandant) |
Map<String,BenutzerGruppe> |
BenutzerGruppeDao.getBenutzerGruppeByMandant(IEntityContext ec,
Mandant mandant) |
List<BenutzerGruppe> |
BenutzerDao.getBenutzergruppen(IEntityContext ec,
Benutzer benutzer) |
FormVersion |
FormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.getByDate(IEntityContext ec,
int projektId,
Date date) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
Textbaustein |
TextbausteinDao.getByKatAndName(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie,
String name) |
MandantFrontendServer |
MandantFrontendServerDao.getByMandantAndFs(IEntityContext ec,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
TextbausteinDao.getByMsgCode(IEntityContext ec,
Mandant m,
String msgCode) |
Textbaustein |
TextbausteinDao.getByName(IEntityContext ec,
Mandant mandant,
String name) |
Attachment |
AttachmentDao.getByName(IEntityContext ec,
Vorgang vorgang,
String name) |
MandantRessource |
MandantRessourceDao.getByName(Mandant mandant,
String name,
IEntityContext ec) |
ProjektRessource |
ProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
LDAPAbfrage |
LDAPAbfrageDao.getByNameAndClient(IEntityContext ec,
String name,
Mandant man) |
ProjektZaehler |
ProjektZaehlerDao.getByProjekt(IEntityContext ec,
int projektId) |
ProjektZaehler |
ProjektZaehlerDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
List<FormVersion> |
FormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
Vorgang |
VorgangDao.getByProzessId(IEntityContext ec,
String prozessId) |
MandantFrontendServer |
MandantFrontendServerDao.getBySource(IEntityContext ec,
FrontendServer fs,
Mandant man)
Deprecated.
|
Attachment |
AttachmentDao.getByUUID(IEntityContext ec,
String uuid) |
Attachment |
AttachmentDao.getByUUID(IEntityContext ec,
String uuid,
Vorgang v) |
Datenquelle |
DatenquelleDao.getDatenquelleById(IEntityContext ec,
Mandant mandant,
int id)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Datenquelle |
DatenquelleDao.getDatenquelleByName(IEntityContext ec,
Mandant mandant,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Datenquelle |
DatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
List<Datenquelle> |
DatenquelleDao.getDatenquellen(IEntityContext ec,
Mandant mandant)
Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.
|
Set<de.xima.cmn.dao.interfaces.IEntity> |
AktionDao.getEntityRefs(IEntityContext ec,
Aktion aktion) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
DatenbankZugriffDao.getEntityRefs(IEntityContext ec,
DatenbankZugriff datenbankzugriff) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
FormVersionDao.getEntityRefs(IEntityContext ec,
FormVersion formversion) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
LDAPZugriffDao.getEntityRefs(IEntityContext ec,
LDAPZugriff entity) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
MandantRessourceDao.getEntityRefs(IEntityContext ec,
MandantRessource resource) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
PostfachDao.getEntityRefs(IEntityContext ec,
Postfach postfach) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
ProjektRessourceDao.getEntityRefs(IEntityContext ec,
ProjektRessource resource) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
StatusDao.getEntityRefs(IEntityContext ec,
Status status) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
GenericDao.getEntityRefs(IEntityContext ec,
T entity) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
TextbausteinDao.getEntityRefs(IEntityContext ec,
Textbaustein textbautein) |
List<Aktion> |
AktionDao.getFolgeAktionen(IEntityContext ec,
Aktion aktion) |
List<Aktion> |
AktionDao.getFolgeAktionen(IEntityContext ec,
Status stat,
int aktionIdx) |
List<Status> |
StatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
String |
FormEingangDao.getFormData(IEntityContext ec,
FormEingang fe) |
String |
VorgangDao.getFormData(IEntityContext ec,
Vorgang v) |
List<Postfach> |
PostfachDao.getPostfachByBenutzer(IEntityContext ec,
Benutzer benutzer) |
List<Aktion> |
AktionDao.getPrevAktionen(IEntityContext ec,
Aktion aktion,
Class<?> verarbeitungsInterface) |
List<Aktion> |
AktionDao.getPrevAktionen(IEntityContext ec,
Status stat,
int aktionIdx,
Class<?> verarbeitungsInterface) |
List<Projekt> |
ProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant) |
List<Projekt> |
FrontendServerDao.getProjekts(IEntityContext ec,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId) |
List<Rolle> |
RolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Textbaustein |
TextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<FrontendServer> |
FrontendServerDao.getUnconnectedByMandant(IEntityContext ec,
Mandant man) |
List<Vorgang> |
VorgangDao.getVorgaengeByBenutzer(IEntityContext ec,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
VorgangsDataDao.getVorgangsData(IEntityContext ec,
Projekt projekt,
Vorgang vorgang,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
void |
DatentabelleDao.insertValuesToTables(IEntityContext ec,
Vorgang vorgang)
Diese Methode dient dazu
EingabeWerte aus einem Vorgang in die Projekt-Postfach-Tabelle bzw. |
boolean |
ProjektDao.isActivationAllowed(IEntityContext ec,
Projekt projekt) |
boolean |
MandantDao.isCreationAllowed(IEntityContext ec,
Mandant mandant) |
boolean |
ProjektDao.isFsAllowed(IEntityContext ec,
Projekt p,
FrontendServer fs) |
Boolean |
MandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec,
MandantFrontendServer mfs) |
boolean |
BenutzerDao.isLastActiveMandantadmin(IEntityContext ec,
Benutzer ben) |
boolean |
ProjektDao.isZugriffsberechtigt(IEntityContext ec,
Projekt p,
Benutzer ben) |
FormEingang |
FormEingangDao.mostCurrent(IEntityContext ec,
Vorgang v) |
int |
FormEingangDao.ownerId(IEntityContext ec,
Vorgang v) |
Modul |
ModulDao.readByName(IEntityContext ec,
Mandant mandant,
String name) |
Mandant |
MandantDao.readByName(IEntityContext ec,
String name) |
void |
DatentabelleDao.recreateDataTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType) |
void |
DatentabelleDao.reindex(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType)
Diese Methode befüllt die Projekt-Postfach-Tabelle.
|
void |
DatentabelleDao.reindexDataTable(IEntityContext ec,
Projekt projekt)
Diese Methode löscht die Projekt-Datentabelle, erstellt diese neu und befüllt diese mit den Werten aus der
EingabeWerte -Tabelle entsprechend der Projekt-Vorgänge und deren FormEingang |
void |
DatentabelleDao.reindexPostfachTable(IEntityContext ec,
Projekt projekt)
Diese Methode löscht die Projekt-Postfachtabelle, erstellt diese neu und befüllt diese mit den Werten aus der
EingabeWerte -Tabelle entsprechend der Projekt-Vorgänge und deren FormEingang |
void |
FormElementDao.removeAllFromFormVersion(IEntityContext ec,
FormVersion fv) |
protected void |
VorgangsDataDao.rollback(IEntityContext ec)
Methode für das Rollback einer Transaktion.
|
FormEingang |
FormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Vorgang |
VorgangDao.setFormData(IEntityContext ec,
Vorgang v,
String formData) |
MandantRessource |
MandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
ProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
protected javax.persistence.Query |
AVorgangsDataSQLBuilder.appendQueryCriterias(StringBuilder sb,
IEntityContext ec,
Map<String,ITableColumn> columnMap,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
boolean withOrder) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteQuery(IEntityContext ec,
Projekt projekt,
int formEingangID) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> columns,
Projekt projekt,
int formEingangID,
Map<String,String> dataMap) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createSingleQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Modifier and Type | Method and Description |
---|---|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteQuery(IEntityContext ec,
Projekt projekt,
int formEingangID) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
int formEingangID,
Map<String,String> dataMap) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createSingleQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Modifier and Type | Method and Description |
---|---|
void |
ProtokollUtils.addMandantPeBase(Mandant mandant,
PeBase peBase,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu einem Mandanten hinzuzufügen.
|
void |
ProtokollUtils.addProjektPeBase(Projekt projekt,
PeBase peBase,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu einem Mandanten hinzuzufügen, wobei der Ausgangspunkt eine
Projekt -Instanz ist. |
void |
ProtokollUtils.addSystemPeDokumentation(PeDokumentation peDoc,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu allen im System vorhanden Mandanten hinzuzufügen.
|
void |
ProtokollUtils.addVorgangPeBase(Vorgang vorgang,
PeBase peBase,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu einem Mandanten hinzuzufügen, wobei der Ausgangspunkt eine
Vorgang -Instanz ist. |
static void |
ProjektPostfachDaoUtils.recreateDBTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType)
Deprecated.
|
static void |
ProjektPostfachDaoUtils.recreateProjektDataTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
static void |
ProjektPostfachDaoUtils.recreateProjektPostfachTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataInitializer.extendXFormData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter fdaData,
IXForm xform)
Deprecated.
use
#extendXFormData(IEntityContext, Vorgang, IFormDataAdapter, XForm, IXFormRenderConfig) |
static IFormDataAdapter |
SaveFormDataInitializer.extendXFormData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter fdaData,
IXForm xform,
IXFormRenderConfig config) |
static Postfach |
SaveFormDataHelper.getPostfachByData(IEntityContext ec,
IFormDataAdapter formData) |
static Projekt |
SaveFormDataHelper.getProjektByData(IEntityContext ec,
IFormDataAdapter formData) |
static Status |
SaveFormDataHelper.getStatusByData(IEntityContext ec,
IFormDataAdapter formData) |
static IFormDataAdapter |
SaveFormDataInitializer.initBy(IEntityContext ec,
FormEingang fe) |
static IFormDataAdapter |
SaveFormDataInitializer.initBy(IEntityContext ec,
Map<String,List<String>> dataMap,
Vorgang v) |
static IFormDataAdapter |
SaveFormDataInitializer.initBy(IEntityContext ec,
Vorgang v) |
static void |
SaveFormDataHelper.initElementData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter saveData) |
static Vorgang |
SaveFormDataHelper.resolveToVorgang(IEntityContext ec,
IFormDataAdapter formData) |
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
AProjektUtil.ec |
Constructor and Description |
---|
AProjektUtil(Mandant man,
IEntityContext ec) |
ProjektCopyUtil(Mandant man,
IEntityContext ec) |
ProjektExportUtil(Mandant man,
IEntityContext ec,
Benutzer user,
Set<EFormImpexOption> options) |
ProjektImportUtil(Mandant man,
IEntityContext ec) |
ProjektUpdateUtil(Mandant man,
IEntityContext ec,
Benutzer user) |
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
AEnitityHelper.ec |
Constructor and Description |
---|
AEnitityHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user) |
FormVersionHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
GenericFileDao.getFileData(IEntityContext ec,
Class<T> clazz,
int id) |
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
GenericFileDao.getFileData(IEntityContext ec,
T entity) |
<E extends IAbstractDateiData,T extends IAbstractDatei<E>> |
GenericFileDao.getFileDataEntity(IEntityContext ec,
T dat) |
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
GenericFileDao.getFileStream(IEntityContext ec,
T entity) |
<E extends IAbstractDateiData,T extends IAbstractDatei<E>> |
GenericFileDao.updateFileData(IEntityContext ec,
T dat,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
FormUserRequestData |
FormUserRequestDataBuilder.build(IEntityContext ec) |
static IExtendedFormPublishContext |
FormPublishUtil.createContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
IEntityContext ec)
Deprecated.
|
static com.alibaba.fastjson.JSONArray |
FormPublishUtil.getBackupList(IEntityContext ec,
FormVersion formVersion) |
static com.alibaba.fastjson.JSONArray |
FormPublishUtil.getBackupList(IEntityContext ec,
int formVersionId)
Deprecated.
|
static String |
FormPublishUtil.getBackupPersistent(IEntityContext ec,
FormVersionBackup backup) |
static String |
FormPublishUtil.getBackupPersistent(IEntityContext ec,
int formVersionBackupId)
|
static String |
FormPublishUtil.getCurrentPersistent(IEntityContext ec,
FormVersion formVersion) |
static String |
FormPublishUtil.getCurrentPersistent(IEntityContext ec,
int formVersionId)
|
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
FormPublishContext.ec |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
FormPublishContext.getEntityContext() |
Constructor and Description |
---|
ExtendedFormPublishContext(IEntityContext ec,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormPublishContext(IEntityContext ec,
PublishRequestParameter requestParameter) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
AJSFContext.ec() |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
ProcessingBean.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
EntityListModel.ec() |
Modifier and Type | Class and Description |
---|---|
class |
JSFEntityContext |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IFormPublishContext.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
String |
IFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML) |
String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpCtx) |
String |
ITemplateValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Mandant mandant) |
String |
ISessionValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang vorgang,
String sessionId,
String context) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IPluginSessionReplacerParams.getEntityContext()
Getter für den Entity-Context für DAO-Aktionen
|
IEntityContext |
IPluginGenericReplacerParams.getEntityContext()
Getter für den EntityContext auf welchem Datenbank-Aktionen ausgeführt werden können
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IWorkflowProcessingContext.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
default boolean |
IProcessing.isAvailable(IEntityContext ec,
Mandant man) |
Modifier and Type | Class and Description |
---|---|
class |
AEntityContext |
class |
EntityContext |
Modifier and Type | Method and Description |
---|---|
static IEntityContext |
EntityContextFactory.newAnonymousEntityContext() |
static IEntityContext |
EntityContextFactory.newEntityContext() |
static IEntityContext |
EntityContextFactory.newEntityContext(Benutzer ben) |
static IEntityContext |
EntityContextFactory.newEntityContext(UserContext uc) |
static IEntityContext |
EntityContextFactory.newSetupEntityContext() |
static IEntityContext |
EntityContextFactory.newSystemEntityContext() |
Modifier and Type | Method and Description |
---|---|
static Benutzer |
LDAPBenutzerUtil.getByLDAPData(IEntityContext ec,
Mandant man,
String userName,
byte[] objectId) |
static LDAPBenutzer |
LDAPBenutzerUtil.getLDAPGruppeBenutzer(IEntityContext ec,
LDAPGruppe gruppe,
String userLogin) |
static Benutzer |
LDAPBenutzerUtil.getLDAPGruppeBenutzer(IEntityContext ec,
Mandant man,
String userLogin) |
static Benutzer |
LDAPBenutzerUtil.getLDAPGruppeBenutzerByLogin(IEntityContext ec,
Mandant man,
String userLogin,
String userPwd) |
Modifier and Type | Method and Description |
---|---|
static void |
LiquibaseDBUtils.createBlobTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames) |
static void |
LiquibaseDBUtils.createClobTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames) |
static void |
LiquibaseDBUtils.createTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames)
Deprecated.
|
static void |
LiquibaseDBUtils.createTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames,
String colType,
boolean autoIncrement)
Diese Methode dient dazu zur Laufzeit eine Tabelle innerhalb der aktuell verwendeten Datenbanverbindung anzulegen.
|
static void |
LiquibaseDBUtils.dropTable(IEntityContext ec,
String tableName)
Diese Methode dient dazu zur Laufzeit eine Tabelle innerhalb der aktuell verwendeten Datenbanverbindung zu löschen.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
UserMailUtil.sendLDAPLogin(IEntityContext ec,
Benutzer b) |
static boolean |
UserMailUtil.sendLoginData(IEntityContext ec,
Benutzer b,
String genPasswort)
Verschickt die E-Mail.
|
static boolean |
UserMailUtil.sendResetPassword(IEntityContext ec,
Benutzer b,
String resetPasswordUrl) |
static boolean |
UserMailUtil.sendSystemLogin(IEntityContext ec,
Benutzer b,
String genPasswort) |
static boolean |
UserMailUtil.sendUserSetPassword(IEntityContext ec,
Benutzer b,
String setPasswordUrl) |
Modifier and Type | Method and Description |
---|---|
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
boolean suppressStatementLimits,
Serializable... parameters) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
Serializable... parameters)
Deprecated.
use
DBQueryManager.executeDBquery(IEntityContext, Mandant, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
static Integer |
DBQueryManager.executeSql(IEntityContext ec,
Integer dbZugriffId,
String sql) |
static String |
SessionAttachmentManager.getAttachment(IEntityContext ec,
Vorgang v,
String context,
String sessionId,
String argString) |
static String |
SessionAttachmentManager.getAttachmentList(IEntityContext ec,
Vorgang v,
String context,
String sessionId) |
static String |
SessionAttachmentManager.getAttachmentZip(IEntityContext ec,
Vorgang v,
String context,
String sessionId,
String argString) |
static String |
TextbausteinManager.getMandantSpecificMsg(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.
|
static Postfach |
PostfachManager.getPostfachByName(Mandant m,
String name,
IEntityContext ec)
Liefert den via Namen angefordeten Mandanten-spezifische Postfach.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
String msgCode) |
static Textbaustein |
TextbausteinManager.getTextbausteinByName(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie,
String name)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByName(IEntityContext ec,
Mandant mandant,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.
|
static List<Textbaustein> |
TextbausteinManager.getTextbausteine(IEntityContext ec,
Mandant m)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.
|
static List<Textbaustein> |
TextbausteinManager.getTextbausteineByKategorie(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.
|
static Textbaustein |
TextbausteinManager.getTextbausteineByName(IEntityContext ec,
Mandant mandant,
String name)
Deprecated.
|
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.query(IEntityContext ec,
Integer dbZugriffId,
String sql,
boolean suppressStatementLimits,
Serializable... args) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.query(IEntityContext ec,
Integer dbZugriffId,
String sql,
Serializable... args)
Deprecated.
use
DBQueryManager.query(IEntityContext, Integer, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
static int |
DBQueryManager.update(IEntityContext ec,
Integer dbZugriffId,
String sql,
Serializable... args) |
Modifier and Type | Method and Description |
---|---|
static int |
StatusOrderHelper.getNewIndex(Projekt projekt,
IEntityContext ec) |
static int |
AktionOrderHelper.getNewIndex(Status status,
IEntityContext ec) |
static BasicRefResult |
AktionOrderHelper.isAktionDeletable(Aktion delAktion,
IEntityContext ec)
Prüft ob eine Aktion gelöscht werden kann.
|
static BasicRefResult |
AktionOrderHelper.isAktionMoveable(Aktion currentAktion,
int targetIndex,
IEntityContext ec)
Prüft ob eine Aktion verschoben werden darf.
|
static BasicRefResult |
AktionOrderHelper.isAktionMoveableToState(Aktion action,
Status state,
int newIdx,
IEntityContext ec) |
static Aktion |
AktionOrderHelper.move(Aktion aktion,
int targetIdx,
IEntityContext ec)
Passt die Reihenfolge der Aktionen an, wo es notwendig ist.
|
static Status |
StatusOrderHelper.move(Status status,
int targetIdx,
IEntityContext ec)
Passt die Reihenfolge der Status an, wo es notwendig ist.
|
static Aktion |
AktionOrderHelper.moveToState(Aktion action,
Status state,
int newIdx,
IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc,
Vorgang vorgang,
Mandant mandant,
boolean encodeUSerInput)
Diese Methode dient dazu, all verfügbaren Parser auf einen Text anzuwenden.
|
static String |
PlaceholderReplacer.parseForFormValues(IEntityContext ec,
String text,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML)
Diese Methode dient dazu, Formularelementplatzhalter durch Formularwerte zu ersetzten.
|
static String |
PlaceholderReplacer.parseForSessionValues(IEntityContext ec,
String text,
Vorgang v,
String context,
String sessionId)
Diese Methode dient dazu, Systemattribute an die Stelle zu plazieren, an der entsprechende Platzhalter zu finden
sind.
|
static String |
PlaceholderReplacer.parseForSystemAttributes(IEntityContext ec,
String text,
Vorgang vorgang,
IWorkflowProcessingContext wpc)
Diese Methode dient dazu, Systemattribute an die Stelle zu plazieren, an der entsprechende Platzhalter zu finden
sind.
|
static String |
PlaceholderReplacer.parseForTemplates(IEntityContext ec,
String text,
Mandant mandant)
Diese Methode dient dazu, Textbausteinplatzhalter durch Formularwerte zu ersetzten.
|
static String |
PlaceholderReplacer.replaceFormValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
static String |
PlaceholderReplacer.replaceSessionValues(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang vorgang,
String sessionId,
String context) |
static String |
PlaceholderReplacer.replaceSystemValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
static String |
PlaceholderReplacer.replaceTemplateValue(IEntityContext ec,
String placeholder,
String placeholderContent,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML) |
String |
DefaultSystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
String |
DefaultTemplateValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Mandant mandant) |
String |
DefaultSessionValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang vorgang,
String sessionId,
String context) |
String |
DefaultSystemValueReplacer.replaceWorkflow(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginManager.createMandantProtocolEntry(IEntityContext ec,
Mandant man,
String protocolEntry,
Object... params) |
static void |
PluginManager.createSystemProtocolEntry(IEntityContext ec,
String protocolEntry,
Object... params) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
APluginCustomGUIBean.getEntityContext()
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IProcessingBean.getEntityContext()
Liefert den aktuellen Entity-Context
|
Constructor and Description |
---|
PluginFormReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
PluginSessionReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang vorgang,
String sessionID,
String contextName) |
PluginSystemReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
PluginTemplateReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
Mandant man) |
Modifier and Type | Method and Description |
---|---|
Mandant |
IMandantCreator.createMandant(IEntityContext ec,
Mandant man,
Benutzer ben,
IDefaultMandantData defaultData) |
Modifier and Type | Method and Description |
---|---|
static void |
StatisticsCounter.countFormCall(IEntityContext ec,
Projekt projekt)
Deprecated.
|
static void |
StatisticsCounter.countProcess(IEntityContext ec,
Vorgang vorgang)
Deprecated.
|
static void |
StatisticsCounter.countProcessError(IEntityContext ec,
Projekt projekt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VorgangUpdater.applayAll(IEntityContext ec) |
static boolean |
ModulUpdater.applayAll(IEntityContext ec,
IDefaultMandantData defaultMandantData) |
static Boolean |
WorkflowUpdater.applyAll(IEntityContext ec) |
static boolean |
FileMetaDataUpdater.applyAll(IEntityContext ec) |
static boolean |
ProjektMetaDataUpdater.applyAll(IEntityContext ec) |
static Boolean |
UserUpdater.applyAll(IEntityContext ec,
IDefaultMandantData defaultMandantData) |
static Boolean |
TemplateUpdater.applyAll(IEntityContext ec,
IDefaultMandantData defaultMandantData) |
static String |
FileDataMigrator.migrateFiles(IEntityContext ec) |
static Boolean |
WorkflowUpdater.removeOldAktionen(IEntityContext ec) |
static Boolean |
UserUpdater.removeSysAdmin(IEntityContext ec) |
static boolean |
VorgangUpdater.updateCurrentFormEingang(IEntityContext ec) |
static boolean |
FileMetaDataUpdater.updateMetaData(IEntityContext ec) |
static Boolean |
ModulUpdater.updateModule(IEntityContext ec,
IDefaultMandantData defaultMandantData) |
static boolean |
ProjektMetaDataUpdater.updateProjektMetaData(IEntityContext ec) |
static Boolean |
WorkflowUpdater.updateStatus(IEntityContext ec) |
static Boolean |
WorkflowUpdater.updateStatusAlias(IEntityContext ec) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.