org.apache.directory.shared.ldap.trigger
Class TriggerUtils
java.lang.Object
org.apache.directory.shared.ldap.trigger.TriggerUtils
public class TriggerUtils
- extends Object
A utility class for working with Triggers Execution Administrative Points
Trigger Execution Subentries and Trigger Specifications.
- Version:
- $Rev:$
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADMINISTRATIVE_ROLE_ATTR
public static final String ADMINISTRATIVE_ROLE_ATTR
- See Also:
- Constant Field Values
TRIGGER_EXECUTION_SPECIFIC_AREA_ATTR_VALUE
public static final String TRIGGER_EXECUTION_SPECIFIC_AREA_ATTR_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
TriggerUtils
public TriggerUtils()
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 © 2004-2010 The Apache Software Foundation. All Rights Reserved.