Uses of Class
dev.getelements.elements.sdk.model.application.Application
Packages that use Application
Package
Description
-
Uses of Application in dev.getelements.elements.common.app
Methods in dev.getelements.elements.common.app with parameters of type ApplicationModifier and TypeMethodDescriptionvoid
AbstractApplicationDeploymentService.deployApplication
(Application application) void
ApplicationDeploymentService.deployApplication
(Application application) Deploys theApplication
.ApplicationElementService.getElementRegistry
(Application application) Gets theElementRegistry
for theApplication
, loading it if it has not previously been loaded.StandardApplicationElementService.getElementRegistry
(Application application) ApplicationElementService.getOrLoadApplication
(Application application) Loads allElement
s defined by theApplication
's code registry.StandardApplicationElementService.getOrLoadApplication
(Application application) -
Uses of Application in dev.getelements.elements.dao.mongo.application
Methods in dev.getelements.elements.dao.mongo.application that return ApplicationModifier and TypeMethodDescriptionMongoApplicationDao.createOrUpdateInactiveApplication
(Application application) MongoApplicationDao.getActiveApplicationWithoutAttributes
(String nameOrId) MongoApplicationDao.updateActiveApplication
(String nameOrId, Application application) Methods in dev.getelements.elements.dao.mongo.application that return types with arguments of type ApplicationModifier and TypeMethodDescriptionMongoApplicationDao.findActiveApplication
(String nameOrId) MongoApplicationDao.getActiveApplications()
MongoApplicationDao.getActiveApplications
(int offset, int count) MongoApplicationDao.getActiveApplications
(int offset, int count, String search) Methods in dev.getelements.elements.dao.mongo.application with parameters of type ApplicationModifier and TypeMethodDescriptionMongoApplicationDao.createOrUpdateInactiveApplication
(Application application) MongoApplicationDao.updateActiveApplication
(String nameOrId, Application application) -
Uses of Application in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return ApplicationModifier and TypeMethodDescriptionMongoDBMapper.toApplication
(MongoApplication source) MongoDBMapperImpl.toApplication
(MongoApplication source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ApplicationModifier and TypeMethodDescriptionMongoDBMapper.toMongoApplication
(Application source) MongoDBMapperImpl.toMongoApplication
(Application source) -
Uses of Application in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test that return ApplicationModifier and TypeMethodDescriptionApplicationTestFactory.createAtomicApplication
(String description) ApplicationTestFactory.createAtomicApplication
(String name, String description) ApplicationTestFactory.createMockApplication
(Class<?> testClass) ApplicationTestFactory.createMockApplication
(String description) ApplicationTestFactory.createMockApplication
(String description, Map<String, Object> attributes) ApplicationTestFactory.createMockApplicationWithSingleAttribute
(String description, String key, String value) Methods in dev.getelements.elements.dao.mongo.test with parameters of type ApplicationModifier and TypeMethodDescriptionProfileTestFactory.makeMockProfile
(User user, Application application) -
Uses of Application in dev.getelements.elements.git
Methods in dev.getelements.elements.git with parameters of type ApplicationModifier and TypeMethodDescriptionorg.eclipse.jgit.lib.Repository
ApplicationRepositoryResolver.resolve
(Application application, Consumer<org.eclipse.jgit.lib.Repository> onCreate) Gets theRepository
for the suppliedApplication
.org.eclipse.jgit.lib.Repository
FileSystemApplicationRepositoryResolver.resolve
(Application application, Consumer<org.eclipse.jgit.lib.Repository> onCreate) -
Uses of Application in dev.getelements.elements.rest.application
Methods in dev.getelements.elements.rest.application that return ApplicationModifier and TypeMethodDescriptionApplicationResource.createApplication
(CreateApplicationRequest applicationRequest) ApplicationResource.getApplication
(String nameOrId) ApplicationResource.updateApplication
(String nameOrId, UpdateApplicationRequest applicationRequest) Methods in dev.getelements.elements.rest.application that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationResource.getApplications
(int offset, int count, String search) -
Uses of Application in dev.getelements.elements.rest.test
Methods in dev.getelements.elements.rest.test that return ApplicationMethods in dev.getelements.elements.rest.test with parameters of type Application -
Uses of Application in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return ApplicationModifier and TypeMethodDescriptionApplicationDao.createOrUpdateInactiveApplication
(Application application) Creates a new application and inserts it into the database.default Application
ApplicationDao.getActiveApplication
(String nameOrId) Gets an application with the specific name or identifier.ApplicationDao.getActiveApplicationWithoutAttributes
(String nameOrId) Extension of getActiveApplication with no attributes set.ApplicationDao.updateActiveApplication
(String nameOrId, Application application) Updates an application with the specific name/identifiers.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationDao.findActiveApplication
(String nameOrId) Finds an activeApplication
with the supplied name or id.ApplicationDao.getActiveApplications()
Gets all active applications.ApplicationDao.getActiveApplications
(int offset, int count) Gets the active applications registered in the databse given the offset and count.ApplicationDao.getActiveApplications
(int offset, int count, String search) Gets the active applications registered in the databse given the offset and count.Methods in dev.getelements.elements.sdk.dao with parameters of type ApplicationModifier and TypeMethodDescriptionApplicationDao.createOrUpdateInactiveApplication
(Application application) Creates a new application and inserts it into the database.ApplicationDao.updateActiveApplication
(String nameOrId, Application application) Updates an application with the specific name/identifiers. -
Uses of Application in dev.getelements.elements.sdk.local
Methods in dev.getelements.elements.sdk.local with parameters of type ApplicationModifier and TypeMethodDescriptionboolean
LocalApplicationElementRecord.matches
(Application application) -
Uses of Application in dev.getelements.elements.sdk.model
Fields in dev.getelements.elements.sdk.model declared as ApplicationMethods in dev.getelements.elements.sdk.model that return ApplicationMethods in dev.getelements.elements.sdk.model with parameters of type Application -
Uses of Application in dev.getelements.elements.sdk.model.application
Methods in dev.getelements.elements.sdk.model.application that return ApplicationModifier and TypeMethodDescriptionApplicationConfiguration.getParent()
Gets the parentApplication
Methods in dev.getelements.elements.sdk.model.application with parameters of type ApplicationModifier and TypeMethodDescriptionvoid
ApplicationConfiguration.setParent
(Application parent) Sets the parentApplication
-
Uses of Application in dev.getelements.elements.sdk.model.profile
Methods in dev.getelements.elements.sdk.model.profile that return ApplicationModifier and TypeMethodDescriptionCreateProfileRequest.getApplication()
Profile.getApplication()
UpdateProfileRequest.getApplication()
Methods in dev.getelements.elements.sdk.model.profile with parameters of type ApplicationModifier and TypeMethodDescriptionvoid
CreateProfileRequest.setApplication
(Application application) Deprecated.void
Profile.setApplication
(Application application) void
UpdateProfileRequest.setApplication
(Application application) -
Uses of Application in dev.getelements.elements.sdk.model.session
Methods in dev.getelements.elements.sdk.model.session that return ApplicationMethods in dev.getelements.elements.sdk.model.session with parameters of type ApplicationModifier and TypeMethodDescriptionvoid
MockSessionRequest.setApplication
(Application application) void
Session.setApplication
(Application application) -
Uses of Application in dev.getelements.elements.sdk.service.application
Methods in dev.getelements.elements.sdk.service.application that return ApplicationModifier and TypeMethodDescriptionApplicationService.createApplication
(CreateApplicationRequest applicationRequest) Creates a new application and inserts it into the database.ApplicationService.getApplication
(String nameOrId) Gets an application with the specific name or identifier.ApplicationService.updateApplication
(String nameOrId, UpdateApplicationRequest applicationRequest) Updates an application with the specific name/identifiers.Methods in dev.getelements.elements.sdk.service.application that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationService.getApplications()
Lists allApplication
instances avaiable to the current user.ApplicationService.getApplications
(int offset, int count) Gets the applications registered in the databse given the offset and count.ApplicationService.getApplications
(int offset, int count, String search) Gets the applications registered in the databse given the offset and count. -
Uses of Application in dev.getelements.elements.sdk.service.notification
Methods in dev.getelements.elements.sdk.service.notification that return ApplicationModifier and TypeMethodDescriptionNotificationParameters.getApplication()
Gets theApplication
sending the notification.Methods in dev.getelements.elements.sdk.service.notification with parameters of type ApplicationModifier and TypeMethodDescriptionNotificationBuilder.application
(Application application) Specifies theApplication
sourcing theNotification
. -
Uses of Application in dev.getelements.elements.service.application
Methods in dev.getelements.elements.service.application that return ApplicationModifier and TypeMethodDescriptionApplicationUrls.addAllUrls
(Application application) ApplicationUrls.addPublicUrls
(Application application) AnonApplicationService.createApplication
(CreateApplicationRequest applicationRequest) SuperUserApplicationService.createApplication
(CreateApplicationRequest createApplicationRequest) AnonApplicationService.getApplication
(String nameOrId) SuperUserApplicationService.getApplication
(String nameOrId) AnonApplicationService.updateApplication
(String nameOrId, UpdateApplicationRequest applicationRequest) SuperUserApplicationService.updateApplication
(String nameOrId, UpdateApplicationRequest updateApplicationRequest) Methods in dev.getelements.elements.service.application that return types with arguments of type ApplicationModifier and TypeMethodDescriptionAnonApplicationService.getApplications()
AnonApplicationService.getApplications
(int offset, int count) AnonApplicationService.getApplications
(int offset, int count, String search) SuperUserApplicationService.getApplications()
SuperUserApplicationService.getApplications
(int offset, int count) SuperUserApplicationService.getApplications
(int offset, int count, String search) Methods in dev.getelements.elements.service.application with parameters of type ApplicationModifier and TypeMethodDescriptionApplicationUrls.addAllUrls
(Application application) void
ApplicationUrls.addCodeServeUrl
(Application application) void
ApplicationUrls.addDocumentationUrl
(Application application) void
ApplicationUrls.addHttpTunnelUrl
(Application application) ApplicationUrls.addPublicUrls
(Application application) -
Uses of Application in dev.getelements.elements.service.firebase
Methods in dev.getelements.elements.service.firebase with parameters of type ApplicationModifier and TypeMethodDescriptioncom.google.firebase.FirebaseApp
CachingFirebaseAppFactory.fromApplication
(Application application) com.google.firebase.FirebaseApp
FirebaseAppFactory.fromApplication
(Application application) Loads an instance ofFirebaseApp
with the suppliedApplication
. -
Uses of Application in dev.getelements.elements.service.notification
Methods in dev.getelements.elements.service.notification that return ApplicationMethods in dev.getelements.elements.service.notification with parameters of type ApplicationModifier and TypeMethodDescriptionStandardNotificationBuilder.application
(Application application) -
Uses of Application in dev.getelements.elements.service.util
Methods in dev.getelements.elements.service.util that return ApplicationModifier and TypeMethodDescriptionServicesMapper.toApplication
(CreateApplicationRequest createApplicationRequest) ServicesMapper.toApplication
(UpdateApplicationRequest createApplicationRequest) ServicesMapperImpl.toApplication
(CreateApplicationRequest createApplicationRequest) ServicesMapperImpl.toApplication
(UpdateApplicationRequest createApplicationRequest) Methods in dev.getelements.elements.service.util with parameters of type ApplicationModifier and TypeMethodDescriptionServicesMapper.toCreateApplicationRequest
(Application application) ServicesMapperImpl.toCreateApplicationRequest
(Application application)