Uses of Class
com.netgrif.application.engine.petrinet.domain.events.CaseEventType
-
Packages that use CaseEventType Package Description com.netgrif.application.engine.importer.service com.netgrif.application.engine.petrinet.domain com.netgrif.application.engine.petrinet.domain.events -
-
Uses of CaseEventType in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service that return types with arguments of type CaseEventType Modifier and Type Method Description protected java.util.Map<CaseEventType,CaseEvent>Importer. createCaseEventsMap(java.util.List<CaseEvent> events) -
Uses of CaseEventType in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type CaseEventType Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<CaseEventType,CaseEvent,QCaseEvent>QPetriNet. caseEvents -
Uses of CaseEventType in com.netgrif.application.engine.petrinet.domain.events
Fields in com.netgrif.application.engine.petrinet.domain.events with type parameters of type CaseEventType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<CaseEventType>QCaseEvent. typeMethods in com.netgrif.application.engine.petrinet.domain.events that return CaseEventType Modifier and Type Method Description static CaseEventTypeCaseEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CaseEventType[]CaseEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-