org.apache.directory.shared.ldap.schema.registries
Interface DITContentRuleRegistry

All Superinterfaces:
java.lang.Iterable<DITContentRule>, SchemaObjectRegistry<DITContentRule>
All Known Implementing Classes:
DefaultDITContentRuleRegistry, ImmutableDITContentRuleRegistry

public interface DITContentRuleRegistry
extends SchemaObjectRegistry<DITContentRule>, java.lang.Iterable<DITContentRule>

An DITContentRule registry's service interface.

Version:
$Rev: 896579 $
Author:
Apache Directory Project

Method Summary
 DITContentRuleRegistry copy()
          Copy the DITContentRuleRegistry
 
Methods inherited from interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
clear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, unregister, unregister, unregisterSchemaElements
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

copy

DITContentRuleRegistry copy()
Copy the DITContentRuleRegistry

Specified by:
copy in interface SchemaObjectRegistry<DITContentRule>
Returns:
SchemaObjectRegistry The copied registry


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.