Uses of Class
de.xima.fc.workflow.UuidEntityRef
-
-
Uses of UuidEntityRef in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type UuidEntityRef Modifier and Type Method Description List<? 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.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view that return UuidEntityRef Modifier and Type Method Description UuidEntityRefBaseConfigViewModel. getAuthenticator()Methods in de.xima.fc.mdl.auth.config.view with parameters of type UuidEntityRef Modifier and Type Method Description voidBaseConfigViewModel. setAuthenticator(UuidEntityRef authenticator) -
Uses of UuidEntityRef in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return UuidEntityRef Modifier and Type Method Description UuidEntityRefResourceItem. getEntity()Identifier which identifies the object, can be a uuid or an url.Methods in de.xima.fc.mdl.resource with parameters of type UuidEntityRef Modifier and Type Method Description static 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 UuidEntityRef Modifier and Type Method Description static <TEntity extends IUUIDEntity>
UuidEntityRefUuidEntityRef. forEntity(TEntity entity)Creates a new entity reference for the given UUID entity.static <TEntity extends IUUIDEntity>
UuidEntityRefUuidEntityRef. forUuid(UUID uuid, Class<TEntity> entityClass)Creates a new entity reference with the given UUID and entity class.UuidEntityRefEntityRef. getUuidRef()Methods in de.xima.fc.workflow that return types with arguments of type UuidEntityRef Modifier and Type Method Description List<UuidEntityRef>WorkflowStateModel. getUserGroups()Methods in de.xima.fc.workflow with parameters of type UuidEntityRef Modifier and Type Method Description static EntityRefEntityRef. forUuidEntityRef(UuidEntityRef uuidEntityRef)voidEntityRef. setUuidRef(UuidEntityRef uuidRef)Method parameters in de.xima.fc.workflow with type arguments of type UuidEntityRef Modifier and Type Method Description voidWorkflowStateModel. 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 UuidEntityRef Modifier and Type Method Description List<? 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 UuidEntityRef Modifier and Type Method Description static 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.model.choices
Methods in de.xima.fc.workflow.model.choices that return types with arguments of type UuidEntityRef Modifier and Type Method Description List<? 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 UuidEntityRef Modifier and Type Method Description UuidEntityRefFcSqlStatementProps. getDatabaseConnection()UuidEntityRefFcSqlStatementProps. getDatabaseQuery()UuidEntityRefFcDoiInitProps. getDoiFailTemplate()UuidEntityRefFcShowTemplateProps. getHtmlTemplate()UuidEntityRefFcMoveFormRecordToInboxProps. getInboxReference()UuidEntityRefFcLdapQueryProps. getLdapConnection()UuidEntityRefFcLdapQueryProps. getLdapQuery()UuidEntityRefFcCopyFormRecordProps. getTargetInbox()UuidEntityRefFcChangeStateProps. getTargetState()UuidEntityRefFcRedirectProps. getUrlTemplate()UuidEntityRefFcSaveToWebDavProps. getWebdavConnection()UuidEntityRefFcExportToXmlProps. getXslTemplate()UuidEntityRefFcHttpRequestProps. getXslTemplate()UuidEntityRefFcImportFormValueFromXmlProps. getXslTemplate()Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type UuidEntityRef Modifier and Type Method Description List<UuidEntityRef>FcEmailProps. getToDirectClientAuthorizations()List<UuidEntityRef>FcEmailProps. getToUserGroups()List<UuidEntityRef>FcEmailProps. getToUsers()Deprecated.Methods in de.xima.fc.workflow.model.nodes with parameters of type UuidEntityRef Modifier and Type Method Description static 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 UuidEntityRef Modifier and Type Method Description voidFcEmailProps. 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 UuidEntityRef Modifier and Type Method Description List<UuidEntityRef>FcTimePointProps. getAllowedStates()List<UuidEntityRef>FcManualProps. getAllowedUserGroups()List<UuidEntityRef>FcUserInvocationProps. getAllowedUserGroups()List<UuidEntityRef>FcManualProps. getAllowedWorkflowStates()List<UuidEntityRef>FcUserInvocationProps. getAllowedWorkflowStates()List<UuidEntityRef>FcStateTimerProps. getApplicableStates()Method parameters in de.xima.fc.workflow.model.triggers with type arguments of type UuidEntityRef Modifier and Type Method Description voidFcTimePointProps. 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 UuidEntityRef Modifier and Type Method Description IEmailNodeBuilderIEmailNodeBuilder. addDirectClientAuthorizations(UuidEntityRef... directClientAuthorizations)IEmailNodeBuilderIEmailNodeBuilder. addUserGroups(UuidEntityRef... userGroups)IEmailNodeBuilderIEmailNodeBuilder. addUsers(UuidEntityRef... users)Deprecated.User references should be done viaUserProfile.IEmailNodeBuilderIEmailNodeBuilder. 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 WorkflowNodeWorkflowNodeFactory. redirect(UuidEntityRef url, Map<String,List<String>> queryParameters)Creates 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 FcRedirectPropsWorkflowNodePropsFactory. redirect(UuidEntityRef url, Map<String,List<String>> queryParameters)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.IEmailNodeBuilderIEmailNodeBuilder. userGroups(UuidEntityRef... userGroups)IEmailNodeBuilderIEmailNodeBuilder. users(UuidEntityRef... users)Deprecated.User references should be done viaUserProfile.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type UuidEntityRef Modifier and Type Method Description IEmailNodeBuilderIEmailNodeBuilder. addDirectClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations)IEmailNodeBuilderIEmailNodeBuilder. addUserGroups(Iterable<UuidEntityRef> userGroups)IEmailNodeBuilderIEmailNodeBuilder. addUsers(Iterable<UuidEntityRef> users)Deprecated.User references should be done viaUserProfile.IEmailNodeBuilderIEmailNodeBuilder. directClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations)IEmailNodeBuilderIEmailNodeBuilder. userGroups(Iterable<UuidEntityRef> userGroups)IEmailNodeBuilderIEmailNodeBuilder. 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 UuidEntityRef Modifier and Type Method Description 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 UuidEntityRef Modifier and Type Method Description List<? 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)
-