org.apache.directory.shared.ldap.trigger
Class TriggerUtils
java.lang.Object
org.apache.directory.shared.ldap.trigger.TriggerUtils
public final class TriggerUtils
- extends Object
A utility class for working with Triggers Execution Administrative Points
Trigger Execution Subentries and Trigger Specifications.
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRIGGER_EXECUTION_SPECIFIC_AREA_VALUE
public static final String TRIGGER_EXECUTION_SPECIFIC_AREA_VALUE
- See Also:
- Constant Field Values
TRIGGER_EXECUTION_SUBENTRY_OC
public static final String TRIGGER_EXECUTION_SUBENTRY_OC
- See Also:
- Constant Field Values
ENTRY_TRIGGER_SPECIFICATION_ATTR
public static final String ENTRY_TRIGGER_SPECIFICATION_ATTR
- See Also:
- Constant Field Values
PRESCRIPTIVE_TRIGGER_SPECIFICATION_ATTR
public static final String PRESCRIPTIVE_TRIGGER_SPECIFICATION_ATTR
- See Also:
- Constant Field Values
defineTriggerExecutionSpecificPoint
public static void defineTriggerExecutionSpecificPoint(LdapContext apCtx)
throws NamingException
- Throws:
NamingException
createTriggerExecutionSubentry
public static void createTriggerExecutionSubentry(LdapContext apCtx,
String subentryCN,
String subtreeSpec,
String prescriptiveTriggerSpec)
throws NamingException
- Throws:
NamingException
loadPrescriptiveTriggerSpecification
public static void loadPrescriptiveTriggerSpecification(LdapContext apCtx,
String subentryCN,
String triggerSpec)
throws NamingException
- Throws:
NamingException
loadEntryTriggerSpecification
public static void loadEntryTriggerSpecification(LdapContext ctx,
String triggerSpec)
throws NamingException
- Throws:
NamingException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.