Uses of Enum
de.xima.fc.mdl.enums.EAktionsResultat
Packages that use EAktionsResultat
Package
Description
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAktionsResultat in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAktionsResultatMethods in de.xima.fc.entities with parameters of type EAktionsResultatModifier and TypeMethodDescriptionvoidProtocolEntryProcessing.setAktionsResultat(EAktionsResultat wfsResult) -
Uses of EAktionsResultat in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EAktionsResultat -
Uses of EAktionsResultat in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type EAktionsResultatModifier and TypeMethodDescriptionvoidIWorkflowLoggingHandler.addCommentProtocolEntry(EAktionsResultat severity, String message) Adds a protocol entry of typeEProtocolEntryProcessType.COMMENTfor the node that is currently being executed.voidIWorkflowLoggingHandler.addInfoProtocolEntry(EAktionsResultat severity, String message) Adds a protocol entry of typeEProtocolEntryProcessType.INFOfor the node that is currently being executed.voidIWorkflowLoggingHandler.addUserLogMessageProtocolEntry(EAktionsResultat severity, String message) Adds a protocol entry of typeEProtocolEntryProcessType.USER_LOG_MESSAGEfor the node that is currently being executed. -
Uses of EAktionsResultat in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAktionsResultatModifier and TypeMethodDescriptionstatic EAktionsResultatReturns the enum constant of this type with the specified name.static EAktionsResultat[]EAktionsResultat.values()Returns an array containing the constants of this enum type, in the order they are declared.