Skip to content

Instantly share code, notes, and snippets.

@antonkatz
Created March 12, 2014 22:39
Show Gist options
  • Save antonkatz/9518028 to your computer and use it in GitHub Desktop.
Save antonkatz/9518028 to your computer and use it in GitHub Desktop.
ExternalServerConfigurationClass.xml
humanReadableName :String
remoteAuthToken :String
baseUrl :String
responseFormat :String //If it is decided to keep it here, rather than in individual requests
/**
* Whether or not this server is automatically accepted by requesting/external server.
* Alternative name - canSendRequests.
*/
mutuallyAccepted :Boolean
/**
* Each remote server will have it's own XWiki document.
* To each such document there will be an instance (object) of a custom XWiki Class (xar) appended.
* That XWiki Class will have the above properties.
*/
//Question:
//It is possible to query XWiki for all docuemnts with a specific object attached, correct?
@antonkatz
Copy link
Author

Ah, good idea. No querying needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment