|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.mitosis.operation.Operation
org.apache.directory.mitosis.operation.AttributeOperation
public abstract class AttributeOperation
An Operation that adds an attribute to an entry.
| Constructor Summary | |
|---|---|
AttributeOperation(CSN csn,
LdapDN name,
javax.naming.directory.Attribute attribute)
Create a new operation that affects an entry with the specified name. |
|
| Method Summary | |
|---|---|
protected void |
execute0(PartitionNexus nexus,
ReplicationStore store,
AttributeTypeRegistry registry)
|
protected abstract void |
execute1(PartitionNexus nexus)
|
javax.naming.directory.Attribute |
getAttribute()
Returns the attribute to modify. |
LdapDN |
getName()
Returns the name of an entry this operation will affect. |
java.lang.String |
toString()
Returns string representation of this operation. |
| Methods inherited from class org.apache.directory.mitosis.operation.Operation |
|---|
execute, getCSN |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeOperation(CSN csn,
LdapDN name,
javax.naming.directory.Attribute attribute)
name - the normalized name of an entryattribute - an attribute to modify| Method Detail |
|---|
public javax.naming.directory.Attribute getAttribute()
public LdapDN getName()
protected final void execute0(PartitionNexus nexus,
ReplicationStore store,
AttributeTypeRegistry registry)
throws javax.naming.NamingException
execute0 in class Operationjavax.naming.NamingException
protected abstract void execute1(PartitionNexus nexus)
throws javax.naming.NamingException
javax.naming.NamingExceptionpublic java.lang.String toString()
toString in class Operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||