Constructor and Description |
---|
RemoteLRS() |
RemoteLRS(TCAPIVersion version) |
public RemoteLRS(TCAPIVersion version)
@Generated(value="lombok") public RemoteLRS()
@Deprecated public static long getHTTPClientConnectTimeout()
setHttpClient(HttpClient client)
@Deprecated public static void setHTTPClientConnectTimeout(long timeout)
setHttpClient(HttpClient client)
public static void setHttpClient(org.eclipse.jetty.client.HttpClient client) throws Exception
Exception
public void setEndpoint(String str) throws MalformedURLException
MalformedURLException
public void setUsername(String str)
public void setPassword(String str)
public Boolean usePrettyJSON()
public String calculateBasicAuth()
public AboutLRSResponse about()
public StatementLRSResponse saveStatement(Statement statement)
saveStatement
in interface LRS
public StatementsResultLRSResponse saveStatements(List<Statement> statements)
saveStatements
in interface LRS
public StatementLRSResponse retrieveStatement(String id)
retrieveStatement
in interface LRS
public StatementLRSResponse retrieveVoidedStatement(String id)
retrieveVoidedStatement
in interface LRS
public StatementLRSResponse retrieveStatement(String id, boolean attachments)
retrieveStatement
in interface LRS
public StatementLRSResponse retrieveVoidedStatement(String id, boolean attachments)
retrieveVoidedStatement
in interface LRS
public StatementsResultLRSResponse queryStatements(StatementsQueryInterface query)
queryStatements
in interface LRS
public StatementsResultLRSResponse moreStatements(String moreURL)
moreStatements
in interface LRS
public ProfileKeysLRSResponse retrieveStateIds(Activity activity, Agent agent, UUID registration)
retrieveStateIds
in interface LRS
public StateLRSResponse retrieveState(String id, Activity activity, Agent agent, UUID registration)
retrieveState
in interface LRS
public LRSResponse saveState(StateDocument state)
public LRSResponse updateState(StateDocument state)
updateState
in interface LRS
public LRSResponse deleteState(StateDocument state)
deleteState
in interface LRS
public LRSResponse clearState(Activity activity, Agent agent, UUID registration)
clearState
in interface LRS
public ActivityLRSResponse retrieveActivity(Activity activity)
retrieveActivity
in interface LRS
public ProfileKeysLRSResponse retrieveActivityProfileIds(Activity activity)
retrieveActivityProfileIds
in interface LRS
public ActivityProfileLRSResponse retrieveActivityProfile(String id, Activity activity)
retrieveActivityProfile
in interface LRS
public LRSResponse saveActivityProfile(ActivityProfileDocument profile)
saveActivityProfile
in interface LRS
public LRSResponse updateActivityProfile(ActivityProfileDocument profile)
updateActivityProfile
in interface LRS
public LRSResponse deleteActivityProfile(ActivityProfileDocument profile)
deleteActivityProfile
in interface LRS
public PersonLRSResponse retrievePerson(Agent agent)
retrievePerson
in interface LRS
public ProfileKeysLRSResponse retrieveAgentProfileIds(Agent agent)
retrieveAgentProfileIds
in interface LRS
public AgentProfileLRSResponse retrieveAgentProfile(String id, Agent agent)
retrieveAgentProfile
in interface LRS
public LRSResponse saveAgentProfile(AgentProfileDocument profile)
saveAgentProfile
in interface LRS
public LRSResponse updateAgentProfile(AgentProfileDocument profile)
updateAgentProfile
in interface LRS
public LRSResponse deleteAgentProfile(AgentProfileDocument profile)
deleteAgentProfile
in interface LRS
@Generated(value="lombok") public URL getEndpoint()
@Generated(value="lombok") public TCAPIVersion getVersion()
@Generated(value="lombok") public String getUsername()
@Generated(value="lombok") public String getPassword()
@Generated(value="lombok") public String getAuth()
@Generated(value="lombok") public HashMap getExtended()
@Generated(value="lombok") public Boolean getPrettyJSON()
@Generated(value="lombok") public void setVersion(TCAPIVersion version)
@Generated(value="lombok") public void setAuth(String auth)
@Generated(value="lombok") public void setExtended(HashMap extended)
@Generated(value="lombok") public void setPrettyJSON(Boolean prettyJSON)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Rustici Software. All Rights Reserved.