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 EAktionsResultatProtocolEntryProcessing. getAktionsResultat()Methods in de.xima.fc.entities with parameters of type EAktionsResultat Modifier and Type Method Description voidProtocolEntryProcessing. 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 voidIWorkflowLoggingHandler. 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 EAktionsResultat Modifier and Type Method Description static EAktionsResultatEAktionsResultat. 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. 
 -