Uses of Interface
de.xima.fc.inbox.interfaces.project.state.IStateViewModel
-
Packages that use IStateViewModel Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.interfaces.project de.xima.fc.inbox.interfaces.project.state -
-
Uses of IStateViewModel in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return IStateViewModel Modifier and Type Method Description IStateViewModel
ProcessFormRecordEditBean. getSelectedState()
Methods in de.xima.fc.inbox.bean with parameters of type IStateViewModel Modifier and Type Method Description void
ProcessFormRecordEditBean. setSelectedState(IStateViewModel selectedState)
-
Uses of IStateViewModel in de.xima.fc.inbox.interfaces.project
Methods in de.xima.fc.inbox.interfaces.project that return types with arguments of type IStateViewModel Modifier and Type Method Description List<IStateViewModel>
IProjectVersionModel. getStates()
-
Uses of IStateViewModel in de.xima.fc.inbox.interfaces.project.state
Subinterfaces of IStateViewModel in de.xima.fc.inbox.interfaces.project.state Modifier and Type Interface Description interface
IStatusViewModel
Markup interface for view models ofStatus
sinterface
IWorkflowStateViewModel
Markup interface for view models ofWorkflowState
s
-