A C D E F G H I L N O P T U 
All Classes All Packages

A

AbstractCommand<T> - Class in uk.co.ractf.polaris.apiclient
 
AbstractCommand(APIClientTransport) - Constructor for class uk.co.ractf.polaris.apiclient.AbstractCommand
 
APIClient - Interface in uk.co.ractf.polaris.apiclient
 
apiClientTransport - Variable in class uk.co.ractf.polaris.apiclient.AbstractCommand
 
APIClientTransport - Interface in uk.co.ractf.polaris.apiclient.transport
 

C

create(String, String, String) - Static method in interface uk.co.ractf.polaris.apiclient.APIClient
 
createNamespace(Namespace) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
createNamespace(Namespace) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
createTask(Task) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
createTask(Task) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 

D

delete(String, TypeReference<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
delete(String, TypeReference<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
delete(String, Class<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
delete(String, Class<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
deleteNamespace(String) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
deleteNamespace(String) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
deleteTask(String) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
deleteTask(String) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
deleteTask(NamespacedId) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
deleteTask(NamespacedId) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 

E

exec() - Method in class uk.co.ractf.polaris.apiclient.AbstractCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.NamespaceCreateCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.NamespaceDeleteCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.NamespaceGetCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.NamespaceListCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.NamespaceUpdateCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.PingCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.TaskCreateCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.TaskDeleteCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.TaskGetCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.TaskListCommand
 
exec() - Method in class uk.co.ractf.polaris.apiclient.command.TaskUpdateCommand
 

F

filter(String) - Method in class uk.co.ractf.polaris.apiclient.command.TaskListCommand
 

G

get(String, TypeReference<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
get(String, TypeReference<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
get(String, Class<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
get(String, Class<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
getNamespace(String) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
getNamespace(String) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
getTask(String) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
getTask(String) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
getTask(NamespacedId) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
getTask(NamespacedId) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 

H

HttpClientTransport - Class in uk.co.ractf.polaris.apiclient.transport
 
HttpClientTransport(String, String, String) - Constructor for class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 

I

inNamespace(String) - Method in class uk.co.ractf.polaris.apiclient.command.TaskListCommand
 

L

listNamespaces() - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
listNamespaces() - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
listTasks() - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
listTasks() - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 

N

NamespaceCreateCommand - Class in uk.co.ractf.polaris.apiclient.command
 
NamespaceCreateCommand(APIClientTransport, Namespace) - Constructor for class uk.co.ractf.polaris.apiclient.command.NamespaceCreateCommand
 
NamespaceDeleteCommand - Class in uk.co.ractf.polaris.apiclient.command
 
NamespaceDeleteCommand(APIClientTransport, String) - Constructor for class uk.co.ractf.polaris.apiclient.command.NamespaceDeleteCommand
 
NamespaceGetCommand - Class in uk.co.ractf.polaris.apiclient.command
 
NamespaceGetCommand(APIClientTransport, String) - Constructor for class uk.co.ractf.polaris.apiclient.command.NamespaceGetCommand
 
NamespaceListCommand - Class in uk.co.ractf.polaris.apiclient.command
 
NamespaceListCommand(APIClientTransport) - Constructor for class uk.co.ractf.polaris.apiclient.command.NamespaceListCommand
 
NamespaceUpdateCommand - Class in uk.co.ractf.polaris.apiclient.command
 
NamespaceUpdateCommand(APIClientTransport, Namespace) - Constructor for class uk.co.ractf.polaris.apiclient.command.NamespaceUpdateCommand
 

O

ofType(String) - Method in class uk.co.ractf.polaris.apiclient.command.TaskListCommand
 

P

patch(String, B, TypeReference<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
patch(String, B, TypeReference<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
patch(String, B, Class<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
patch(String, B, Class<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
ping() - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
ping() - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
PingCommand - Class in uk.co.ractf.polaris.apiclient.command
 
PingCommand(APIClientTransport) - Constructor for class uk.co.ractf.polaris.apiclient.command.PingCommand
 
PolarisAPIClient - Class in uk.co.ractf.polaris.apiclient
 
post(String, B, TypeReference<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
post(String, B, TypeReference<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
post(String, B, Class<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
post(String, B, Class<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
put(String, B, TypeReference<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
put(String, B, TypeReference<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 
put(String, B, Class<T>) - Method in interface uk.co.ractf.polaris.apiclient.transport.APIClientTransport
 
put(String, B, Class<T>) - Method in class uk.co.ractf.polaris.apiclient.transport.HttpClientTransport
 

T

TaskCreateCommand - Class in uk.co.ractf.polaris.apiclient.command
 
TaskCreateCommand(APIClientTransport, Task) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskCreateCommand
 
TaskDeleteCommand - Class in uk.co.ractf.polaris.apiclient.command
 
TaskDeleteCommand(APIClientTransport, String) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskDeleteCommand
 
TaskDeleteCommand(APIClientTransport, NamespacedId) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskDeleteCommand
 
TaskGetCommand - Class in uk.co.ractf.polaris.apiclient.command
 
TaskGetCommand(APIClientTransport, String) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskGetCommand
 
TaskGetCommand(APIClientTransport, NamespacedId) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskGetCommand
 
TaskListCommand - Class in uk.co.ractf.polaris.apiclient.command
 
TaskListCommand(APIClientTransport) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskListCommand
 
TaskUpdateCommand - Class in uk.co.ractf.polaris.apiclient.command
 
TaskUpdateCommand(APIClientTransport, Task) - Constructor for class uk.co.ractf.polaris.apiclient.command.TaskUpdateCommand
 

U

uk.co.ractf.polaris.apiclient - package uk.co.ractf.polaris.apiclient
 
uk.co.ractf.polaris.apiclient.command - package uk.co.ractf.polaris.apiclient.command
 
uk.co.ractf.polaris.apiclient.transport - package uk.co.ractf.polaris.apiclient.transport
 
updateNamespace(Namespace) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
updateNamespace(Namespace) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
updateTask(Task) - Method in interface uk.co.ractf.polaris.apiclient.APIClient
 
updateTask(Task) - Method in class uk.co.ractf.polaris.apiclient.PolarisAPIClient
 
A C D E F G H I L N O P T U 
All Classes All Packages