|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.UnsupportedEntityFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(ruleDao RuleDao) : Entity in class org.graylog2.contentpacks.facades.PipelineRuleFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(output Output) : Entity in class org.graylog2.contentpacks.facades.OutputFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.SidecarCollectorFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.PipelineRuleFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(cacheDto CacheDto) : Entity in class org.graylog2.contentpacks.facades.LookupCacheFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(lookupTableDto LookupTableDto) : Entity in class org.graylog2.contentpacks.facades.LookupTableFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(dataAdapterDto DataAdapterDto) : Entity in class org.graylog2.contentpacks.facades.LookupDataAdapterFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.RootEntityFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.EntityFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.GrokPatternFacade |
From |
To |
|
Change Return Type EntitiesWithConstraints to ImmutableSet<Entity> in method public collectEntities(resolvedEntities Collection<EntityDescriptor>) : ImmutableSet<Entity> in class org.graylog2.contentpacks.ContentPackService |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(inputWithExtractors InputWithExtractors) : Entity in class org.graylog2.contentpacks.facades.InputFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(pipelineDao PipelineDao) : Entity in class org.graylog2.contentpacks.facades.PipelineFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.SidecarCollectorConfigurationFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.LookupCacheFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(nativeEntity T) : Entity in class org.graylog2.contentpacks.facades.EntityFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.LookupDataAdapterFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(collector Collector) : Entity in class org.graylog2.contentpacks.facades.SidecarCollectorFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(nativeEntity Void) : Entity in class org.graylog2.contentpacks.facades.RootEntityFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.OutputFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(dashboard Dashboard) : Entity in class org.graylog2.contentpacks.facades.DashboardFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.StreamFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.PipelineFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.DashboardFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(nativeEntity Void) : Entity in class org.graylog2.contentpacks.facades.UnsupportedEntityFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(stream Stream) : Entity in class org.graylog2.contentpacks.facades.StreamFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.LookupTableFacade |
From |
To |
|
Change Return Type Optional<EntityWithConstraints> to Optional<Entity> in method public exportEntity(entityDescriptor EntityDescriptor) : Optional<Entity> in class org.graylog2.contentpacks.facades.InputFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(configuration Configuration) : Entity in class org.graylog2.contentpacks.facades.SidecarCollectorConfigurationFacade |
From |
To |
|
Change Return Type EntityWithConstraints to Entity in method public exportNativeEntity(grokPattern GrokPattern) : Entity in class org.graylog2.contentpacks.facades.GrokPatternFacade |
From |
To |
|
Change Variable Type entitiesWithConstraints : EntitiesWithConstraints to entities : ImmutableSet<Entity> in method public resolveEntities(request CatalogResolveRequest) : CatalogResolveResponse in class org.graylog2.rest.resources.system.contentpacks.CatalogResource |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.LookupTableFacadeTest |
From |
To |
|
Change Variable Type entityWithConstraints : EntityWithConstraints to entity : Entity in method public exportNativeEntity() : void in class org.graylog2.contentpacks.facades.SidecarCollectorFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.LookupCacheFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public exportEntity() : void in class org.graylog2.contentpacks.facades.GrokPatternFacadeTest |
From |
To |
|
Change Variable Type entityWithConstraints : EntityWithConstraints to entity : Entity in method public exportEntity() : void in class org.graylog2.contentpacks.facades.SidecarCollectorFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.InputFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.DashboardFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.LookupDataAdapterFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.PipelineFacadeTest |
From |
To |
|
Change Variable Type entityWithConstraints : Optional<EntityWithConstraints> to optionalEntity : Optional<Entity> in method public exportEntity() : void in class org.graylog2.contentpacks.facades.DashboardFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.OutputFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.PipelineRuleFacadeTest |
From |
To |
|
Change Variable Type collectedEntity : Optional<EntityWithConstraints> to collectedEntity : Optional<Entity> in method public collectEntity() : void in class org.graylog2.contentpacks.facades.StreamCatalogTest |
From |
To |