Uses of Class
de.xima.fc.workflow.UuidEntityRef
Packages that use UuidEntityRef
Package
Description
-
Uses of UuidEntityRef in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllClientCounterSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllDatabaseConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllDatabaseQuerySelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllDirectClientAuthorizationSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllInboxSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllLdapConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllLdapQuerySelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllStateSelectItems(boolean includeMarkedForDeletion) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllUserGroupSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllUserSelectItems()Deprecated.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getAllWebDavConnectionsSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> IWorkflowProvider.getTextTemplateSelectItemsByCategory(ETextbausteinKategorie category) -
Uses of UuidEntityRef in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return UuidEntityRefModifier and TypeMethodDescriptionIWorkflowBpmnEnvironmentStore.databaseConnectionForQuery(UuidEntityRef dbQuery) Gets the UUID of a database connection, identified by the UUID of a referencing database query.IWorkflowBpmnEnvironmentStore.databaseConnectionForQuery(UUID dbQueryUuid) Gets the UUID of a database connection, identified by the UUID of a referencing database query.IWorkflowBpmnEnvironmentStore.ldapConnectionForQuery(UuidEntityRef ldapQuery) Gets the UUID of an LDAP connection, identified by the UUID of a referencing LDAP query.IWorkflowBpmnEnvironmentStore.ldapConnectionForQuery(UUID ldapQueryUuid) Gets the UUID of an LDAP connection, identified by the UUID of a referencing LDAP query.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type UuidEntityRefModifier and TypeMethodDescriptionIWorkflowBpmnEnvironmentStore.clientFileName(UuidEntityRef clientFile) Gets the name of a client file, identified by its UUID.IWorkflowBpmnEnvironmentStore.counterName(UuidEntityRef counter) Gets the name of a counter, identified by its UUID.de.xima.bpmn_model.api.element.bpmn.data.DataStoreIBpmnElementStore.databaseConnectionDataStore(UuidEntityRef dbConnection) Gets the globalDataStorefor the givendatabase connection.IWorkflowBpmnEnvironmentStore.databaseConnectionForQuery(UuidEntityRef dbQuery) Gets the UUID of a database connection, identified by the UUID of a referencing database query.IWorkflowBpmnEnvironmentStore.databaseConnectionName(UuidEntityRef dbConnection) Gets the name of a database connection, identified by its UUID.IWorkflowBpmnEnvironmentStore.databaseQueryName(UuidEntityRef dbQuery) Gets the name of a database query, identified by its UUID.IWorkflowBpmnEnvironmentStore.directClientAuthorizationName(UuidEntityRef directClientAuthorization) Gets the name of a direct client authorization, identified by its UUID.IWorkflowBpmnEnvironmentStore.entityName(UuidEntityRef entity) Gets the name of the given entity reference.IWorkflowBpmnLocalization.entityNameOptional(UuidEntityRef entity) Localizes the entity name.IWorkflowBpmnLocalization.entityNameRequired(UuidEntityRef entity) Localizes the entity name.IWorkflowBpmnEnvironmentStore.formFileName(UuidEntityRef formFile) Gets the name of a form file, identified by its UUID.IWorkflowBpmnEnvironmentStore.inboxName(UuidEntityRef inbox) Gets the name of an inbox, identified by its UUID.IWorkflowBpmnEnvironmentStore.indirectClientAuthorizationName(UuidEntityRef indirectClientAuthorization) Gets the name of an indirect client authorization, identified by its UUID.de.xima.bpmn_model.api.element.bpmn.data.DataStoreIBpmnElementStore.ldapConnectionDataStore(UuidEntityRef ldapConnection) Gets the globalDataStorefor the givenLDAP connection.IWorkflowBpmnEnvironmentStore.ldapConnectionForQuery(UuidEntityRef ldapQuery) Gets the UUID of an LDAP connection, identified by the UUID of a referencing LDAP query.IWorkflowBpmnEnvironmentStore.ldapConnectionName(UuidEntityRef ldapConnection) Gets the name of an LDAP connection, identified by its UUID.IWorkflowBpmnEnvironmentStore.ldapQueryName(UuidEntityRef ldapQuery) Gets the name of an LDAP query, identified by its UUID.IWorkflowBpmnEnvironmentStore.textTemplateName(UuidEntityRef textTemplate) Gets the name of a text template, identified by its UUID.IWorkflowBpmnEnvironmentStore.userGroupName(UuidEntityRef userGroup) Gets the name of a user group, identified by its UUID.de.xima.bpmn_model.api.element.bpmn.data.DataStoreIBpmnElementStore.webDavConnectionDataStore(UuidEntityRef webDavConnection) Gets the globalDataStorefor the givenWebDAV.IWorkflowBpmnEnvironmentStore.webDavConnectionName(UuidEntityRef webDavConnection) Gets the name of a WebDAV connection, identified by its UUID.IWorkflowBpmnEnvironmentStore.workflowStateName(UuidEntityRef workflowState) Gets the name of a workflow state, identified by its UUID. -
Uses of UuidEntityRef in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view that return UuidEntityRefMethods in de.xima.fc.mdl.auth.config.view with parameters of type UuidEntityRefModifier and TypeMethodDescriptionvoidBaseConfigViewModel.setAuthenticator(UuidEntityRef authenticator) -
Uses of UuidEntityRef in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return UuidEntityRefModifier and TypeMethodDescriptionResourceItem.getEntity()Identifier which identifies the object, can be a uuid or an url.Methods in de.xima.fc.mdl.resource with parameters of type UuidEntityRefModifier and TypeMethodDescriptionstatic ResourceItemResourceItem.forClientFile(UuidEntityRef clientFileRef) static ResourceItemResourceItem.forFormFile(UuidEntityRef formFileRef) voidResourceItem.setEntity(UuidEntityRef entity) -
Uses of UuidEntityRef in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return UuidEntityRefModifier and TypeMethodDescriptionstatic <TEntity extends IUUIDEntity>
UuidEntityRefUuidEntityRef.forEntity(TEntity entity) Deprecated.Creates a new entity reference for the given UUID entity.static <TEntity extends IUUIDEntity>
UuidEntityRefDeprecated.Creates a new entity reference with the given UUID and entity class.EntityRef.getUuidRef()Methods in de.xima.fc.workflow that return types with arguments of type UuidEntityRefMethods in de.xima.fc.workflow with parameters of type UuidEntityRefModifier and TypeMethodDescriptionstatic EntityRefEntityRef.forUuidEntityRef(UuidEntityRef uuidEntityRef) voidEntityRef.setUuidRef(UuidEntityRef uuidRef) Method parameters in de.xima.fc.workflow with type arguments of type UuidEntityRefModifier and TypeMethodDescriptionvoidWorkflowStateModel.setUserGroups(List<UuidEntityRef> userGroups) -
Uses of UuidEntityRef in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllClientCounterSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllDatabaseConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllDatabaseQuerySelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllDirectClientAuthorizationSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllInboxSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllLdapConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllLdapQuerySelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllStateSelectItems(boolean includeMarkedForDeletion) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllUserGroupSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllUserSelectItems()Deprecated.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getAllWebDavConnectionsSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderBean.getTextTemplateSelectItemsByCategory(ETextbausteinKategorie category) -
Uses of UuidEntityRef in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type UuidEntityRefModifier and TypeMethodDescriptionstatic booleanWorkflowTriggerHelper.checkStatePrecondition(IWorkflowEventData eventData, List<UuidEntityRef> allowedStates) static booleanWorkflowTriggerHelper.checkUserGroupPrecondition(IWorkflowEventData eventData, List<UuidEntityRef> allowedUserGroups) static booleanWorkflowTriggerHelper.checkUserGroupPrecondition(IWorkflowEventData eventData, List<UuidEntityRef> allowedUserGroups, String scope) -
Uses of UuidEntityRef in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowRequestContextModel.getDirectClientAuthorizationsSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowRequestContextModel.getUserGroupsSelectItems()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type UuidEntityRefModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.setDirectClientAuthorizationsSelectItems(List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> directClientAuthorizationsSelectItems) voidWorkflowRequestContextModel.setUserGroupsSelectItems(List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> userGroupsSelectItems) -
Uses of UuidEntityRef in de.xima.fc.workflow.model.choices
Classes in de.xima.fc.workflow.model.choices that implement interfaces with type arguments of type UuidEntityRefModifier and TypeClassDescriptionclassProvider for the database connections available in the current client during workflow editing and validation.classProvider for the URL templates available during workflow editing and validation.classProvider for the direct client authorizations available in the current client during workflow editing and validation.classProvider for the HTML templates available during workflow editing and validation.classProvider for the inboxes available during workflow editing and validation.classProvider for the LDAP connections available in the current client during workflow editing and validation.classProvider for the LDAP queries available in the current client during workflow editing and validation.classProvider for the states available in the current workflow version during workflow editing and validation.classProvider for the URL templates available during workflow editing and validation.classDeprecated.Benutzers are deprecated.classProvider for the user groups available in the current client during workflow editing and validation.classProvider for the WebDAV connections available in the current client during workflow editing and validation.classProvider for the XSL templates available during workflow editing and validation.Methods in de.xima.fc.workflow.model.choices that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> DatabaseConnectionChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> DatabaseQueryChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> DirectClientAuthorizationChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> HtmlTemplateChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> InboxChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> LdapConnectionChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> LdapQueryChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> StateChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> UrlTemplateChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> UserChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) Deprecated.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> UserGroupChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WebDavConnectionChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> XslTemplateChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) -
Uses of UuidEntityRef in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return UuidEntityRefModifier and TypeMethodDescriptionFcSqlStatementProps.getDatabaseConnection()FcSqlStatementProps.getDatabaseQuery()FcDoiInitProps.getDoiFailTemplate()FcShowTemplateProps.getHtmlTemplate()FcMoveFormRecordToInboxProps.getInboxReference()FcLdapQueryProps.getLdapConnection()FcLdapQueryProps.getLdapQuery()FcCopyFormRecordProps.getTargetInbox()FcChangeStateProps.getTargetState()FcRedirectProps.getUrlTemplate()FcSaveToWebDavProps.getWebdavConnection()FcExportToXmlProps.getXslTemplate()FcHttpRequestProps.getXslTemplate()FcImportFormValueFromXmlProps.getXslTemplate()Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionFcEmailProps.getToDirectClientAuthorizations()FcEmailProps.getToUserGroups()FcEmailProps.getToUsers()Deprecated.Methods in de.xima.fc.workflow.model.nodes with parameters of type UuidEntityRefModifier and TypeMethodDescriptionstatic SingleFileSingleFile.forClientFile(UuidEntityRef clientFileRef) static SingleFileSingleFile.forFormFile(UuidEntityRef formFileRef) voidFcSqlStatementProps.setDatabaseConnection(UuidEntityRef databaseConnection) voidFcSqlStatementProps.setDatabaseQuery(UuidEntityRef databaseQuery) voidFcDoiInitProps.setDoiFailTemplate(UuidEntityRef doiFailTemplate) voidFcShowTemplateProps.setHtmlTemplate(UuidEntityRef templateRef) voidFcMoveFormRecordToInboxProps.setInboxReference(UuidEntityRef inboxReference) voidFcLdapQueryProps.setLdapConnection(UuidEntityRef ldapConnectionUuid) voidFcLdapQueryProps.setLdapQuery(UuidEntityRef queryUuid) voidFcCopyFormRecordProps.setTargetInbox(UuidEntityRef targetInbox) voidFcChangeStateProps.setTargetState(UuidEntityRef targetState) voidFcRedirectProps.setUrlTemplate(UuidEntityRef urlTemplate) voidFcSaveToWebDavProps.setWebdavConnection(UuidEntityRef webdavConnection) voidFcExportToXmlProps.setXslTemplate(UuidEntityRef xslTemplate) voidFcHttpRequestProps.setXslTemplate(UuidEntityRef xslTemplate) voidFcImportFormValueFromXmlProps.setXslTemplate(UuidEntityRef xslTemplate) Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type UuidEntityRefModifier and TypeMethodDescriptionvoidFcEmailProps.setToDirectClientAuthorizations(List<UuidEntityRef> toDirectClientAuthorizations) voidFcEmailProps.setToUserGroups(List<UuidEntityRef> toUserGroups) voidFcEmailProps.setToUsers(List<UuidEntityRef> toUsers) Deprecated. -
Uses of UuidEntityRef in de.xima.fc.workflow.model.triggers
Methods in de.xima.fc.workflow.model.triggers that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionFcTimePointProps.getAllowedStates()FcManualProps.getAllowedUserGroups()FcUserInvocationProps.getAllowedUserGroups()FcManualProps.getAllowedWorkflowStates()FcUserInvocationProps.getAllowedWorkflowStates()FcStateTimerProps.getApplicableStates()Method parameters in de.xima.fc.workflow.model.triggers with type arguments of type UuidEntityRefModifier and TypeMethodDescriptionvoidFcTimePointProps.setAllowedStates(List<UuidEntityRef> allowedStates) voidFcManualProps.setAllowedUserGroups(List<UuidEntityRef> allowedUserGroups) voidFcUserInvocationProps.setAllowedUserGroups(List<UuidEntityRef> allowedUserGroups) voidFcManualProps.setAllowedWorkflowStates(List<UuidEntityRef> allowedWorkflowStates) voidFcUserInvocationProps.setAllowedWorkflowStates(List<UuidEntityRef> allowedWorkflowStates) voidFcStateTimerProps.setApplicableStates(List<UuidEntityRef> applicableStates) -
Uses of UuidEntityRef in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type UuidEntityRefModifier and TypeMethodDescriptionIEmailNodeBuilder.addDirectClientAuthorizations(UuidEntityRef... directClientAuthorizations) IEmailNodeBuilder.addUserGroups(UuidEntityRef... userGroups) IEmailNodeBuilder.addUsers(UuidEntityRef... users) Deprecated.User references should be done viaUserProfile.IEmailNodeBuilder.directClientAuthorizations(UuidEntityRef... directClientAuthorizations) static WorkflowNodeWorkflowNodeFactory.moveFormRecordToInbox(UuidEntityRef targetInbox) Creates a new workflow node for aEWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOXthat moves the current form record to the given inbox.static FcMoveFormRecordToInboxPropsWorkflowNodePropsFactory.moveFormRecordToInbox(UuidEntityRef targetInbox) Creates a new workflow node model for aEWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOXthat moves the current form record to the given inbox.static WorkflowNodeWorkflowNodeFactory.redirect(UuidEntityRef url) Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static WorkflowNodeCreates a new workflow node for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory.redirect(UuidEntityRef url) Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsCreates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.IEmailNodeBuilder.userGroups(UuidEntityRef... userGroups) IEmailNodeBuilder.users(UuidEntityRef... users) Deprecated.User references should be done viaUserProfile.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type UuidEntityRefModifier and TypeMethodDescriptionIEmailNodeBuilder.addDirectClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations) IEmailNodeBuilder.addUserGroups(Iterable<UuidEntityRef> userGroups) IEmailNodeBuilder.addUsers(Iterable<UuidEntityRef> users) Deprecated.User references should be done viaUserProfile.IEmailNodeBuilder.directClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations) IEmailNodeBuilder.userGroups(Iterable<UuidEntityRef> userGroups) IEmailNodeBuilder.users(Iterable<UuidEntityRef> users) Deprecated.User references should be done viaUserProfile. -
Uses of UuidEntityRef in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionstatic List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderHelper.computeAllDirectClientAuthorizationsSelectItems(IEntityContext ec, Mandant client) Finds all direct client authorizations select items available for the given client.static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderHelper.computeAllUserGroupSelectItems(IEntityContext ec, Mandant client) Finds all user groups select items available for the given client.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.static <T extends IUUIDEntity & INameProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderHelper.createSelectItemsWithoutDescription(List<T> entities) Creates select items for the UI from the given list of entities.static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderHelper.createStateSelectItems(List<WorkflowStateModel> states) Creates select items for the UI from the given list of workflow states. -
Uses of UuidEntityRef in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type UuidEntityRefModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllClientCounterSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllDatabaseConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllDatabaseQuerySelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllDirectClientAuthorizationSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllInboxSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllLdapConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllLdapQuerySelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllStateSelectItems(boolean includeMarkedForDeletion) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllUserGroupSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllUserSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getAllWebDavConnectionsSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> ValidationWorkflowProvider.getTextTemplateSelectItemsByCategory(ETextbausteinKategorie category)
IWorkflowProvider.getAllDirectClientAuthorizationSelectItems().