Uses of Class
de.xima.fc.inbox.enums.EInboxProcessDetails
-
Packages that use EInboxProcessDetails Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.enums -
-
Uses of EInboxProcessDetails in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return EInboxProcessDetails Modifier and Type Method Description EInboxProcessDetails[]
ProcessViewBean. getSelectedProcessDetails()
Methods in de.xima.fc.inbox.bean with parameters of type EInboxProcessDetails Modifier and Type Method Description boolean
ProcessViewBean. contains(EInboxProcessDetails detail)
Method to if the process detail may be displayed.void
ProcessViewBean. setSelectedProcessDetails(EInboxProcessDetails[] selectedProcessDetails)
-
Uses of EInboxProcessDetails in de.xima.fc.inbox.enums
Methods in de.xima.fc.inbox.enums that return EInboxProcessDetails Modifier and Type Method Description static EInboxProcessDetails
EInboxProcessDetails. fromString(String name)
static EInboxProcessDetails
EInboxProcessDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static EInboxProcessDetails[]
EInboxProcessDetails. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-