Uses of Class
de.xima.fc.inbox.enums.EProcessView
-
Packages that use EProcessView Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.enums de.xima.fc.inbox.model -
-
Uses of EProcessView in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean with parameters of type EProcessView Modifier and Type Method Description void
ProcessReviewBean. setProcessAndView(Long formRecordId, EProcessView processView)
void
ProcessReviewBean. setProcessView(EProcessView processView)
-
Uses of EProcessView in de.xima.fc.inbox.enums
Methods in de.xima.fc.inbox.enums that return EProcessView Modifier and Type Method Description static EProcessView
EProcessView. fromString(String strMenuAction)
static EProcessView
EProcessView. valueOf(String name)
Returns the enum constant of this type with the specified name.static EProcessView[]
EProcessView. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EProcessView in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return EProcessView Modifier and Type Method Description EProcessView
ProcessGUIModel. getProcessView()
Methods in de.xima.fc.inbox.model with parameters of type EProcessView Modifier and Type Method Description static ProcessGUIModel
ProcessGUIModel. forInboxView(Long formRecordId, EProcessView processView, Locale locale, Benutzer user, ViewBean viewBean, String baseUrl)
boolean
ProcessGUIModel. isShowViewActions(EProcessView processView)
boolean
ProcessGUIModel. isViewAccessible(EProcessView processView)
void
ProcessGUIModel. setProcessView(EProcessView processView)
ProcessGUIModel.Builder
ProcessGUIModel.Builder. withProcessView(EProcessView processView)
Deprecated.
-