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