Uses of Class
com.netgrif.application.engine.importer.model.CaseEvent
-
Packages that use CaseEvent Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of CaseEvent in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type CaseEvent Modifier and Type Field Description protected java.util.List<CaseEvent>CaseEvents. eventMethods in com.netgrif.application.engine.importer.model that return CaseEvent Modifier and Type Method Description CaseEventObjectFactory. createCaseEvent()Create an instance ofCaseEventMethods in com.netgrif.application.engine.importer.model that return types with arguments of type CaseEvent Modifier and Type Method Description java.util.List<CaseEvent>CaseEvents. getEvent()Gets the value of the event property. -
Uses of CaseEvent in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type CaseEvent Modifier and Type Method Description protected CaseEventImporter. addCaseEvent(CaseEvent imported)Method parameters in com.netgrif.application.engine.importer.service with type arguments of type CaseEvent Modifier and Type Method Description protected java.util.Map<CaseEventType,CaseEvent>Importer. createCaseEventsMap(java.util.List<CaseEvent> events)
-