Uses of Class
com.netgrif.application.engine.petrinet.domain.events.DataEventType
-
-
Uses of DataEventType in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service that return types with arguments of type DataEventType Modifier and Type Method Description protected java.util.Map<DataEventType,DataEvent>Importer. buildEvents(java.lang.String fieldId, java.util.List<DataEvent> events, java.lang.String transitionId)Methods in com.netgrif.application.engine.importer.service with parameters of type DataEventType Modifier and Type Method Description protected voidImporter. addActionsToDataEvent(java.util.List<Action> actions, java.util.Map<DataEventType,DataEvent> dataEvents, DataEventType type)protected DataEventImporter. createDefaultEvent(java.util.List<Action> actions, DataEventType type)protected java.util.List<Action>Importer. parsePhaseActions(java.lang.String fieldId, EventPhaseType phase, DataEventType trigger, java.lang.String transitionId, DataEvent dataEvent)Method parameters in com.netgrif.application.engine.importer.service with type arguments of type DataEventType Modifier and Type Method Description protected voidImporter. addActionsToDataEvent(java.util.List<Action> actions, java.util.Map<DataEventType,DataEvent> dataEvents, DataEventType type) -
Uses of DataEventType in com.netgrif.application.engine.petrinet.domain
Method parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type DataEventType Modifier and Type Method Description voidTransition. addDataSet(java.lang.String field, java.util.Set<FieldBehavior> behavior, java.util.Map<DataEventType,DataEvent> events, FieldLayout layout, Component component)voidTransition. setDataEvents(java.lang.String field, java.util.Map<DataEventType,DataEvent> events)Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type DataEventType Constructor Description DataFieldLogic(java.util.Set<FieldBehavior> behavior, java.util.Map<DataEventType,DataEvent> events, FieldLayout layout, Component component) -
Uses of DataEventType in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type DataEventType Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QBooleanField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QButtonField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QCaseField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QChoiceField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QDateField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QDateTimeField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QEnumerationField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QEnumerationMapField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QFieldWithAllowedNets. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QFileField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QFileListField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QFilterField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QI18nField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QMapOptionsField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QMultichoiceField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QMultichoiceMapField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QNumberField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QTaskField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QTextField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QUserField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QUserListField. eventsMethods in com.netgrif.application.engine.petrinet.domain.dataset that return types with arguments of type DataEventType Modifier and Type Method Description java.util.Map<DataEventType,DataEvent>Field. getEvents()Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type DataEventType Modifier and Type Method Description voidField. addAction(Action action, DataEventType type)voidField. addActions(java.util.Collection<Action> dataEvents, DataEventType type)Method parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type DataEventType Modifier and Type Method Description voidField. setEvents(java.util.Map<DataEventType,DataEvent> events) -
Uses of DataEventType in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Fields in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type parameters of type DataEventType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<DataEventType>QAction. triggerMethods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return DataEventType Modifier and Type Method Description DataEventTypeAction. getTrigger()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type DataEventType Modifier and Type Method Description java.lang.BooleanAction. isTriggeredBy(DataEventType trigger)voidAction. setTrigger(DataEventType trigger)Constructors in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type DataEventType Constructor Description Action(java.util.Map<java.lang.String,java.lang.String> fieldIds, java.util.Map<java.lang.String,java.lang.String> transitionIds, java.lang.String definition, DataEventType trigger) -
Uses of DataEventType in com.netgrif.application.engine.petrinet.domain.events
Fields in com.netgrif.application.engine.petrinet.domain.events with type parameters of type DataEventType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<DataEventType>QDataEvent. typeMethods in com.netgrif.application.engine.petrinet.domain.events that return DataEventType Modifier and Type Method Description static DataEventTypeDataEventType. fromString(java.lang.String type)static DataEventTypeDataEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataEventType[]DataEventType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataEventType in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type DataEventType Modifier and Type Method Description java.util.List<EventOutcome>EventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task)java.util.List<EventOutcome>EventService. runEventActions(Case useCase, Task task, java.util.List<Action> actions, DataEventType trigger)voidEventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger) -
Uses of DataEventType in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type DataEventType Modifier and Type Method Description java.util.List<EventOutcome>IEventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task)java.util.List<EventOutcome>IEventService. runEventActions(Case useCase, Task task, java.util.List<Action> actions, DataEventType trigger)voidIEventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger)
-