Uses of Class
com.netgrif.application.engine.importer.model.EventPhaseType
-
Packages that use EventPhaseType Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of EventPhaseType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as EventPhaseType Modifier and Type Field Description protected EventPhaseTypeActions. phaseMethods in com.netgrif.application.engine.importer.model that return EventPhaseType Modifier and Type Method Description static EventPhaseTypeEventPhaseType. fromValue(java.lang.String v)EventPhaseTypeActions. getPhase()Gets the value of the phase property.static EventPhaseTypeEventPhaseType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventPhaseType[]EventPhaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model with parameters of type EventPhaseType Modifier and Type Method Description voidActions. setPhase(EventPhaseType value)Sets the value of the phase property. -
Uses of EventPhaseType in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type EventPhaseType Modifier and Type Method Description protected java.util.List<Action>Importer. parsePhaseActions(EventPhaseType phase, java.lang.String transitionId, BaseEvent imported)protected java.util.List<Action>Importer. parsePhaseActions(java.lang.String fieldId, EventPhaseType phase, DataEventType trigger, java.lang.String transitionId, DataEvent dataEvent)
-