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 ELogEntryActionLogLevelELogEntryActionLogLevel. 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 ELogEntryActionLogLevelFcLogEntryProps. getLevel()Methods in de.xima.fc.workflow.model.nodes with parameters of type ELogEntryActionLogLevel Modifier and Type Method Description voidFcLogEntryProps. 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 WorkflowNodeWorkflowNodeFactory. logEntry(ELogEntryActionLogLevel level, String comments)Creates a new workflow node for aEWorkflowNodeType.FC_LOG_ENTRYwith a given level and comments.static FcLogEntryPropsWorkflowNodePropsFactory. logEntry(ELogEntryActionLogLevel level, String comments)Creates a new workflow node model for aEWorkflowNodeType.FC_LOG_ENTRYwith a given level and comments. 
 -