Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.directory.multi
Class MultiDirectoryDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.directory.multi.MultiDirectoryDescriptor
All Implemented Interfaces:
Cloneable

public class MultiDirectoryDescriptor
extends Object
implements Cloneable

Author:
Florent Guillaume

Field Summary
protected  String idField
           
 String name
           
protected  String passwordField
           
 Integer querySizeLimit
           
 Boolean readOnly
           
 boolean remove
           
protected  String schemaName
           
protected  SourceDescriptor[] sources
           
 
Constructor Summary
MultiDirectoryDescriptor()
           
 
Method Summary
 void merge(MultiDirectoryDescriptor other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

schemaName

protected String schemaName

idField

protected String idField

passwordField

protected String passwordField

readOnly

public Boolean readOnly

querySizeLimit

public Integer querySizeLimit

remove

public boolean remove

sources

protected SourceDescriptor[] sources
Constructor Detail

MultiDirectoryDescriptor

public MultiDirectoryDescriptor()
Method Detail

merge

public void merge(MultiDirectoryDescriptor other)

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.