Modifier and Type | Method and Description |
---|---|
static String |
PathHandler.Web.aliasFormImageFor(Projekt project,
String basePath)
Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des Thumbnail des aktiven Formulars
eines
|
static String |
PathHandler.Web.aliasFormRequestFor(MandantFrontendServer mfs,
Projekt p) |
static String |
PathHandler.Web.aliasFormRequestFor(Projekt p)
Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des aktiven Formulars eines
Projektes.
|
static String |
PathHandler.Web.fd2CurrentEditFor(Projekt project,
String baseUrl) |
static String |
PathHandler.Web.fd2NewFor(Projekt project,
String baseUrl) |
static String |
PathHandler.Web.fd2VersionEditFor(Projekt project) |
static String |
PathHandler.Web.fd2VersionEditFor(Projekt project,
String baseUrl) |
static String |
PathHandler.Web.formActionFor(Projekt project,
int formVersion)
Returns the URL for processing submitted forms of the given project.
|
static String |
PathHandler.Web.formCorrectionFor(Projekt project,
int formVersion)
Similar to
PathHandler.Web.formActionFor(Projekt, int) , but with additional options that influence workflow processing. |
static String |
PathHandler.Web.formIncludeUrlFor(Projekt p)
Builds the link to the form include JavaScript (/form/include.js).
|
static String |
PathHandler.Web.formIncludeUrlFor(Projekt p,
MandantFrontendServer mfs)
Builds the link to the form include JavaScript (/form/include.js) for the given frontend server.
|
static String |
PathHandler.Web.formRequestFor(Projekt project)
Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des aktiven Formulars eines
Projektes.
|
static String |
PathHandler.Web.formRequestFor(Projekt project,
MandantFrontendServer mfs)
Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des aktiven Formulars eines
Projektes.
|
static String |
PathHandler.Web.printFormRequestFor(Projekt p) |
Modifier and Type | Method and Description |
---|---|
List<String> |
PublicPropertyAccessor.getFormularPlaceholder(Projekt p,
FormVersion fv,
boolean onlyUploads)
Diese Methode dient dazu, Platzhalter für Formularelemente (basierend auf den von
FormElement.getAlias()
geliefertten Werten) zu ermitteln. |
List<String> |
PublicPropertyAccessor.getPlaceholderList(Projekt p,
FormVersion fv,
Aktion a)
Diese Methode dient dazu, alle verfügbaren Platzhalter als Liste von Zeichenketten zu ermitteln.
|
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjektAPI.addProjektRessource(UserContext uc,
Projekt projekt,
ProjektRessource ressource) |
Projekt |
ProjektAPI.copy(UserContext uc,
Projekt projekt,
long id,
long fvId) |
Projekt |
ProjektAPI.getByName(UserContext uc,
long mandantId,
String name)
Method for determining a
Projekt by name. |
Projekt |
ProjektAPI.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Projekt |
ProjektAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Projekt |
ProjektAPI.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String description,
String title)
Method for importing a project for a client.
|
Projekt |
ProjektAPI.update(UserContext uc,
Projekt entity) |
Projekt[] |
ProjektAPI.update(UserContext uc,
Projekt[] entities) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
ProjektAPI.getAllByClient(UserContext uc,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
ProjektAPI.getAllByClient(UserContext uc,
Mandant mandant,
String scope,
boolean includeTemplates) |
List<Projekt> |
ProjektAPI.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client)
Gets all projects where the given user is editor of
|
List<Projekt> |
ProjektAPI.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client,
String projectScope) |
List<Projekt> |
ProjektAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Deprecated.
|
List<Projekt> |
ProjektAPI.getAllByMandantAndStatus(UserContext uc,
Mandant mandant,
Boolean isOnline)
Method for determining all projects of a client and its online status.
|
List<Projekt> |
ProjektAPI.getAllTemplatesByClient(UserContext uc,
Mandant mandant) |
List<Projekt> |
ProjektAPI.getAllTemplatesByClient(UserContext uc,
Mandant mandant,
String scope) |
List<Projekt> |
FrontendServerAPI.getProjektsBy(UserContext uc,
Integer frontendServerID,
Integer mandantID,
Integer benutzerGruppenID)
Method for determining of
Projekt s which are available on a FrontendServer . |
Modifier and Type | Method and Description |
---|---|
void |
ProtokollAPI.addProjektProtokollEintrag(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry)
Method for creating a protocol entry when a project is changed.
|
Projekt |
ProjektAPI.addProjektRessource(UserContext uc,
Projekt projekt,
ProjektRessource ressource) |
Projekt |
ProjektAPI.copy(UserContext uc,
Projekt projekt,
long id,
long fvId) |
ProjektRessource |
ProjektRessourcenAPI.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
List<BenutzerGruppe> |
ProjektAPI.getAccessGroups(UserContext uc,
Projekt project) |
List<ProjektRessource> |
ProjektRessourcenAPI.getAllByProjekt(UserContext uc,
Projekt projekt) |
FormVersion |
FormVersionAPI.getBy(UserContext uc,
Projekt projekt,
int formVersionNumber)
Method for determining a
FormVersion based of a Projekt and a version number. |
ProjektRessource |
ProjektRessourcenAPI.getByName(UserContext uc,
Projekt projekt,
String name) |
List<MandantFrontendServer> |
MandantFrontendServerAPI.getByProject(UserContext uc,
Projekt project) |
List<Status> |
StatusAPI.getByProjekt(UserContext uc,
Projekt projekt)
|
List<FormVersion> |
FormVersionAPI.getByProjekt(UserContext uc,
Projekt projekt)
Method for loading of
FormVersion s of a Projekt . |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByProjekt(UserContext uc,
Projekt projekt)
Method for determining all
BenutzerGruppe of a Projekt . |
Status |
StatusAPI.getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
StatusAPI.getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
FormVersion |
ProjektAPI.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Method for determining the current version of a project.
|
Map<String,String> |
ProjektAPI.getCustomAttributes(UserContext uc,
Projekt project) |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getEditorgruppenByProjekt(UserContext uc,
Projekt projekt)
Method for determining all
BenutzerGruppe of a Projekt . |
List<Status> |
StatusAPI.getFolgeStatus(UserContext uc,
Benutzer benutzer,
Projekt projekt,
Status aktuellerStatus)
|
int |
FormVersionAPI.getFormVersionCount(UserContext uc,
Projekt projekt)
Method for determining the number of
FormVersion s of a Projekt . |
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining of process data by a project and a inbox.
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining of process data by a
Projekt . |
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes)
Method for determining of process data by a project and inboxes.
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining the total number of process data of the processes of a
Projekt . |
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes)
|
Vorgang |
VorgangAPI.getVorgangBy(UserContext uc,
Projekt projekt,
String vorgangProzessID)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
Projekt project,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
Projekt project,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
|
boolean |
ProjektAPI.isActivationAllowed(UserContext uc,
Projekt projekt) |
Boolean |
ProjektAPI.isEditingAllowed(UserContext uc,
Projekt projekt,
Benutzer ben) |
boolean |
ProjektAPI.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Method for testing whether the project may be called via the frontend server.
|
Boolean |
ProjektAPI.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer benutzer)
Method for determining if a user is allowed to access a project.
|
boolean |
ProjektAPI.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt)
Method for determining if a
Projekt is access limited. |
Projekt |
ProjektAPI.update(UserContext uc,
Projekt entity) |
Projekt[] |
ProjektAPI.update(UserContext uc,
Projekt[] entities) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsAPI.countFormProcessError(UserContext uc,
Projekt p)
Method for counting the errors of a form process.
|
void |
StatisticsAPI.countFormProvide(UserContext uc,
Projekt p)
Method for counting the provided forms.
|
Modifier and Type | Method and Description |
---|---|
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
Map<String,Serializable> sessionAttributes) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes)
|
Modifier and Type | Method and Description |
---|---|
Projekt |
WorkflowProcessing.getProjekt() |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProcessingPrefillData.getProject() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Projekt |
ProjectDuplicator.duplicate(IEntityContext ec) |
Constructor and Description |
---|
ProjectDuplicator(Projekt project) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjektDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Projekt |
ProjektDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
ProjektDao.allByClient(IEntityContext ec,
Mandant client,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allByClient(IEntityContext ec,
Mandant client,
String scope,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allByMandant(IEntityContext ec,
Mandant mandant)
Deprecated.
|
List<Projekt> |
ProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
List<Projekt> |
ProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant client) |
List<Projekt> |
ProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant client,
String scope) |
List<Projekt> |
ProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
protected IFCDaoActionHook<Projekt> |
ProjektDao.getPostActionHook() |
protected IFCDaoActionHook<Projekt> |
ProjektDao.getPreActionHook() |
List<Projekt> |
ProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant) |
List<Projekt> |
ProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope) |
List<Projekt> |
FrontendServerDao.getProjekts(IEntityContext ec,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId) |
Modifier and Type | Method and Description |
---|---|
List<Vorgang> |
VorgangDao.allByProjekt(IEntityContext ec,
Projekt pro) |
int |
VorgangDao.bulkdDeleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
int |
VorgangDao.bulkDeleteAll(IEntityContext ec,
Projekt project) |
int |
FormVersionDao.calcNewVersionNumber(IEntityContext ec,
Projekt projekt) |
void |
VorgangsDataDao.clearUnreferenced(IEntityContext ec,
Projekt project,
EProjectSpecificDBTable tableType) |
FormVersion |
FormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
ProjektZaehler |
ProjektZaehlerDao.create(IEntityContext ec,
Projekt projekt) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.create(IEntityContext ec,
Projekt projekt,
Date date) |
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) |
void |
VorgangDao.deleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
boolean |
VorgangsDataDao.executeDelete(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
Long formEingangID) |
<T extends ITableColumn> |
VorgangsDataDao.executeInsert(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
boolean |
VorgangDao.existsIdentityToken(IEntityContext ec,
Vorgang formRecord,
String identityToken,
Projekt project) |
<T extends ITableColumn> |
VorgangsDataDao.fillData(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
String |
ProjektDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude) |
String |
ProjektDao.findUniqueTitle(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude) |
List<Textbaustein> |
TextbausteinDao.getAllByProject(IEntityContext ec,
Projekt project) |
List<MandantRessource> |
MandantRessourceDao.getAllByProject(IEntityContext ec,
Projekt project) |
List<BenutzerGruppe> |
BenutzerGruppeDao.getAllByProject(IEntityContext ec,
Projekt project) |
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<Status> |
StatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus)
Liefert alle Status zu einem Projekt außer dem Übergebenen
|
FormVersion |
FormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
ProjektRessource |
ProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
ProjectInviteData |
ProjectInviteDataDao.getByProject(IEntityContext ec,
Projekt project) |
ProjectDOIData |
ProjectDOIDataDao.getByProject(IEntityContext ec,
Projekt project) |
List<MandantFrontendServer> |
MandantFrontendServerDao.getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
ProjektZaehler |
ProjektZaehlerDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
List<FormVersion> |
FormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
Status |
StatusDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
ProjektRessource |
ProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
FormVersion |
FormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
Status |
StatusDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
ProjektRessource |
ProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
FormVersion |
FormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
Map<String,ITableColumn> |
VorgangsDataDao.getFieldMap(EProjectSpecificDBTable tableType,
Projekt pro) |
List<Status> |
StatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
byte[] |
ProjektDao.getPreviewImage(IEntityContext ec,
Projekt project) |
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) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
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) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
VorgangsDataDao.getVorgangsData(IEntityContext ec,
Projekt projekt,
Vorgang vorgang,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
boolean |
ProjektDao.isActivationAllowed(IEntityContext ec,
Projekt projekt) |
boolean |
ProjektDao.isEditingAllowed(IEntityContext ec,
Projekt p,
Benutzer ben) |
boolean |
ProjektDao.isFsAllowed(IEntityContext ec,
Projekt project,
FrontendServer fs) |
boolean |
ProjektDao.isZugriffsberechtigt(IEntityContext ec,
Projekt project,
Benutzer user) |
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 |
ProjektDao.updatePreviewImage(IEntityContext ec,
Projekt project,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
protected void |
AVorgangsDataSQLBuilder.appandSelectAllJoin(StringBuilder sb,
Projekt projekt,
Postfach... inboxes) |
protected void |
AVorgangsDataSQLBuilder.appandSingleSelectAllJoin(StringBuilder sb,
Projekt projekt,
Vorgang v) |
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.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
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.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteDataWithoutEntityQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteNotCurrentDataQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteQuery(IEntityContext ec,
Projekt projekt,
long formEingangID) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> columns,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap)
|
javax.persistence.Query |
AVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> columns,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap,
Integer maxValueSize) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createSingleQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
protected String |
AVorgangsDataSQLBuilder.getTableName(Projekt projekt) |
Constructor and Description |
---|
ExtendedVorgangResultTransformer(Projekt projekt,
EProjectSpecificDBTable tableType) |
Modifier and Type | Method and Description |
---|---|
Projekt |
IProjektDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Projekt |
IProjektDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
IProjektDao.allByClient(IEntityContext ec,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allByClient(IEntityContext ec,
Mandant client,
String scope,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allByMandant(IEntityContext ec,
Mandant mandant)
Deprecated.
|
List<Projekt> |
IProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
List<Projekt> |
IProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant mandant) |
List<Projekt> |
IProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant client,
String scope) |
List<Projekt> |
IProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
List<Projekt> |
IProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant) |
List<Projekt> |
IProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope) |
List<Projekt> |
IFrontendServerDao.getProjekts(IEntityContext ec,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId) |
Modifier and Type | Method and Description |
---|---|
List<Vorgang> |
IVorgangDao.allByProjekt(IEntityContext ec,
Projekt pro) |
int |
IVorgangDao.bulkdDeleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
int |
IVorgangDao.bulkDeleteAll(IEntityContext ec,
Projekt project) |
int |
IFormVersionDao.calcNewVersionNumber(IEntityContext ec,
Projekt projekt) |
void |
IVorgangsDataDao.clearUnreferenced(IEntityContext ec,
Projekt pro,
EProjectSpecificDBTable tableType) |
FormVersion |
IFormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
ProjektZaehler |
IProjektZaehlerDao.create(IEntityContext ec,
Projekt projekt) |
ProjektZaehlerDaten |
IProjektZaehlerDatenDao.create(IEntityContext ec,
Projekt projekt,
Date date) |
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) |
void |
IVorgangDao.deleteAll(IEntityContext ec,
Projekt selected)
Deprecated.
|
boolean |
IVorgangsDataDao.executeDelete(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
Long formEingangID) |
<T extends ITableColumn> |
IVorgangsDataDao.executeInsert(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
boolean |
IVorgangDao.existsIdentityToken(IEntityContext ec,
Vorgang formRecord,
String identityToken,
Projekt project)
Checks whether there exists any form record that
belongs to the same project as the given project
is not the same as the given form record
but has got the same identity token as the given token
|
<T extends ITableColumn> |
IVorgangsDataDao.fillData(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
String |
IProjektDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude)
Returns a name that is not taken by another
Projekt in the given client other than the excluded data
source. |
String |
IProjektDao.findUniqueTitle(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude)
Returns a title that is not taken by another
Projekt in the given client other than the excluded data
source. |
List<Textbaustein> |
ITextbausteinDao.getAllByProject(IEntityContext ec,
Projekt project)
Returns all templates that are being used by the given project
|
List<MandantRessource> |
IMandantRessourceDao.getAllByProject(IEntityContext ec,
Projekt project)
Returns all client resources that are being used by the given project
|
List<BenutzerGruppe> |
IBenutzerGruppeDao.getAllByProject(IEntityContext ec,
Projekt project)
Returns all user groups being referenced by the given project
|
List<ProjektZaehlerDaten> |
IProjektZaehlerDatenDao.getAllByProjekt(IEntityContext ec,
Date startDate,
Date endDate,
Projekt projekt) |
List<Status> |
IStatusDao.getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<ProjektRessource> |
IProjektRessourceDao.getAllByProjekt(Projekt projekt,
IEntityContext ec) |
List<Status> |
IStatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus) |
FormVersion |
IFormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
ProjektZaehlerDaten |
IProjektZaehlerDatenDao.getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
ProjektRessource |
IProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
ProjectInviteData |
IProjectInviteDataDao.getByProject(IEntityContext ec,
Projekt project) |
ProjectDOIData |
IProjectDOIDataDao.getByProject(IEntityContext ec,
Projekt project) |
List<MandantFrontendServer> |
IMandantFrontendServerDao.getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
ProjektZaehler |
IProjektZaehlerDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
List<FormVersion> |
IFormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
Status |
IStatusDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the state with the given UUID
|
ProjektRessource |
IProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the project resource with the given UUID string
|
FormVersion |
IFormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the form version for the given UUID string and project
|
Status |
IStatusDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
ProjektRessource |
IProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the project resource with the given UUID
|
FormVersion |
IFormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the form version for the given UUID and project
|
List<Status> |
IStatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
byte[] |
IProjektDao.getPreviewImage(IEntityContext ec,
Projekt project) |
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inbox) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
IVorgangsDataDao.getVorgangsData(IEntityContext ec,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
boolean |
IProjektDao.isActivationAllowed(IEntityContext ec,
Projekt projekt) |
boolean |
IProjektDao.isEditingAllowed(IEntityContext ec,
Projekt p,
Benutzer ben) |
boolean |
IProjektDao.isFsAllowed(IEntityContext ec,
Projekt p,
FrontendServer fs) |
boolean |
IProjektDao.isZugriffsberechtigt(IEntityContext ec,
Projekt p,
Benutzer ben) |
void |
IDatentabelleDao.recreateDataTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType) |
void |
IDatentabelleDao.reindexDataTable(IEntityContext ec,
Projekt projekt) |
void |
IDatentabelleDao.reindexPostfachTable(IEntityContext ec,
Projekt projekt) |
void |
IProjektDao.updatePreviewImage(IEntityContext ec,
Projekt project,
byte[] data) |
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)
Deprecated.
|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.
|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteDataWithoutEntityQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteNotCurrentDataQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteQuery(IEntityContext ec,
Projekt projekt,
long formEingangID) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap)
|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap,
Integer maxValueSize) |
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.addProjectProtocolEntry(Projekt project,
ProtocolEntryClient entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryClient for a certain form, and saves that entry in
the database. |
void |
ProtokollUtils.addProjektPeBase(Projekt projekt,
ProtocolEntryClient entry,
IEntityContext ec)
|
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 Projekt |
SaveFormDataHelper.getProjektByData(IEntityContext ec,
IFormDataAdapter formData) |
Modifier and Type | Method and Description |
---|---|
Projekt |
Projekt.cloneBasics() |
Projekt |
ProjectPreviewFile.getBaseEntity() |
Projekt |
Vorgang.getProjekt() |
Projekt |
Status.getProjekt() |
Projekt |
ProjektZaehlerDaten.getProjekt() |
Projekt |
ProjektZaehler.getProjekt() |
Projekt |
ProjektRessource.getProjekt() |
Projekt |
ProjectPreviewFile.getProjekt() |
Projekt |
ProjectInviteData.getProjekt() |
Projekt |
ProjectDOIData.getProjekt() |
Projekt |
ProjectAuthenticatorConfig.getProjekt() |
Projekt |
FormVersion.getProjekt() |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
BenutzerGruppe.getAccessProjekte()
Liefert eine die Liste aller zugeordneten Zugriffs-Projekte
|
List<Projekt> |
BenutzerGruppe.getEditorProjekte()
Liefert eine die Liste aller zugeordneten Editor-Projekte
|
List<Projekt> |
Mandant.getProjekte() |
List<Projekt> |
BenutzerGruppe.getVisibleProjects() |
Modifier and Type | Method and Description |
---|---|
void |
BenutzerGruppe.addAccessProjekte(Projekt projekt) |
void |
BenutzerGruppe.addEditorProjekte(Projekt projekt) |
void |
BenutzerGruppe.addVisibleProject(Projekt project) |
void |
BenutzerGruppe.removeAccessProjekte(Projekt projekt) |
void |
BenutzerGruppe.removeEditorProjekte(Projekt projekt) |
void |
BenutzerGruppe.removeVisibleProject(Projekt project) |
void |
ProjectPreviewFile.setBaseEntity(Projekt project) |
void |
ProtocolEntryProcessing.setProject(Projekt project) |
void |
Vorgang.setProjekt(Projekt projekt) |
void |
Status.setProjekt(Projekt projekt) |
void |
ProjektZaehlerDaten.setProjekt(Projekt projekt) |
void |
ProjektZaehler.setProjekt(Projekt projekt) |
void |
ProjektRessource.setProjekt(Projekt projekt) |
void |
ProjectPreviewFile.setProjekt(Projekt projekt) |
void |
ProjectInviteData.setProjekt(Projekt project) |
void |
ProjectDOIData.setProjekt(Projekt project) |
void |
ProjectAuthenticatorConfig.setProjekt(Projekt project) |
void |
FormVersion.setProjekt(Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
void |
BenutzerGruppe.setAccessProjekte(List<Projekt> projekte) |
void |
BenutzerGruppe.setEditorProjekte(List<Projekt> projekte) |
void |
Mandant.setProjekte(List<Projekt> projekte) |
void |
BenutzerGruppe.setVisibleProjects(List<Projekt> projects) |
Constructor and Description |
---|
ProjectAuthenticatorConfig(EAuthClientType authenticatorType,
Projekt project) |
ProjectAuthenticatorConfig(IAuthenticator<?> authenticator,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
Projekt |
IProjektDependent.getProjekt() |
Modifier and Type | Method and Description |
---|---|
void |
IProjektDependent.setProjekt(Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjektCopyUtil.doCopy(Projekt targetProjekt,
String curBenutzer,
long sourceProjektId,
long formVersionId,
boolean disableAllActions)
Kopiert ein Projekt
|
Projekt |
ProjektImportUtil.doImport(IProjectTemplate template,
String currentUser,
Locale locale)
Creates a new project from the given templates.
|
Projekt |
ProjektImportUtil.doImport(Projekt newProjekt,
String curBenutzer,
InputStream is,
boolean disableAllActions)
Deprecated.
use
ProjektImportUtil.doImport(Projekt, String, InputStream, boolean, Locale) Importiert ein Projekt |
Projekt |
ProjektImportUtil.doImport(Projekt newProjekt,
String curBenutzer,
InputStream is,
boolean disableAllActions,
Locale locale)
Importiert ein Projekt
|
Projekt |
ProjektUpdateUtil.doUpdate(Projekt currentProject,
File updateDataDir,
Set<EFormImpexOption> updateOption) |
protected Projekt |
AProjektUtil.getNewProjekt(Projekt newProject,
Projekt sourceProjekt,
String curBenutzer)
Erzeugt ein neues Projekt
|
Modifier and Type | Method and Description |
---|---|
protected FormVersion |
AProjektUtil.createActiveFormVersion(FormVersion neueFormversion,
Projekt neuesProjekt,
String formDir)
Erzeugt eine aktive FormVersion
|
protected List<ExportBedingungData> |
AProjektUtil.createBedingungenExportData(List<ExportBedingungData> exportBedingungListe,
Projekt project) |
static FormVersion |
AProjektUtil.createNewFormVersion(IEntityContext ec,
Projekt project,
Benutzer user) |
protected ProjektRessource |
AProjektUtil.createProjektRessource(Projekt neuesProjekt,
File file) |
protected void |
AProjektUtil.createProjektRessourcenFiles(Projekt projekt,
String targetPath) |
protected void |
AProjektUtil.createProjektRessources(Projekt neuesProjekt,
File resFile) |
protected HashMap<Long,Status> |
AProjektUtil.createStatus(List<? extends Status> altStatusListe,
Projekt projekt)
Methode zum Erzeugen eines Status
|
protected void |
ProjektExportUtil.createVorgangData(Projekt project,
String tmpDir)
Deprecated.
|
void |
ProjektUpdateUtil.deleteAllVorgangsData(Projekt project) |
Projekt |
ProjektCopyUtil.doCopy(Projekt targetProjekt,
String curBenutzer,
long sourceProjektId,
long formVersionId,
boolean disableAllActions)
Kopiert ein Projekt
|
Projekt |
ProjektImportUtil.doImport(Projekt newProjekt,
String curBenutzer,
InputStream is,
boolean disableAllActions)
Deprecated.
use
ProjektImportUtil.doImport(Projekt, String, InputStream, boolean, Locale) Importiert ein Projekt |
Projekt |
ProjektImportUtil.doImport(Projekt newProjekt,
String curBenutzer,
InputStream is,
boolean disableAllActions,
Locale locale)
Importiert ein Projekt
|
Projekt |
ProjektUpdateUtil.doUpdate(Projekt currentProject,
File updateDataDir,
Set<EFormImpexOption> updateOption) |
protected Projekt |
AProjektUtil.getNewProjekt(Projekt newProject,
Projekt sourceProjekt,
String curBenutzer)
Erzeugt ein neues Projekt
|
protected List<Status> |
AProjektUtil.getStatusListe(Projekt projekt)
Methode zum Erzeugen der Status-Daten
|
protected void |
AProjektUtil.importProjektRessources(Projekt neuesProjekt,
String resDirname,
String resFilename) |
protected void |
AProjektUtil.updatePreviewImage(Projekt newProject,
Projekt sourceProject) |
void |
ProjektUpdateUtil.writeProtocolEntry(Projekt project) |
Modifier and Type | Field and Description |
---|---|
protected Projekt |
AEnitityHelper.project
Deprecated.
|
Constructor and Description |
---|
AEnitityHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user)
Deprecated.
|
FormVersionHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user)
Deprecated.
|
Constructor and Description |
---|
ExportProjektData(Projekt projekt) |
Constructor and Description |
---|
ProjectExporter(IEntityContext ec,
Projekt... entities)
Deprecated.
|
ProjectExporter(IEntityContext ec,
Projekt entity) |
ProjectExporter(IEntityContext ec,
Projekt entity,
boolean withoutDependencies) |
Modifier and Type | Method and Description |
---|---|
Projekt |
DesignerBean.getProject() |
Modifier and Type | Method and Description |
---|---|
static boolean |
FormEditValidator.checkEditContext(Mandant client,
Projekt project,
Benutzer user) |
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) |
static String |
URLHelper.formRequestCopyFor(Projekt p,
javax.servlet.http.HttpServletRequest request,
ValueParameters params) |
static String |
URLHelper.formRequestCopyFor(String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion,
Vorgang v)
Builds a URL to the form copy servlet with a given process id of the process to copy
|
static String |
URLHelper.formRequestFor(Projekt p,
javax.servlet.http.HttpServletRequest request,
ValueParameters params) |
static String |
URLHelper.forwardRequestFor(Projekt p,
javax.servlet.http.HttpServletRequest request,
ValueParameters params) |
static String |
URLHelper.getAuthCallbackDefaultBaseURL(javax.servlet.http.HttpServletRequest request,
Projekt project) |
static String |
URLHelper.previewUrlFor(String baseUrl,
Projekt p,
ValueParameters params)
|
static String |
URLHelper.previewUrlFor(String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion)
|
static String |
URLHelper.previewUrlFor(String context,
String language,
Projekt p,
ValueParameters params)
|
static String |
URLHelper.previewUrlFor(String context,
String language,
Projekt projekt,
ValueParameters params,
FormVersion formVersion)
|
static String |
URLHelper.previewUrlFor(String baseUrl,
String language,
Projekt projekt,
ValueParameters params,
FormVersion formVersion,
FRQSession frqsession) |
static String |
URLHelper.provideUrlFor(String baseUrl,
Projekt project) |
static String |
URLHelper.provideUrlFor(String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion,
Vorgang v) |
static String |
URLHelper.provideUrlFor(String baseUrl,
Projekt p,
ValueParameters params,
Vorgang v) |
static String |
URLHelper.submitUrlFor(String baseUrl,
Projekt p,
ValueParameters params) |
static String |
URLHelper.submitUrlFor(String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion) |
static String |
URLHelper.submitUrlForVorgang(String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion,
Vorgang vorgang) |
static String |
URLHelper.submitUrlForVorgang(String baseUrl,
Projekt p,
ValueParameters params,
Vorgang vorgang) |
static String |
URLHelper.urlFor(EFormRequestType formRequestType,
String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
static IdentityTokenGeneration |
IdentityTokenGeneration.perform(IEntityContext ec,
IFormDataAdapter fda,
FormVersion formVersion,
Projekt project)
When enabled, an ID is generated based on the data of a submitted form.
|
static IdentityTokenUpdate |
IdentityTokenUpdate.perform(IEntityContext ec,
Projekt project)
Updates the identity token of all form records for the given project with the current identity token template of
that project.
|
Modifier and Type | Method and Description |
---|---|
Projekt |
ImageRequestParameter.getProject() |
Modifier and Type | Field and Description |
---|---|
protected Projekt |
FormPublishContext.projekt |
Modifier and Type | Method and Description |
---|---|
Projekt |
FormPublishContext.getProjekt() |
Modifier and Type | Method and Description |
---|---|
void |
FormPublishContext.setProjekt(Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
Projekt |
FormRenderContext.getProjekt() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setProjekt(Projekt projekt) |
Modifier and Type | Field and Description |
---|---|
protected Projekt |
FormRequestContext.projekt |
Modifier and Type | Method and Description |
---|---|
Projekt |
FormRequestContext.getProjekt() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setProjekt(Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
Projekt |
PlaceholderDataBean.getSelectedProject() |
Projekt |
PlaceholderBean.getSelectedProject() |
Modifier and Type | Method and Description |
---|---|
Collection<Projekt> |
PlaceholderDataBean.getProjects() |
Collection<Projekt> |
PlaceholderBean.getProjects() |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderDataBean.setSelectedProject(Projekt selectedProject) |
void |
PlaceholderBean.setSelectedProject(Projekt selectedProject) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjectCreationBean.getCreated() |
Projekt |
AProjectDetailsBean.getProject() |
Projekt |
ProjectCopyBean.getProjectToCopy()
Deprecated.
|
protected Projekt |
BasicDataTableBean.update(IEntityContext ec,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
protected de.xima.cmn.dao.interfaces.IAbstractDao<Projekt,Long,IEntityContext> |
AProjectDetailsBean.getDao() |
IEntitySelectModel<Projekt> |
ProjectTemplateBean.getModel() |
IEntityListModel<Projekt> |
ProjectBean.getModel() |
IEntitySelectModel<Projekt> |
CurrentProjectBean.getModel()
Deprecated.
|
List<Projekt> |
ProjectBean.getProjectsByGroupName(String groupName) |
List<Projekt> |
ProjectTemplateBean.getProjectTemplates()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectPermissionBean.canAccessProjectPage(Projekt project,
EAccessProperty... properties) |
boolean |
ProjectPermissionBean.canAccessProjectPage(Projekt project,
EViews view) |
Vorgang |
ProjectInviteBean.createEmptyProcess(Projekt project,
IFormRequestContext reqCtx,
IEntityContext ec)
creates an empty process and saves it in vorgang database
|
void |
ProjectTemplateBean.delete(Projekt project) |
org.primefaces.model.menu.MenuModel |
CurrentProjectBean.getFormLinks(Projekt project)
Deprecated.
|
String |
ProjectBean.getFullDesignerLink(Projekt p) |
String |
CurrentProjectBean.getFullDesignerLink(Projekt project)
Deprecated.
|
String |
ProjectTemplateBean.getImageLink(Projekt poject) |
String |
ProjectCreationBean.getImageLink(Projekt project) |
String |
CurrentProjectBean.getImageLink(Projekt project)
Deprecated.
|
String |
CurrentProjectBean.getPreviewLink(Projekt project)
Deprecated.
|
String |
ProjectBean.getProvideLink(Projekt p) |
String |
CurrentProjectBean.getProvideLink(Projekt p)
Deprecated.
|
String |
CurrentProjectBean.getRelativeDesignerLink(Projekt project)
Deprecated.
|
String |
CurrentProjectBean.getRelativeDesignerLink(Projekt project,
boolean withContext)
Deprecated.
|
String |
ProjectBean.getRelativeInboxLinkForAll(Projekt p) |
String |
ProjectBean.getRelativeInboxLinkForUnread(Projekt p) |
String |
CurrentProjectBean.getRelativePreviewLink(Projekt p,
boolean withContext)
Deprecated.
|
String |
CurrentProjectBean.getRelativeProvideLink(Projekt p,
boolean withContext)
Deprecated.
|
String |
CurrentProjectBean.getSubPageUrl(EViews view,
Projekt project)
Deprecated.
|
int |
CurrentProjectBean.getTotalVorgangCount(Projekt p)
Deprecated.
|
int |
CurrentProjectBean.getUnreadVorgangCount(Projekt p)
Deprecated.
|
void |
ProjectFilterBean.gotoProject(Projekt project) |
void |
CurrentProjectBean.gotoProject(Projekt project)
Deprecated.
|
void |
ProjectFilterBean.gotoProject(Projekt project,
boolean doRedirectIfNecessary)
Goes to page in project list where project resides and scrolls to its positions
|
boolean |
ProjectCreationBean.hasPreviewImage(Projekt project) |
boolean |
CurrentProjectBean.hasPreviewImage(Projekt project)
Deprecated.
|
protected void |
ProjectShareBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectInviteBean.init(IEntityContext ec,
Projekt entity) |
protected void |
ProjectInboxBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectGroupEditBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectExportBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectDetailsBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectDataTableBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectDOIBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectAccessBean.init(IEntityContext ec,
Projekt project) |
protected void |
FormVersionBean.init(IEntityContext ec,
Projekt project) |
protected void |
FormPortraitExportBean.init(IEntityContext ec,
Projekt project) |
protected void |
FormExportBean.init(IEntityContext ec,
Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessAccess(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonClone(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonDelete(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonLoad(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonLock(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonOverview(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonPdfImport(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonPreview(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonPublish(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonRedo(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonSave(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonTemplateAdd(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonTemplateRemove(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessButtonUndo(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessCopy(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessCreateTemplate(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessDataTable(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessDelete(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessDesigner(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessDetails(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessExport(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessGroup(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessI18nSwitcher(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessInboxSettings(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessInboxTable(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessInvite(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessInviteSave(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessInviteSend(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessOptIn(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessPortraitExport(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessPreview(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessPrintExport(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessProvide(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessPublish(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessResources(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessShare(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessVersions(Projekt project) |
boolean |
ProjectPermissionBean.isCanAccessWorkflow(Projekt project) |
boolean |
ProjectPermissionBean.isCanDeleteAllFormRecords(Projekt project) |
boolean |
ProjectPermissionBean.isEditingAllowed(Projekt project) |
boolean |
CurrentProjectBean.isNew(Projekt project)
Deprecated.
|
void |
CurrentProjectBean.openDesigner(Projekt project)
Deprecated.
|
void |
ProjectFilterBean.openDesigner(Projekt project,
boolean doRedirectIfNecessary) |
void |
CurrentProjectBean.openDesigner(Projekt project,
boolean doRedirectIfNecessary)
Deprecated.
|
void |
CurrentProjectBean.openDesignerAndRedirectToForms(Projekt project)
Deprecated.
Opens the designer for the given project in a new tab; and redirects to the forms page.
|
void |
ProjectFilterBean.saveProject(Projekt project)
Deprecated.
|
void |
ProjectCreationBean.setCreated(Projekt created) |
void |
ProjectCopyBean.setProjectToCopy(Projekt projectToCopy)
Deprecated.
|
void |
ProjectBean.EntityListModelImpl.setSelected(Projekt selected) |
void |
CurrentProjectBean.EntitySelectModelImpl.setSelected(Projekt newProject) |
protected Projekt |
BasicDataTableBean.update(IEntityContext ec,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
void |
AProjectDetailsBean.setEntity(IEntityViewModel<Projekt> model) |
void |
ProjectBean.setModel(IEntityListModel<Projekt> model) |
void |
ProjectTemplateBean.setModel(IEntitySelectModel<Projekt> model) |
void |
CurrentProjectBean.setModel(IEntitySelectModel<Projekt> model)
Deprecated.
|
void |
AProjectDetailsBean.setProject(IEntityViewModel<Projekt> model) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjectResourceBean.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectResourceBean.setProject(IEntityViewModel<Projekt> model) |
Modifier and Type | Method and Description |
---|---|
Projekt |
StatisticsHistoryBean.getCurrentProjekt() |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
StatisticsHistoryBean.getProjekte() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsHistoryBean.setCurrentProjekt(Projekt currentProject) |
Modifier and Type | Method and Description |
---|---|
boolean |
UserProfileBean.isProjectStarred(Projekt project) |
void |
UserProfileBean.setProjectStarred(Projekt project,
boolean starred) |
void |
UserProfileBean.toggleProjectStarred(Projekt project) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProcessingBean.getCurrentProject() |
Projekt |
StateBean.getProject() |
Modifier and Type | Method and Description |
---|---|
protected void |
StateTreeBean.init(IEntityContext ec,
Projekt project) |
Modifier and Type | Field and Description |
---|---|
protected Projekt |
AFormShareScriptBuilder.project |
Modifier and Type | Method and Description |
---|---|
AFormShareScriptBuilder |
AFormShareScriptBuilder.withProject(Projekt project) |
Constructor and Description |
---|
AFormShareScriptBuilder(ServerSelectionModel.Server server,
Projekt project) |
FormAjaxScriptBuilder(ServerSelectionModel.Server server,
Projekt project) |
FormApiScriptBuilder(ServerSelectionModel.Server server,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
SupportBean.getAvailableProjects() |
List<Projekt> |
SupportBean.getSelectedProjects() |
Modifier and Type | Method and Description |
---|---|
void |
SupportBean.setSelectedProjects(List<Projekt> selectedProjects) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjectChangeEvent.getProject() |
Constructor and Description |
---|
ProjectChangeEvent(Projekt project) |
ProjectChangeEvent(Projekt project,
javax.faces.application.FacesMessage message) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Projekt project,
EAccessProperty... props)
|
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Rolle role,
Projekt project,
boolean isEditingAllowed,
EAccessProperty... props)
Whether the user is allowed access to the given project page (or action).
|
Constructor and Description |
---|
FrontendServer(Projekt p,
MandantFrontendServer mfs) |
MasterServer(Projekt project,
boolean isPreview) |
Modifier and Type | Method and Description |
---|---|
int |
LazyProjectWrapperListModel.getPage(Projekt entity,
int pageSize)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjectWrapper.getEntity() |
Projekt |
PluginProjectTemplate.getEntity() |
Projekt |
EntityProjectTemplate.getEntity() |
Constructor and Description |
---|
EntityProjectTemplate(Projekt project) |
ProjectWrapper(Projekt project,
Benutzer user,
List<BenutzerGruppe> userGroups,
boolean userHasUpdatePermission) |
Modifier and Type | Method and Description |
---|---|
static org.primefaces.model.StreamedContent |
EntityExportHelper.getV1ProjectExport(IEntityContext ec,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProjectUtils.isInboxTableConfigChanged(Projekt project,
List<FormElementModel> formElementList)
Checks whether or not the given form elements are in the inbox data table configuration of the project and in the
same order
|
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjektHandler.addProjektRessource(UserContext uc,
long projektId,
long ressourceId) |
Projekt |
ProjektHandler.copy(UserContext uc,
Projekt projekt,
long sourceProjectId,
long formVersionId) |
Projekt |
ProjektHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Projekt |
ProjektHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Projekt |
ProjektHandler.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
ProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
ProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
String scope,
boolean includeTemplates) |
List<Projekt> |
ProjektHandler.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client,
String projectScope) |
List<Projekt> |
ProjektHandler.getAllByMandant(UserContext uc,
Mandant mandant)
Deprecated.
|
List<Projekt> |
ProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client) |
List<Projekt> |
ProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client,
String scope) |
List<Projekt> |
FrontendServerHandler.getProjektsByFs(UserContext uc,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId)
Gets the projekts by fs.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtokollHandler.addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
Projekt |
ProjektHandler.copy(UserContext uc,
Projekt projekt,
long sourceProjectId,
long formVersionId) |
ProjektRessource |
ProjektRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
List<BenutzerGruppe> |
ProjektHandler.getAccessGroups(UserContext uc,
Projekt project) |
List<ProjektRessource> |
ProjektRessourceHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
ProjektRessource |
ProjektRessourceHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
List<MandantFrontendServer> |
MandantFrontendServerHandler.getByProject(UserContext uc,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
List<FormVersion> |
FormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
Status |
StatusHandler.getByUUID(UserContext uc,
Projekt project,
String uuid) |
Status |
StatusHandler.getByUUID(UserContext uc,
Projekt project,
UUID uuid) |
FormVersion |
ProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
Map<String,String> |
ProjektHandler.getCustomAttributes(UserContext uc,
Projekt project) |
List<Status> |
StatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
List<ExtendedEntityModel<Vorgang>> |
VorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
VorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
long |
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
VorgangHandler.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
boolean |
ProjektHandler.isActivationAllowed(UserContext uc,
Projekt projekt) |
Boolean |
ProjektHandler.isEditingAllowed(UserContext uc,
Projekt projekt,
Benutzer ben) |
boolean |
ProjektHandler.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
Boolean |
ProjektHandler.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
ProjektHandler.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
Projekt |
IProjektHandler.addProjektRessource(UserContext uc,
long projektId,
long ressourceId) |
Projekt |
IProjektHandler.copy(UserContext uc,
Projekt projekt,
long id,
long fvId) |
Projekt |
IProjektHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Projekt |
IProjektHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Projekt |
IProjektHandler.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
IProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
IProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
String scope,
boolean includeTemplates) |
List<Projekt> |
IProjektHandler.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client,
String projectScope)
Gets all projects where the given user is editor of
|
List<Projekt> |
IProjektHandler.getAllByMandant(UserContext uc,
Mandant mandant)
Deprecated.
|
List<Projekt> |
IProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client) |
List<Projekt> |
IProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client,
String scope) |
List<Projekt> |
IFrontendServerHandler.getProjektsByFs(UserContext uc,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId)
Gets the projekts by fs.
|
Modifier and Type | Method and Description |
---|---|
void |
IProtokollHandler.addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
Projekt |
IProjektHandler.copy(UserContext uc,
Projekt projekt,
long id,
long fvId) |
ProjektRessource |
IProjektRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
List<BenutzerGruppe> |
IProjektHandler.getAccessGroups(UserContext uc,
Projekt project) |
List<ProjektRessource> |
IProjektRessourcenHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
ProjektRessource |
IProjektRessourcenHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
List<MandantFrontendServer> |
IMandantFrontendServerHandler.getByProject(UserContext uc,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
List<FormVersion> |
IFormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
Status |
IStatusHandler.getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
IStatusHandler.getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
FormVersion |
IProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
Map<String,String> |
IProjektHandler.getCustomAttributes(UserContext uc,
Projekt project) |
List<Status> |
IStatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
List<ExtendedEntityModel<Vorgang>> |
IVorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
List<ExtendedEntityModel<Vorgang>> |
IVorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
long |
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
long |
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
IVorgangHandler.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
boolean |
IProjektHandler.isActivationAllowed(UserContext uc,
Projekt projekt) |
Boolean |
IProjektHandler.isEditingAllowed(UserContext uc,
Projekt projekt,
Benutzer ben) |
boolean |
IProjektHandler.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
Boolean |
IProjektHandler.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
IProjektHandler.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
void |
IStatisticsHandler.countFormProcessError(UserContext uc,
Projekt p) |
void |
IStatisticsHandler.countFormProvide(UserContext uc,
Projekt p) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsHandler.countFormProcessError(UserContext uc,
Projekt project) |
void |
StatisticsHandler.countFormProvide(UserContext uc,
Projekt project) |
Constructor and Description |
---|
EntityAlternativeProvider(IEntityContext ec,
Projekt project) |
Constructor and Description |
---|
ProjectImportConfig(IEntityContext ec,
Mandant client,
Projekt entity,
Projekt override,
Set<IEntityDependency> dependencies,
String importJson,
List<DeserializedEntity> deserializedEntities) |
Constructor and Description |
---|
ProjectImporter(IEntityContext ec,
InputStream is,
Projekt override,
boolean withAlternativeProvider) |
Constructor and Description |
---|
ProjectImportStager(IEntityContext ec,
Projekt entity,
Mandant client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
EntityImportHelper.getUniqueProjectAlias(IEntityContext ec,
Projekt project,
boolean excludeSelf) |
static String |
EntityImportHelper.getUniqueProjectTitle(IEntityContext ec,
Projekt project,
boolean excludeSelf)
Gets a unique project title for the given project
|
static boolean |
EntityImportHelper.isProjectTitleExists(IEntityContext ec,
String title,
Projekt project,
boolean excludeSelf)
Checks whether or not the given title is used by any other project of this client
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessListBean.setViewProject(Projekt project) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ViewFilterBean.getProject(MenuItem selectedView) |
Modifier and Type | Method and Description |
---|---|
void |
InboxFilterBean.setAvailableInboxes(List<Postfach> inboxes,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
Projekt |
LazyExtendedProcessListModel.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
LazyExtendedProcessListModel.setProject(Projekt project) |
Constructor and Description |
---|
LazyExtendedProcessListModel(Projekt project,
Map<String,de.xima.cmn.criteria.FilterCriterion> filters,
Locale locale) |
LazyExtendedProcessListModel(Projekt project,
Map<String,de.xima.cmn.criteria.FilterCriterion> filters,
Locale locale,
Postfach[] inboxes) |
Modifier and Type | Method and Description |
---|---|
static List<Projekt> |
InboxUtils.getInboxProjects(UserContext uc,
List<Projekt> projects,
Postfach inbox) |
Modifier and Type | Method and Description |
---|---|
static int |
InboxUtils.getFormRecordCount(Postfach inbox,
Projekt project,
boolean onlyUnread)
Gets the number of form records in the given inbox
|
Modifier and Type | Method and Description |
---|---|
static List<Projekt> |
InboxUtils.getInboxProjects(UserContext uc,
List<Projekt> projects,
Postfach inbox) |
Modifier and Type | Method and Description |
---|---|
Projekt |
IDatenquelleParams.getProjekt()
Das Projekt welches das Formular bereitstellt
|
Modifier and Type | Method and Description |
---|---|
Projekt |
IFormRequestContext.getProjekt() |
Projekt |
IFormRenderContext.getProjekt() |
Projekt |
IFormPublishContext.getProjekt() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRequestContext.setProjekt(Projekt projekt) |
void |
IFormRenderContext.setProjekt(Projekt projekt) |
void |
IFormPublishContext.setProjekt(Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
Projekt |
IPluginDataSourceParams.getProjekt() |
Modifier and Type | Method and Description |
---|---|
Projekt |
IProcessingPrefillData.getProject() |
Modifier and Type | Method and Description |
---|---|
default Projekt |
IProjectTemplate.getEntity() |
Modifier and Type | Method and Description |
---|---|
IFdTransformBuilder |
IFdTransformBuilder.forProjectInbox(Projekt project) |
Modifier and Type | Method and Description |
---|---|
static Projekt |
ProjectManager.create(IEntityContext ec,
Projekt project,
Benutzer user) |
static Projekt |
ProjectManager.update(IEntityContext ec,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
static Projekt |
ProjectManager.create(IEntityContext ec,
Projekt project,
Benutzer user) |
static Projekt |
ProjectManager.update(IEntityContext ec,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
ExtendedPostfach.getPostfachProjekte() |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedPostfach.addPostfachProjekt(Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedPostfach.setPostfachProjekte(List<Projekt> konfiguriertePostfachProjekte) |
Modifier and Type | Method and Description |
---|---|
Projekt |
AuthenticationData.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationData.setProject(Projekt project) |
Modifier and Type | Method and Description |
---|---|
String |
EProjectSpecificDBTable.getTableName(Projekt p) |
ITableTemplate<?> |
EProjectSpecificDBTable.getTableTemplate(Projekt p) |
Modifier and Type | Method and Description |
---|---|
Projekt |
FormUserRequest.getProjekt() |
Projekt |
FormRequestData.getProjekt() |
Modifier and Type | Method and Description |
---|---|
void |
FormUserRequest.setProjekt(Projekt projekt) |
void |
FormRequestData.setProjekt(Projekt projekt) |
Constructor and Description |
---|
FormUserRequest(Benutzer benutzer,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
static int |
StatusOrderHelper.getNewIndex(Projekt projekt,
IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
Projekt |
APluginCustomGUIBean.getCurrentProject() |
Modifier and Type | Method and Description |
---|---|
Projekt |
IProcessingBean.getCurrentProject()
Finds the project to which the workflow action belong
|
Modifier and Type | Method and Description |
---|---|
protected Projekt |
FormAliasProvideServlet.extractProjekt(UserContext uc,
Matcher matcher,
Long mandantId) |
protected Projekt |
AFormDependendServlet.getProject(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
static void |
StatisticsCounter.countFormCall(Projekt projekt) |
static void |
StatisticsCounter.countProcess(Projekt projekt) |
static void |
StatisticsCounter.countProcessError(Projekt projekt) |
Modifier and Type | Field and Description |
---|---|
protected Projekt |
AFdTransformBuilder.inboxProject |
Modifier and Type | Method and Description |
---|---|
FdToExcelResult |
FdToExcelBuilder.buildForProjectInbox(Projekt projekt,
List<ExtendedEntityModel<Vorgang>> records)
Deprecated.
|
ByteArrayOutputStream |
FDToExcelTransformer.createForProjektPostfach(Projekt projekt,
List<ExtendedEntityModel<Vorgang>> vorgaenge,
XfcSession sess,
boolean withAlias)
Deprecated.
|
ByteArrayOutputStream |
FDToExcelTransformer.createForProjektPostfach(Projekt projekt,
List<ExtendedEntityModel<Vorgang>> vorgaenge,
XfcSession sess,
EColumnLabelType columnLabelType)
Deprecated.
|
FdToExcelBuilder |
FdToExcelBuilder.forProjectInbox(Projekt project) |
Modifier and Type | Method and Description |
---|---|
FdToXmlBuilder |
FdToXmlBuilder.forProjectInbox(Projekt project) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProjektUtils.isOffline(Projekt projekt)
Prüft, ob das übergebene Projekt
online und
verfügbar ist (bezüglich der ggfs eingestellten Verfügbarkeitszeitspanne)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessPwdAuthenticator.authenticate(Projekt p,
javax.servlet.http.HttpServletRequest request)
Performs the authentication for the form access password of the given form.
|
Modifier and Type | Method and Description |
---|---|
void |
FormAuthContext.setProject(Projekt project) |
Constructor and Description |
---|
FormAccessAuthorizer(List<org.pac4j.core.client.Client> clients,
Projekt project)
Constructor
|
Constructor and Description |
---|
UserFormAuthenticator(Mandant fcClient,
Projekt project) |
UserFormClient(String loginUrl,
Mandant client,
Locale locale,
Projekt project)
Constructor
|
Constructor and Description |
---|
PasswordAuthenticator(Projekt project) |
PasswordClient(String loginUrl,
Projekt project,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
Projekt |
DatenquelleParams.getProjekt() |
Constructor and Description |
---|
DatenquelleParams(Mandant mandant,
Map<String,Serializable> sessionAttributes,
ValueParameters requestParameters,
Projekt projekt) |
DatenquelleParams(Mandant mandant,
Map<String,Serializable> sessionAttributes,
ValueParameters requestParameters,
Projekt projekt,
Benutzer user,
com.alibaba.fastjson.JSONObject userData) |
DatenquelleParams(XItem item,
Mandant mandant,
Map<String,Serializable> sessionAttributes,
ValueParameters requestParameters,
Projekt projekt)
Deprecated.
|
DatenquelleParams(XItem item,
Mandant mandant,
SessionAttributes sessionAttributes,
ValueParameters requestParameters,
Projekt projekt)
|
Modifier and Type | Method and Description |
---|---|
static com.alibaba.fastjson.JSONObject |
FD2Helper.getFD2FormAsJSON(Projekt pro,
FormVersion fv)
Deprecated.
|
static LinkedHashMap<String,String> |
FD2Helper.getProjektRessources(javax.servlet.http.HttpServletResponse resp,
Projekt projekt,
boolean inline,
String fileEnding)
Deprecated.
will be removed!
|
Constructor and Description |
---|
FD2ConfigBuilder(Mandant mandant,
Projekt projekt) |
FD2ConfigBuilder(Mandant mandant,
Projekt projekt,
Locale locale,
Map<String,Serializable> attributes) |
Constructor and Description |
---|
DefaultFD2DatasourceProvider(Mandant client,
Map<String,Serializable> sessionAttributes,
ValueParameters requestParameters,
Projekt project) |
DefaultFD2DatasourceProvider(Mandant mandant,
SessionAttributes sessionAttributes,
ValueParameters requestParameters,
Projekt project)
|
DefaultFD2StatusProvider(Projekt projekt,
Locale locale) |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.