Class PromptTriggersResourceImpl
- java.lang.Object
-
- com.artisol.teneo.studio.client.resources.AbstractResource
-
- com.artisol.teneo.studio.client.resources.PromptTriggersResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.studio.api.resources.PromptTriggersResource
public class PromptTriggersResourceImpl extends AbstractResource implements com.artisol.teneo.studio.api.resources.PromptTriggersResource
-
-
Field Summary
-
Fields inherited from interface com.artisol.teneo.studio.api.resources.PromptTriggersResource
GET_PROMPT_TRIGGER_IDS_FROM_FOLDER_PATH, GET_PROMPT_TRIGGER_IDS_FROM_FOLDER_SUMMARY, GET_PROMPT_TRIGGER_IDS_FROM_SOLUTION_FOLDER_PATH, GET_PROMPT_TRIGGER_IDS_FROM_SOLUTION_FOLDER_SUMMARY, GET_PROMPT_TRIGGERS_ORDERING_PATH, GET_PROMPT_TRIGGERS_ORDERING_SUMMARY, GET_PROMPT_TRIGGERS_ORDERING_VERSION_PATH, GET_PROMPT_TRIGGERS_ORDERING_VERSION_SUMMARY, PATH, PUT_PROMPT_TRIGGERS_ORDERING_PATH, PUT_PROMPT_TRIGGERS_ORDERING_SUMMARY
-
-
Constructor Summary
Constructors Constructor Description PromptTriggersResourceImpl(javax.ws.rs.client.WebTarget webTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UUID>
getPromptTriggerIdsFromFolder(UUID solutionId, UUID folderId, boolean deep)
List<UUID>
getPromptTriggerIdsFromSolutionFolder(UUID solutionId, boolean deep)
com.artisol.teneo.studio.api.models.TriggerOrdering
getPromptTriggerOrdering(UUID solutionId)
com.artisol.teneo.studio.api.models.TriggerOrdering
getPromptTriggerOrderingVersion(UUID solutionId, String version)
com.artisol.teneo.studio.api.models.TriggerOrdering
updatePromptTriggerOrdering(UUID solutionId, com.artisol.teneo.studio.api.models.TriggerOrdering triggerOrdering)
-
-
-
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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.artisol.teneo.studio.api.resources.PromptTriggersResource
- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-