Uses of Class
com.netgrif.application.engine.petrinet.domain.events.Event
-
-
Uses of Event in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service that return Event Modifier and Type Method Description protected EventImporter. addEvent(java.lang.String transitionId, Event imported)Methods in com.netgrif.application.engine.importer.service that return types with arguments of type Event Modifier and Type Method Description protected java.util.Map<EventType,Event>Importer. createEventsMap(java.util.List<Event> events) -
Uses of Event in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type Event Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<EventType,Event,QEvent>QTransition. eventsMethods in com.netgrif.application.engine.petrinet.domain with parameters of type Event Modifier and Type Method Description voidTransition. addEvent(Event event) -
Uses of Event in com.netgrif.application.engine.petrinet.domain.events
Methods in com.netgrif.application.engine.petrinet.domain.events that return Event Modifier and Type Method Description EventEvent. clone()Constructor parameters in com.netgrif.application.engine.petrinet.domain.events with type arguments of type Event Constructor Description QEvent(com.querydsl.core.types.Path<? extends Event> path)QEvent(java.lang.Class<? extends Event> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of Event in com.netgrif.application.engine.petrinet.domain.roles
Fields in com.netgrif.application.engine.petrinet.domain.roles with type parameters of type Event Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<EventType,Event,QEvent>QProcessRole. events
-