Class GlobalListenersResourceImpl
- java.lang.Object
-
- com.artisol.teneo.studio.client.resources.AbstractResource
-
- com.artisol.teneo.studio.client.resources.GlobalListenersResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.studio.api.resources.GlobalListenersResource
public class GlobalListenersResourceImpl extends AbstractResource implements com.artisol.teneo.studio.api.resources.GlobalListenersResource
-
-
Field Summary
-
Fields inherited from interface com.artisol.teneo.studio.api.resources.GlobalListenersResource
DELETE_LISTENER_PATH, DELETE_LISTENER_SUMMARY, GET_LISTENER_PATH, GET_LISTENER_SUMMARY, GET_LISTENER_VERSION_PATH, GET_LISTENER_VERSION_SUMMARY, GET_LISTENERS_PATH, GET_LISTENERS_SUMMARY, GET_ORDERING_PATH, GET_ORDERING_SUMMARY, GET_ORDERING_VERSION_PATH, GET_ORDERING_VERSION_SUMMARY, PATH, POST_LISTENER_PATH, POST_LISTENER_SUMMARY, PUT_LISTENER_PATH, PUT_LISTENER_SUMMARY, PUT_ORDERING_PATH, PUT_ORDERING_SUMMARY
-
-
Constructor Summary
Constructors Constructor Description GlobalListenersResourceImpl(javax.ws.rs.client.WebTarget webTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.artisol.teneo.studio.api.models.GlobalListenercreateListener(UUID solutionId, com.artisol.teneo.studio.api.models.GlobalListener globalListener)voiddeleteListener(UUID solutionId, UUID globalListenerId)com.artisol.teneo.studio.api.models.GlobalListenergetListener(UUID solutionId, UUID globalListenerId)List<com.artisol.teneo.studio.api.models.GlobalListener>getListeners(UUID solutionId)com.artisol.teneo.studio.api.models.GlobalListenergetListenerVersion(UUID solutionId, UUID globalListenerId, String version)com.artisol.teneo.studio.api.models.GlobalListenerOrderinggetOrdering(UUID solutionId)com.artisol.teneo.studio.api.models.GlobalListenerOrderinggetOrderingVersion(UUID solutionId, String version)com.artisol.teneo.studio.api.models.GlobalListenerupdateListener(UUID solutionId, UUID globalListenerId, com.artisol.teneo.studio.api.models.GlobalListener globalListener)com.artisol.teneo.studio.api.models.GlobalListenerOrderingupdateOrdering(UUID solutionId, com.artisol.teneo.studio.api.models.GlobalListenerOrdering globalListenerOrdering)
-
-
-
Method Detail
-
getListeners
public List<com.artisol.teneo.studio.api.models.GlobalListener> getListeners(UUID solutionId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getListenersin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
getListener
public com.artisol.teneo.studio.api.models.GlobalListener getListener(UUID solutionId, UUID globalListenerId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getListenerin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
getListenerVersion
public com.artisol.teneo.studio.api.models.GlobalListener getListenerVersion(UUID solutionId, UUID globalListenerId, String version) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getListenerVersionin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
createListener
public com.artisol.teneo.studio.api.models.GlobalListener createListener(UUID solutionId, com.artisol.teneo.studio.api.models.GlobalListener globalListener) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
createListenerin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
updateListener
public com.artisol.teneo.studio.api.models.GlobalListener updateListener(UUID solutionId, UUID globalListenerId, com.artisol.teneo.studio.api.models.GlobalListener globalListener) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
updateListenerin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
deleteListener
public void deleteListener(UUID solutionId, UUID globalListenerId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
deleteListenerin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
getOrdering
public com.artisol.teneo.studio.api.models.GlobalListenerOrdering getOrdering(UUID solutionId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getOrderingin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
getOrderingVersion
public com.artisol.teneo.studio.api.models.GlobalListenerOrdering getOrderingVersion(UUID solutionId, String version) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getOrderingVersionin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
updateOrdering
public com.artisol.teneo.studio.api.models.GlobalListenerOrdering updateOrdering(UUID solutionId, com.artisol.teneo.studio.api.models.GlobalListenerOrdering globalListenerOrdering) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
updateOrderingin interfacecom.artisol.teneo.studio.api.resources.GlobalListenersResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-