Uses of Interface
com.blueriq.component.api.publisher.client.model.IPublishedProject
Packages that use IPublishedProject
-
Uses of IPublishedProject in com.blueriq.component.api.publisher.client.repository
Methods in com.blueriq.component.api.publisher.client.repository that return IPublishedProjectModifier and TypeMethodDescriptionIPublishedProjectRepository.getProject(com.aquima.interactions.foundation.ApplicationID applicationId, com.aquima.interactions.foundation.Version version) Returns the published project for the given ApplicationId and VersionIPublishedProjectRepository.getProject(String projectName, String revision) Returns the published project for the given projectName and revisionMethods in com.blueriq.component.api.publisher.client.repository that return types with arguments of type IPublishedProjectModifier and TypeMethodDescriptionIPublishedProjectRepository.getProjects()Returns a list of all published projects.IPublishedProjectRepository.getProjectsIdentifyingData()Returns a list withIPublishedProjectfor all projects in the repository, containing only the project(name), exportDate, revision and version.