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. 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()
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 UuidEntityRef
BaseConfigViewModel. getAuthenticator()
Methods in de.xima.fc.mdl.auth.config.view with parameters of type UuidEntityRef Modifier and Type Method Description void
BaseConfigViewModel. 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 UuidEntityRef
ResourceItem. 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 ResourceItem
ResourceItem. forClientFile(UuidEntityRef clientFileRef)
static ResourceItem
ResourceItem. forFormFile(UuidEntityRef formFileRef)
void
ResourceItem. 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.UuidEntityRef
EntityRef. 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 EntityRef
EntityRef. forUuidEntityRef(UuidEntityRef uuidEntityRef)
void
EntityRef. setUuidRef(UuidEntityRef uuidRef)
Method parameters in de.xima.fc.workflow with type arguments of type UuidEntityRef Modifier and Type Method Description void
WorkflowStateModel. 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. 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()
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 boolean
WorkflowTriggerHelper. checkStatePrecondition(IWorkflowEventData eventData, List<UuidEntityRef> allowedStates)
-
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>>
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)
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>>
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 UuidEntityRef
FcSqlStatementProps. getDatabaseConnection()
UuidEntityRef
FcSqlStatementProps. getDatabaseQuery()
UuidEntityRef
FcDoiInitProps. getDoiFailTemplate()
UuidEntityRef
FcShowTemplateProps. getHtmlTemplate()
UuidEntityRef
FcMoveFormRecordToInboxProps. getInboxReference()
UuidEntityRef
FcLdapQueryProps. getLdapConnection()
UuidEntityRef
FcLdapQueryProps. getLdapQuery()
UuidEntityRef
FcCopyFormRecordProps. getTargetInbox()
UuidEntityRef
FcChangeStateProps. getTargetState()
UuidEntityRef
FcRedirectProps. getUrlTemplate()
UuidEntityRef
FcExportToXmlProps. getXslTemplate()
UuidEntityRef
FcHttpRequestProps. getXslTemplate()
UuidEntityRef
FcImportFormValueFromXmlProps. 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. getToUserGroups()
List<UuidEntityRef>
FcEmailProps. getToUsers()
Methods in de.xima.fc.workflow.model.nodes with parameters of type UuidEntityRef Modifier and Type Method Description static SingleFile
SingleFile. forClientFile(UuidEntityRef clientFileRef)
static SingleFile
SingleFile. forFormFile(UuidEntityRef formFileRef)
void
FcSqlStatementProps. setDatabaseConnection(UuidEntityRef databaseConnection)
void
FcSqlStatementProps. setDatabaseQuery(UuidEntityRef databaseQuery)
void
FcDoiInitProps. setDoiFailTemplate(UuidEntityRef doiFailTemplate)
void
FcShowTemplateProps. setHtmlTemplate(UuidEntityRef templateRef)
void
FcMoveFormRecordToInboxProps. setInboxReference(UuidEntityRef inboxReference)
void
FcLdapQueryProps. setLdapConnection(UuidEntityRef ldapConnectionUuid)
void
FcLdapQueryProps. setLdapQuery(UuidEntityRef queryUuid)
void
FcCopyFormRecordProps. setTargetInbox(UuidEntityRef targetInbox)
void
FcChangeStateProps. setTargetState(UuidEntityRef targetState)
void
FcRedirectProps. setUrlTemplate(UuidEntityRef urlTemplate)
void
FcExportToXmlProps. setXslTemplate(UuidEntityRef xslTemplate)
void
FcHttpRequestProps. setXslTemplate(UuidEntityRef xslTemplate)
void
FcImportFormValueFromXmlProps. setXslTemplate(UuidEntityRef xslTemplate)
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type UuidEntityRef Modifier and Type Method Description void
FcEmailProps. setToUserGroups(List<UuidEntityRef> toUserGroups)
void
FcEmailProps. setToUsers(List<UuidEntityRef> toUsers)
-
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>
FcManualProps. 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 void
FcTimePointProps. setAllowedStates(List<UuidEntityRef> allowedStates)
void
FcManualProps. setAllowedUserGroups(List<UuidEntityRef> allowedUserGroups)
void
FcManualProps. setAllowedWorkflowStates(List<UuidEntityRef> allowedWorkflowStates)
void
FcStateTimerProps. setApplicableStates(List<UuidEntityRef> applicableStates)
-
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)
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>
WorkflowProviderHelper. createStateSelectItems(List<WorkflowStateModel> states, Locale locale)
-
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. 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. getTextTemplateSelectItemsByCategory(ETextbausteinKategorie category)
-