Uses of Class
de.xima.fc.mdl.enums.ELogEntryActionLogLevel
-
Packages that use ELogEntryActionLogLevel Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory -
-
Uses of ELogEntryActionLogLevel in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELogEntryActionLogLevel Modifier and Type Method Description static ELogEntryActionLogLevel
ELogEntryActionLogLevel. valueOf(String name)
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 ELogEntryActionLogLevel Modifier and Type Method Description ELogEntryActionLogLevel
FcLogEntryProps. getLevel()
Methods in de.xima.fc.workflow.model.nodes with parameters of type ELogEntryActionLogLevel Modifier and Type Method Description void
FcLogEntryProps. setLevel(ELogEntryActionLogLevel level)
-
Uses of ELogEntryActionLogLevel in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ELogEntryActionLogLevel Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. logEntry(ELogEntryActionLogLevel level, String comments)
Creates a new workflow node for aEWorkflowNodeType.FC_LOG_ENTRY
with a given level and comments.
-