Uses of Interface
de.xima.fc.entities.interfaces.IDescriptionProviding
-
Packages that use IDescriptionProviding Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.export.model de.xima.fc.gui.bean.resource de.xima.fc.interfaces.workflow de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.workflow.model.nodes de.xima.fc.workflow.model.triggers de.xima.fc.workflow.processor.logic de.xima.fc.workflow.taglib.model -
-
Uses of IDescriptionProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IDescriptionProviding Modifier and Type Class Description class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticatorsclass
Aktion
Deprecated.This entity is part of the old workflow engine.class
AktuellerBenutzer
Deprecated.The new user managemen uses the system-scopedUserProfile
, the client-scopedDirectClientAuthorization
etc.class
APluginEntity<META extends IPluginFileEntity<?,?,?>,DATA extends IFileDataEntity<META>,CONFIG extends IFileDataEntity<META>>
A formcycle plugin that provides additional features to an existing formcycle application.class
AppointmentTemplate
An entity for the appointment module of formcycle.class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e.class
Benutzer
Deprecated.Since Version 8.0.0 user information is stored inuser profiles
.class
BenutzerGruppe
Diese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzer
zugeordnet werden können.class
ClientAuthenticator
Entity model for user authenticators inMandant
scopeclass
ClientCounter
Counter entity inMandant
scopeclass
ClientPlugin
Entity for the binary data of an client-wide pluginclass
DatenbankZugriff
class
Datenquelle
class
FormTemplate
class
FrontendServer
class
IndirectClientAuthorization
Indirect client authorizations define the permission toMandant
s using filters of aSystemAuthenticator
.class
LDAPAbfrage
class
LDAPGruppe
Deprecated.Since Version 8.0.0 user information is storedUserProfile
s.class
LDAPZugriff
class
Mandant
Diese Entität bildet einen Mandanten ab.class
MandantFrontendServer
class
MandantRessource
class
Modul
Deprecated.Table no longer existsclass
Postfach
Diese Entität stellt ein Postfach dar.class
Projekt
The entityProjekt
contains the core functionality of the system.class
ProjektRessource
class
Rolle
Die Klasse Rolle dient dazu, die Rechte einesBenutzer
festzulegen.class
Status
Deprecated.This entity is part of the old workflow engine.class
SystemAuthenticator
Entity model for user authenticators in system scopeclass
SystemMessage
Entity for system messages.class
SystemPlugin
Entity for system-wide pluginsclass
Textbaustein
Diese Entität ermöglicht eine Zuordnung zw.class
UserPortal
Entity model for user portals.class
WebDavAccess
Models the connection data for a web DAV server.class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowState
Describes the state of aVorgang
.class
WorkflowTask
A single workflow task with a program represented by theWorkflowTask.getRootNode()
that is executed when one of itsWorkflowTask.getTrigger()
fires.class
WorkflowTrigger
A workflow trigger that start aWorkflowTask
when a certain event occurs.class
WorkflowVersion
Represents the version of a project's workflow. -
Uses of IDescriptionProviding in de.xima.fc.entities.interfaces
Subinterfaces of IDescriptionProviding in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Common interface for user authenticator entities.interface
ICounter
Common interface for counter entitiesinterface
IPluginEntity<META extends IPluginFileEntity<?,?,?>,DATA extends IFileDataEntity<META>,CONFIG extends IFileDataEntity<META>>
A plugin entity, either scoped to a particular client or to the system. -
Uses of IDescriptionProviding in de.xima.fc.export.model
Classes in de.xima.fc.export.model that implement IDescriptionProviding Modifier and Type Class Description class
ExportAktionData
Deprecated.class
ExportStatusData
Deprecated. -
Uses of IDescriptionProviding in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource with type parameters of type IDescriptionProviding Modifier and Type Class Description class
ABasicResourceBean<E extends IFileDataEntity<?>,T extends IFileProviding<?,E> & INameProviding & IDescriptionProviding>
-
Uses of IDescriptionProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IDescriptionProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interface
IWorkflowElementEntity
Interface for workflow elements that behave differently depending on their type. -
Uses of IDescriptionProviding in de.xima.fc.mdl
Classes in de.xima.fc.mdl that implement IDescriptionProviding Modifier and Type Class Description class
LDAPBenutzer
Deprecated.class
VirtualBenutzer
Deprecated.class
VirtualRolle
-
Uses of IDescriptionProviding in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IDescriptionProviding Modifier and Type Class Description class
BaseMultipleConditionProps
The properties model for workflow nodes for which a complex condition need to be configured.class
BaseMultipleDoUntilLoopTestProps
The properties model for workflow nodes for which a complex do-until loop test need to be configured.class
BaseMultipleWhileLoopTestProps
The properties model for workflow nodes for which a complex while loop test need to be configured.class
FcBreakProps
Model class for the return action (EWorkflowNodeType.FC_BREAK
).class
FcChangeFormAvailabilityProps
Model class for the change form value action (EWorkflowNodeType.FC_CHANGE_FORM_AVAILABILITY
).class
FcChangeFormValueProps
Model class for the change form value action (EWorkflowNodeType.FC_CHANGE_FORM_VALUE
).class
FcChangeStateProps
Model class for the state change workflow action (EWorkflowNodeType.FC_CHANGE_STATE
).class
FcCompressAsZipProps
Model class for the compress as ZIP workflow action (EWorkflowNodeType.FC_COMPRESS_AS_ZIP
).class
FcContinueProps
Model class for the return action (EWorkflowNodeType.FC_CONTINUE
).class
FcCopyFormRecordProps
Model class for the state change workflow action (EWorkflowNodeType.FC_COPY_FORM_RECORD
).class
FcCounterProps
Model class for the workflow action that modifies a counter, see alsoEWorkflowNodeType.FC_COUNTER
.class
FcCreateTextFileProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_CREATE_TEXT_FILE
.class
FcDecodeBase64Props
Model class for the decode base64 workflow action (EWorkflowNodeType.FC_DECODE_BASE64
).class
FcDeleteAttachmentProps
Model class for the delete attachment action (EWorkflowNodeType.FC_DELETE_ATTACHMENT
).class
FcDeleteFormRecordProps
Model class for the return action (EWorkflowNodeType.FC_RETURN
).class
FcDoiInitProps
Model class for the workflow action that initializes the Double-Opt-In process.class
FcDoUntilLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP
.class
FcEmailProps
Model class for the email workflow action (EWorkflowNodeType.FC_EMAIL
).class
FcEncodeBase64Props
Model class for the PDF fill workflow action (EWorkflowNodeType.FC_ENCODE_BASE64
).class
FcExportToPersistenceProps
class
FcExportToXmlProps
Model class for the change form value action (EWorkflowNodeType.FC_EXPORT_TO_XML
).class
FcFillPdfProps
Model class for the PDF fill workflow action (EWorkflowNodeType.FC_FILL_PDF
).class
FcFillWordProps
Model class for the Word fill workflow action (EWorkflowNodeType.FC_FILL_WORD
).class
FcForEachLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_FOR_EACH_LOOP
.class
FcHttpRequestProps
Model class for the HTTP request workflow action (EWorkflowNodeType.FC_POST_REQUEST
).class
FcImportFormValueFromXmlProps
Model class for the change form value action (EWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
).class
FcLdapQueryProps
Model class for the database statement action (EWorkflowNodeType.FC_LDAP_QUERY
).class
FcLogEntryProps
Model class for the log entry action (EWorkflowNodeType.FC_LOG_ENTRY
).class
FcMoveFormRecordToInboxProps
Model class for move the current form record to inbox action (EWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOX
).class
FcMultipleConditionProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION
.class
FcProcessLogPdfProps
Model class for the process history pdf workflow action (EWorkflowNodeType.FC_PROCESS_LOG_PDF
).class
FcProvideResourceProps
Model class for the provide resource workflow action (EWorkflowNodeType.FC_PROVIDE_RESOURCE
).class
FcQueueTaskProps
Model class for the state change workflow action (EWorkflowNodeType.FC_QUEUE_TASK
).class
FcRedirectProps
Model class for the change form value action (EWorkflowNodeType.FC_REDIRECT
).class
FcRenewProcessIdProps
Model class for the provide resource workflow action (EWorkflowNodeType.FC_RENEW_PROCESS_ID
).class
FcReturnFileProps
Model class for the return file workflow action (EWorkflowNodeType.FC_RETURN_FILE
).class
FcReturnProps
Model class for the return action (EWorkflowNodeType.FC_RETURN
).class
FcSaveToFileSystemProps
Model class for the save to file system workflow action (EWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
).class
FcSaveToWebDavProps
Model class for the save to a WebDav provider workflow action (EWorkflowNodeType.FC_SAVE_TO_WEB_DAV
).class
FcSendFormRecordMessageProps
Model class for the log entry action (EWorkflowNodeType.FC_SEND_FORM_RECORD_MESSAGE
).class
FcSetSavedFlagProps
Model class for the workflow node action that marks form records as savedclass
FcShowTemplateProps
Model class for the show template action (EWorkflowNodeType.FC_SHOW_TEMPLATE
).class
FcSqlStatementProps
Model class for the database statement action (EWorkflowNodeType.FC_SQL_STATEMENT
).class
FcThrowExceptionProps
Model class for the return action (EWorkflowNodeType.FC_THROW_EXCEPTION
).class
FcWhileLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_WHILE_LOOP
.class
FcWriteFormRecordAttrProps
Model class for the write form record custom attributes action (EWorkflowNodeType.FC_WRITE_FORM_RECORD_ATTRIBUTES
). -
Uses of IDescriptionProviding in de.xima.fc.workflow.model.triggers
-
Uses of IDescriptionProviding in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with type parameters of type IDescriptionProviding Modifier and Type Method Description static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<EntityRef>WorkflowProviderHelper. createEntityRefsWithName(List<T> entities)
Creates a list ofEntityRef
s with one entry for each entity, and an additional entry for aEntityRef.forNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>WorkflowProviderHelper. createEntityRefsWithNameSelectItems(List<T> entities, String labelEntities, String labelOthers, String labelName)
Creates a list of choice entries with anEntityRef
for each entity, and an additional entry for aEntityRef.forNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>WorkflowProviderHelper. createSelectItems(List<T> entities)
Creates select items for the UI from the given list of entities. -
Uses of IDescriptionProviding in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IDescriptionProviding Modifier and Type Class Description class
BaseActionProps
Base class for node properties.class
BaseConditionProps
Base class for common properties used by binary condition nodes.class
BaseDoUntilLoopProps
Base class for common properties used by do-until loop nodes.class
BaseForEachLoopProps
Base class for common properties used by for-each loop nodes.class
BaseTriggerProps
Base class for trigger properties.class
BaseWhileLoopProps
Base class for common properties used by while loop nodes.
-