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 EPublicFormRecordStateTypeEPublicFormRecordStateType. 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 EndUserStateLocalizationViewModelEndUserStateLocalizationViewModel. 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 EndUserStateEndUserState. cloneBasics()EndUserStateWorkflowState. getEndUserState()Methods in de.xima.fc.entities with parameters of type EndUserState Modifier and Type Method Description voidWorkflowState. 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 EndUserStateEntityDummyFactory. dummyEndUserState(WorkflowState state, EEndUserStateType type, Map<Locale,String> names) 
 -