Uses of Class
de.xima.fc.entities.EndUserState
-
Packages that use EndUserState Package Description de.xima.fc.api.rest.pub.impl.form_record.model.response.record de.xima.fc.common.bean_models.workflow.state de.xima.fc.entities Package für Datenbankentitätende.xima.fc.testhelper -
-
Uses of EndUserState in de.xima.fc.api.rest.pub.impl.form_record.model.response.record
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record with parameters of type EndUserState Modifier and Type Method Description static EPublicFormRecordStateType
EPublicFormRecordStateType. from(EndUserState state)
-
Uses of EndUserState in de.xima.fc.common.bean_models.workflow.state
Methods in de.xima.fc.common.bean_models.workflow.state with parameters of type EndUserState Modifier and Type Method Description static EndUserStateLocalizationViewModel
EndUserStateLocalizationViewModel. fromEndUserState(EndUserState endUserState, Locale viewLocale)
Creates a new view model for the given end user state.List<EndUserStateLocalization>
EndUserStateLocalizationViewModel. toLocalizationsList(EndUserState state)
-
Uses of EndUserState in de.xima.fc.entities
Methods in de.xima.fc.entities that return EndUserState Modifier and Type Method Description EndUserState
EndUserState. cloneBasics()
EndUserState
WorkflowState. getEndUserState()
Methods in de.xima.fc.entities with parameters of type EndUserState Modifier and Type Method Description void
WorkflowState. setEndUserState(EndUserState endUserState)
-
Uses of EndUserState in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return EndUserState Modifier and Type Method Description static EndUserState
EntityDummyFactory. dummyEndUserState(WorkflowState state, EEndUserStateType type, Map<Locale,String> names)
-