Uses of Class
com.netgrif.application.engine.petrinet.domain.events.DataEvent
-
-
Uses of DataEvent in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service that return DataEvent Modifier and Type Method Description protected DataEvent
Importer. createDataEvent(Action action)
protected DataEvent
Importer. createDefaultEvent(java.util.List<Action> actions, DataEventType type)
protected DataEvent
Importer. parseDataEvent(java.lang.String fieldId, java.util.List<DataEvent> events, java.lang.String transitionId)
Methods in com.netgrif.application.engine.importer.service that return types with arguments of type DataEvent 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)
Method parameters in com.netgrif.application.engine.importer.service with type arguments of type DataEvent Modifier and Type Method Description protected void
Importer. addActionsToDataEvent(java.util.List<Action> actions, java.util.Map<DataEventType,DataEvent> dataEvents, DataEventType type)
-
Uses of DataEvent in com.netgrif.application.engine.petrinet.domain
Methods in com.netgrif.application.engine.petrinet.domain with parameters of type DataEvent Modifier and Type Method Description static java.util.List<Action>
DataFieldLogic. getEventAction(DataEvent event, EventPhase phase)
Method parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type DataEvent Modifier and Type Method Description void
Transition. addDataSet(java.lang.String field, java.util.Set<FieldBehavior> behavior, java.util.Map<DataEventType,DataEvent> events, FieldLayout layout, Component component)
void
Transition. 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 DataEvent Constructor Description DataFieldLogic(java.util.Set<FieldBehavior> behavior, java.util.Map<DataEventType,DataEvent> events, FieldLayout layout, Component component)
-
Uses of DataEvent in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type DataEvent Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QBooleanField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QButtonField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QCaseField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QChoiceField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QDateField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QDateTimeField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QEnumerationField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QEnumerationMapField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QFieldWithAllowedNets. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QFileField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QFileListField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QFilterField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QI18nField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QMapOptionsField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QMultichoiceField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QMultichoiceMapField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QNumberField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QStorageField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QStringCollectionField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QTaskField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QTextField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QUserField. events
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
QUserListField. events
Methods in com.netgrif.application.engine.petrinet.domain.dataset that return types with arguments of type DataEvent Modifier and Type Method Description java.util.Map<DataEventType,DataEvent>
Field. getEvents()
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type DataEvent Modifier and Type Method Description void
Field. setEvents(java.util.Map<DataEventType,DataEvent> events)
-
Uses of DataEvent in com.netgrif.application.engine.petrinet.domain.events
Methods in com.netgrif.application.engine.petrinet.domain.events that return DataEvent Modifier and Type Method Description DataEvent
DataEvent. clone()
Constructor parameters in com.netgrif.application.engine.petrinet.domain.events with type arguments of type DataEvent Constructor Description QDataEvent(com.querydsl.core.types.Path<? extends DataEvent> path)
QDataEvent(java.lang.Class<? extends DataEvent> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-