Uses of Class
de.xima.fc.api.entity.AEntityAPI
-
Packages that use AEntityAPI Package Description de.xima.fc.api Package für den Zugriff auf die APIde.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.api.utils -
-
Uses of AEntityAPI in de.xima.fc.api
Fields in de.xima.fc.api declared as AEntityAPI Modifier and Type Field Description static AEntityAPI<?>APIProvider. ENTITYBERECHTIGUNGDeprecated.Moduls no longer exist. -
Uses of AEntityAPI in de.xima.fc.api.entity
Subclasses of AEntityAPI in de.xima.fc.api.entity Modifier and Type Class Description classAktionAPIDeprecated.UseWorkflowNodeAPIand the new workflow engine.classAppointmentAPIAPI class for reading and writingAppointmententities.classAppointmentSlotAPIAPI class for reading and writingAppointmentSlotentities.classAppointmentTemplateAPIAPI class for reading and writingAppointmentTemplateentities.classAppointmentTypeAPIAPI class for reading and writingAppointmentTypeentities.classAttachmentAPIAPI class for manipulation ofAttachmententities.classBedingungAPIDeprecated.UseWorkflowNodeAPIand the new workflow engine.classBenutzerAPIDeprecated.TheBenutzerhas been replaced byUserProfile.classBenutzerGruppeAPIAPI class for manipulation ofBenutzerGruppeentities.classClientAuthenticatorAPIclassClientCounterApiAPI forClientCounters that can be accessed viaAPIProvider.classClientFormThemeAPIAPI class for reading and writingClientFormThemeentities.classDatenbankZugriffAPIAPI class for manipulation ofDatenbankZugriffentities.classDatenquelleAPIAPI class for manipulation ofDatenquelleentities.classDirectClientAuthorizationAPIAPI class for reading and writingDirectClientAuthorizationentities.classFormEingangAPIAPI class for manipulation ofFormEingangentities.classFormElementAPIAPI class for manipulation ofFormElemententities.classFormRecordAccessAPIAPI class for reading and writingFormRecordAccessentities.classFormRecordChatAPIAPI class for reading and writingFormRecordChatentities.classFormRecordMessageAPIAPI class for reading and writingFormRecordMessageentities.classFormRecordSubmissionAPIAPI class for reading and writingFormRecordSubmissionentities.classFormVersionAPIAPI class for manipulation ofFormVersionentities.classFrontendServerAPIAPI class for manipulation ofFrontendServerentities.classFrontendServerPropertyAPIAPI class forFrontendServerProperty.classIndirectClientAuthorizationAPIAPI class for reading and writingUserProfileentities.classLDAPAbfrageAPIAPI class for manipulation ofLDAPAbfrageentities.classLDAPGruppeAPIDeprecated.Since Version 8.0.0 user information is storedUserProfiles.classLDAPZugriffAPIAPI class for mainpulation ofLDAPZugriffentites.classLicenseFileAPIAPI class for mainpulation ofLicenseFileentites.classMandantAPIAPI class for manipulation ofMandantentities.classMandantFrontendServerAPIclassMandantLdapDataAPIDeprecated.since version 8.0.0 UseLDAPZugrifffor client scoped LDAP connections instead.classMandantMailDataAPIclassMandantRessourcenAPIclassModulAPIDeprecated.Moduls no longer exist.classPostfachAPIAPI class for manipulation ofPostfachentities.classProjectAuthenticatorConfigAPIclassProjectDOIDataAPIclassProjectPortalConfigAPIAPI for reading and writingProjectPortalConfigentities.classProjectPortalDataAPIAPI class for reading and writingProjectPortalDataentities.classProjectPortalTagAPIAPI class for reading and writingProjectPortalTagentities.classProjektAPIAPI class for manipulation ofProjektentities.classProjektRessourcenAPIclassProjektZaehlerAPIclassProjektZaehlerDatenAPIclassRolleAPIAPI class for manipulation ofRolleentities.classStatusAPIDeprecated.UseWorkflowStateAPIand the new workflow engine.classSystemAuthenticatorAPIAPI class for reading and writingSystemAuthenticatorentities.classSystemPropertyAPIclassTextbausteinAPIAPI class for manipulation ofTextbausteinentities.classUserCredentialsAPIAPI class for reading and writingUserCredentialsentities.classUserEmailAPIAPI class for reading and writingUserEmailentities.classUserIdentityAPIAPI class for reading and writingUserIdentityentities.classUserPortalAPIAPI for reading and writingUserPortalentities.classUserPortalAuthConfigAPIAPI for reading and writingUserPortalAuthConfigentities.classUserProfileAPIAPI class for reading and writingUserProfileentities.classUserProfileMfaAPIAPI class for reading and writingUserProfileMfaentities.classVorgangAPIAPI class for manipulation ofVorgangentities.classWebDavAccessAPIAPI class for reading and writingWebDavAccessentities.classWorkflowNodeAPIAPI class for reading and writingWorkflowNodeentities.classWorkflowStateAPIAPI class for reading and writingWorkflowStateentities.classWorkflowTaskAPIAPI class for reading and writingWorkflowTaskentities.classWorkflowTriggerAPIAPI class for reading and writingWorkflowTriggerentities.classWorkflowVersionAPIAPI class for reading and writingWorkflowVersionentities. -
Uses of AEntityAPI in de.xima.fc.api.system
Subclasses of AEntityAPI in de.xima.fc.api.system Modifier and Type Class Description classFSConnectionAPIAPI class for manipulation ofFrontendServerentities and API-Klassse zur Manipulation vonFrontendServer-Entitäten und to invoke the appropriate connect / disconnect and connection testing operations -
Uses of AEntityAPI in de.xima.fc.api.utils
Methods in de.xima.fc.api.utils with parameters of type AEntityAPI Modifier and Type Method Description static <TEntity extends ITransferableEntity,TQuery extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager>
PagedResult<TEntity>ApiPagedResultFactory. forQuery(UserContext uc, AEntityAPI<TEntity> api, TQuery query)Gets apagedd resultfor the given query
-