Package io.gravitee.am.service.impl
Class EnvironmentServiceImpl
java.lang.Object
io.gravitee.am.service.impl.EnvironmentServiceImpl
- All Implemented Interfaces:
EnvironmentService
- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentServiceImpl(EnvironmentRepository environmentRepository, OrganizationService organizationService, AuditService auditService) -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<Environment>io.reactivex.rxjava3.core.Single<Environment>createOrUpdate(String organizationId, String environmentId, NewEnvironment newEnvironment, User byUser) io.reactivex.rxjava3.core.Flowable<Environment>io.reactivex.rxjava3.core.Single<Environment>io.reactivex.rxjava3.core.Single<Environment>
-
Constructor Details
-
EnvironmentServiceImpl
public EnvironmentServiceImpl(@Lazy EnvironmentRepository environmentRepository, OrganizationService organizationService, AuditService auditService)
-
-
Method Details
-
findById
- Specified by:
findByIdin interfaceEnvironmentService
-
findById
- Specified by:
findByIdin interfaceEnvironmentService
-
findAll
- Specified by:
findAllin interfaceEnvironmentService
-
createDefault
- Specified by:
createDefaultin interfaceEnvironmentService
-
createOrUpdate
public io.reactivex.rxjava3.core.Single<Environment> createOrUpdate(String organizationId, String environmentId, NewEnvironment newEnvironment, User byUser) - Specified by:
createOrUpdatein interfaceEnvironmentService
-