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 DataEventImporter. createDataEvent(Action action)protected DataEventImporter. createDefaultEvent(java.util.List<Action> actions, DataEventType type)protected DataEventImporter. 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 voidImporter. 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 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 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. 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>QStorageField. eventscom.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>QStringCollectionField. 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 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 voidField. 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 DataEventDataEvent. 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)
-