public class HierarchyTestHook extends java.lang.Object implements IFolderHook
Modifier and Type | Field and Description |
---|---|
static int |
created |
static int |
deleted |
static int |
updated |
Constructor and Description |
---|
HierarchyTestHook() |
Modifier and Type | Method and Description |
---|---|
void |
onFolderCreated(BmContext context,
java.lang.String domainUid,
ItemValue<Folder> value) |
void |
onFolderDeleted(BmContext context,
java.lang.String domainUid,
ItemValue<Folder> value) |
void |
onFolderUpdated(BmContext context,
java.lang.String domainUid,
ItemValue<Folder> previousValue,
ItemValue<Folder> value) |
static void |
reset() |
public static int created
public static int updated
public static int deleted
public static void reset()
public void onFolderCreated(BmContext context, java.lang.String domainUid, ItemValue<Folder> value) throws ServerFault
onFolderCreated
in interface IFolderHook
ServerFault
public void onFolderUpdated(BmContext context, java.lang.String domainUid, ItemValue<Folder> previousValue, ItemValue<Folder> value) throws ServerFault
onFolderUpdated
in interface IFolderHook
ServerFault
public void onFolderDeleted(BmContext context, java.lang.String domainUid, ItemValue<Folder> value) throws ServerFault
onFolderDeleted
in interface IFolderHook
ServerFault
Copyright © 2021. All Rights Reserved.