|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.dsml.ImportDescriptor.Policy
public static class ImportDescriptor.Policy
Field Summary | |
---|---|
static int |
DEFAULT_POLICY
Under the DefaultPolicy policy. |
static int |
DELETE_EMPTY
Under the DeleteEmpty policy, entries without attributes in the
DSML are deleted from the Ldap. |
static int |
NEW_ATTRIBUTE_ONLY
Under the NewAttrOnly policy, new attributes are created according
to the DSML, but attributes that already have a value in the ldap are not updated. |
static int |
REFRESH_ONLY
Under the RefreshOnly policy, DSML entries that do not already
exist in the Ldap are not created. |
static int |
REPLACE_ATTRIBUTE
Under the ReplaceAttr policy, attributes in the Ldap that are not
specified in the DSML are deleted. |
static int |
UPDATE_ONLY
Under the UpdateOnly policy, DSML attributes that do not already
exist in the Ldap are not created. |
Constructor Summary | |
---|---|
ImportDescriptor.Policy()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DELETE_EMPTY
DeleteEmpty
policy, entries without attributes in the
DSML are deleted from the Ldap.
public static final int REPLACE_ATTRIBUTE
ReplaceAttr
policy, attributes in the Ldap that are not
specified in the DSML are deleted.
public static final int REFRESH_ONLY
RefreshOnly
policy, DSML entries that do not already
exist in the Ldap are not created.
public static final int NEW_ATTRIBUTE_ONLY
NewAttrOnly
policy, new attributes are created according
to the DSML, but attributes that already have a value in the ldap are not updated.
public static final int UPDATE_ONLY
UpdateOnly
policy, DSML attributes that do not already
exist in the Ldap are not created.
public static final int DEFAULT_POLICY
DefaultPolicy
policy.
Constructor Detail |
---|
public ImportDescriptor.Policy()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |