To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Extends: CommonCollectionResource
Properties
| Name | Returns | Notes |
|---|---|---|
| attributes | Map<String,Object> | Just another map of objects for the request |
| domainName | String | Get an actual domain name that can be used to locate this RootFolder via the ResourceFactory |
| emailAddress | String | An email address to use when sending emails from this logical entity |
| id | String | Identifier for this root folder. This is used for building urls which identify the root folder in other contexts (Eg administration) |
| languages | List<Language> | |
| orgData | OrgData | |
| requiresHttps | boolean | |
| selectedLangCode | String | |
| selectedLanguage | Language | |
| usersFolder | UsersFolder |
Methods
| Signature | Returns | Notes |
|---|---|---|
childOrg(long id) | Organisation | Locate an organisation by its ID (internal Kademi ID) |
childOrg(String orgId) | Organisation | Locate an organisation by its OrgID (external identifier) |
findOrgType(String name) | OrgType | |
addOrgType(String orgId, String orgType) | void | |
createOrgType(String name, String title) | OrgType | |
findWebsite(long id) | Website | |
findWebsite(String name) | Website |