D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

FolderAdminDowngradeEvent Data Type

The CatalogueEvent super class

Properties
name data type constraints description
folderItem FolderBean required
Properties inherited from WorkspaceEvent
idsToNotify array of string required the username of the user you wish to notify
idsAsGroup boolean required boolean optionl field, set to true if the idsToNotify are contexts, default is false
type WorkspaceEventType  

Example

{
  "folderItem" : {
    "id" : "...",
    "name" : "...",
    "title" : "...",
    "displayName" : "...",
    "path" : "...",
    "parentId" : "...",
    "vreFolder" : true
  },
  "type" : "FOLDER_ADMIN_DOWNGRADE",
  "idsToNotify" : [ "...", "..." ],
  "idsAsGroup" : true
}