Uses of Class
de.xima.fc.mdl.enums.EAktionsResultat
-
Packages that use EAktionsResultat Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums 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 EAktionsResultat Modifier and Type Method Description EAktionsResultat
ProtocolEntryProcessing. getAktionsResultat()
Methods in de.xima.fc.entities with parameters of type EAktionsResultat Modifier and Type Method Description void
ProtocolEntryProcessing. setAktionsResultat(EAktionsResultat wfsResult)
-
Uses of EAktionsResultat in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EAktionsResultat Modifier and Type Method Description EAktionsResultat[]
EnumBean. getEAktionsResultat()
-
Uses of EAktionsResultat in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type EAktionsResultat Modifier and Type Method Description void
IWorkflowLoggingHandler. addCommentProtocolEntry(EAktionsResultat severity, String message)
Adds a protocol entry of typeEProtocolEntryProcessType.COMMENT
for the node that is currently being executed.void
IWorkflowLoggingHandler. addInfoProtocolEntry(EAktionsResultat severity, String message)
Adds a protocol entry of typeEProtocolEntryProcessType.INFO
for the node that is currently being executed.void
IWorkflowLoggingHandler. addUserLogMessageProtocolEntry(EAktionsResultat severity, String message)
Adds a protocol entry of typeEProtocolEntryProcessType.USER_LOG_MESSAGE
for 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 EAktionsResultat Modifier and Type Method Description static EAktionsResultat
EAktionsResultat. valueOf(String name)
Returns 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.
-