public final class TriggerUtils extends Object
| Modifier | Constructor and Description |
|---|---|
private |
TriggerUtils()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
createTriggerExecutionSubentry(LdapContext apCtx,
String subentryCN,
String subtreeSpec,
String prescriptiveTriggerSpec)
Create the Trigger execution subentry
|
static void |
defineTriggerExecutionSpecificPoint(LdapContext apCtx)
Defines the Administration point and administrative role for the TriggerExecution specific point
|
static void |
loadEntryTriggerSpecification(LdapContext ctx,
String triggerSpec)
Load the trigger specification entry
|
static void |
loadPrescriptiveTriggerSpecification(LdapContext apCtx,
String subentryCN,
String triggerSpec)
Load an prescriptive trigger specification
|
public static void defineTriggerExecutionSpecificPoint(LdapContext apCtx) throws NamingException
apCtx - The administrative point contextNamingException - If the operation failedpublic static void createTriggerExecutionSubentry(LdapContext apCtx, String subentryCN, String subtreeSpec, String prescriptiveTriggerSpec) throws NamingException
apCtx - The administration point contextsubentryCN - The CN used by the suentrysubtreeSpec - The subtree specificationprescriptiveTriggerSpec - The prescriptive trigger specificationNamingException - If the operation failedpublic static void loadPrescriptiveTriggerSpecification(LdapContext apCtx, String subentryCN, String triggerSpec) throws NamingException
apCtx - The administrative point contextsubentryCN - The subentry CNtriggerSpec - The trigger specificationNamingException - If the operation failedpublic static void loadEntryTriggerSpecification(LdapContext ctx, String triggerSpec) throws NamingException
ctx - The contexttriggerSpec - The trigger specificationNamingException - If the operation failedCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.