Class PromptTriggersResourceImpl

  • All Implemented Interfaces:
    com.artisol.teneo.studio.api.resources.PromptTriggersResource

    public class PromptTriggersResourceImpl
    extends AbstractResource
    implements com.artisol.teneo.studio.api.resources.PromptTriggersResource
    • Constructor Detail

      • PromptTriggersResourceImpl

        public PromptTriggersResourceImpl​(javax.ws.rs.client.WebTarget webTarget)
    • Method Detail

      • getPromptTriggerOrdering

        public com.artisol.teneo.studio.api.models.TriggerOrdering getPromptTriggerOrdering​(UUID solutionId)
                                                                                     throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getPromptTriggerOrdering in interface com.artisol.teneo.studio.api.resources.PromptTriggersResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • updatePromptTriggerOrdering

        public com.artisol.teneo.studio.api.models.TriggerOrdering updatePromptTriggerOrdering​(UUID solutionId,
                                                                                               com.artisol.teneo.studio.api.models.TriggerOrdering triggerOrdering)
                                                                                        throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        updatePromptTriggerOrdering in interface com.artisol.teneo.studio.api.resources.PromptTriggersResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • getPromptTriggerOrderingVersion

        public com.artisol.teneo.studio.api.models.TriggerOrdering getPromptTriggerOrderingVersion​(UUID solutionId,
                                                                                                   String version)
                                                                                            throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getPromptTriggerOrderingVersion in interface com.artisol.teneo.studio.api.resources.PromptTriggersResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • getPromptTriggerIdsFromFolder

        public List<UUID> getPromptTriggerIdsFromFolder​(UUID solutionId,
                                                        UUID folderId,
                                                        boolean deep)
                                                 throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getPromptTriggerIdsFromFolder in interface com.artisol.teneo.studio.api.resources.PromptTriggersResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • getPromptTriggerIdsFromSolutionFolder

        public List<UUID> getPromptTriggerIdsFromSolutionFolder​(UUID solutionId,
                                                                boolean deep)
                                                         throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getPromptTriggerIdsFromSolutionFolder in interface com.artisol.teneo.studio.api.resources.PromptTriggersResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException