|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<ReferentialIntegrityPluginCfgClient,ReferentialIntegrityPluginCfg>
org.opends.server.admin.std.meta.ReferentialIntegrityPluginCfgDefn
public final class ReferentialIntegrityPluginCfgDefn
An interface for querying the Referential Integrity Plugin managed object definition meta information.
The Referential Integrity Plugin maintains referential integrity for DN valued attributes.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ReferentialIntegrityPluginCfgDefn getInstance()
public ReferentialIntegrityPluginCfgClient createClientConfiguration(ManagedObject<? extends ReferentialIntegrityPluginCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ReferentialIntegrityPluginCfgClient,ReferentialIntegrityPluginCfg>
impl
- The managed object.
public ReferentialIntegrityPluginCfg createServerConfiguration(ServerManagedObject<? extends ReferentialIntegrityPluginCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ReferentialIntegrityPluginCfgClient,ReferentialIntegrityPluginCfg>
impl
- The server managed object.
public java.lang.Class<ReferentialIntegrityPluginCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ReferentialIntegrityPluginCfgClient,ReferentialIntegrityPluginCfg>
public AttributeTypePropertyDefinition getAttributeTypePropertyDefinition()
Specifies the attribute types for which referential integrity is to be maintained.
At least one attribute type must be specified, and the syntax of any attributes must be either a distinguished name (1.3.6.1.4.1.1466.115.121.1.12) or name and optional UID (1.3.6.1.4.1.1466.115.121.1.34).
public DNPropertyDefinition getBaseDNPropertyDefinition()
Specifies the base DN that limits the scope within which referential integrity is maintained.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the plug-in is enabled for use.
public BooleanPropertyDefinition getInvokeForInternalOperationsPropertyDefinition()
Indicates whether the plug-in should be invoked for internal operations.
Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
public StringPropertyDefinition getLogFilePropertyDefinition()
Specifies the log file location where the update records are written when the plug-in is in background-mode processing.
The default location is the logs directory of the server instance, using the file name "referint".
public EnumPropertyDefinition<PluginCfgDefn.PluginType> getPluginTypePropertyDefinition()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
public DurationPropertyDefinition getUpdateIntervalPropertyDefinition()
Specifies the interval in seconds when referential integrity updates are made.
If this value is 0, then the updates are made synchronously in the foreground.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |