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.TriggerOrderinggetPromptTriggerOrdering(UUID solutionId)com.artisol.teneo.studio.api.models.TriggerOrderinggetPromptTriggerOrderingVersion(UUID solutionId, String version)com.artisol.teneo.studio.api.models.TriggerOrderingupdatePromptTriggerOrdering(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:
getPromptTriggerOrderingin 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:
updatePromptTriggerOrderingin 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:
getPromptTriggerOrderingVersionin 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:
getPromptTriggerIdsFromFolderin 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:
getPromptTriggerIdsFromSolutionFolderin interfacecom.artisol.teneo.studio.api.resources.PromptTriggersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-