Uses of Enum
de.xima.fc.mdl.enums.ELogEntryActionLogLevel
Packages that use ELogEntryActionLogLevel
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of ELogEntryActionLogLevel in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELogEntryActionLogLevelModifier and TypeMethodDescriptionstatic ELogEntryActionLogLevel
Returns the enum constant of this type with the specified name.static ELogEntryActionLogLevel[]
ELogEntryActionLogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELogEntryActionLogLevel in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return ELogEntryActionLogLevelMethods in de.xima.fc.workflow.model.nodes with parameters of type ELogEntryActionLogLevel -
Uses of ELogEntryActionLogLevel in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ELogEntryActionLogLevelModifier and TypeMethodDescriptionstatic WorkflowNode
WorkflowNodeFactory.logEntry
(ELogEntryActionLogLevel level, String comments) Creates a new workflow node for aEWorkflowNodeType.FC_LOG_ENTRY
with a given level and comments.static FcLogEntryProps
WorkflowNodePropsFactory.logEntry
(ELogEntryActionLogLevel level, String comments) Creates a new workflow node model for aEWorkflowNodeType.FC_LOG_ENTRY
with a given level and comments.