|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
org.apache.directory.mitosis.operation | |
org.apache.directory.mitosis.service.protocol.message | |
org.apache.directory.mitosis.store | |
org.apache.directory.mitosis.store.derby |
Uses of Operation in org.apache.directory.mitosis.operation |
---|
Subclasses of Operation in org.apache.directory.mitosis.operation | |
---|---|
class |
AddAttributeOperation
An Operation that adds an attribute to an entry. |
class |
AddEntryOperation
An Operation that adds a new entry. |
class |
AttributeOperation
An Operation that adds an attribute to an entry. |
class |
CompositeOperation
An Operation that contains other Operation s. |
class |
DeleteAttributeOperation
An Operation that deletes an attribute from an entry. |
class |
ReplaceAttributeOperation
An Operation that replaces an attribute in an entry. |
Methods in org.apache.directory.mitosis.operation that return Operation | |
---|---|
Operation |
OperationCodec.decode(Registries registries,
byte[] data)
Transforms the specified byte array into an Operation . |
static Operation |
Operation.deserialize(Registries registries,
java.io.ObjectInput in)
Deserialize an operation. |
Operation |
OperationFactory.newAdd(org.apache.directory.shared.ldap.name.LdapDN normalizedName,
ServerEntry entry)
Creates a new Operation that performs LDAP "add" operation
with a newly generated CSN . |
Operation |
OperationFactory.newDelete(org.apache.directory.shared.ldap.name.LdapDN normalizedName)
Creates a new Operation that performs "delete" operation. |
Operation |
OperationFactory.newModify(ModifyOperationContext opContext)
Returns a new Operation that performs "modify" operation. |
Operation |
OperationFactory.newModifyRn(org.apache.directory.shared.ldap.name.LdapDN oldName,
org.apache.directory.shared.ldap.name.Rdn newRdn,
boolean deleteOldRn)
Returns a new Operation that performs "modifyRN" operation. |
Operation |
OperationFactory.newMove(org.apache.directory.shared.ldap.name.LdapDN oldName,
org.apache.directory.shared.ldap.name.LdapDN newParentName)
Returns a new Operation that performs "move" operation. |
Operation |
OperationFactory.newMove(org.apache.directory.shared.ldap.name.LdapDN oldName,
org.apache.directory.shared.ldap.name.LdapDN newParentName,
org.apache.directory.shared.ldap.name.Rdn newRdn,
boolean deleteOldRn)
Returns a new Operation that performs "move" operation. |
Methods in org.apache.directory.mitosis.operation that return types with arguments of type Operation | |
---|---|
java.util.List<Operation> |
CompositeOperation.getChildren()
|
Methods in org.apache.directory.mitosis.operation with parameters of type Operation | |
---|---|
void |
CompositeOperation.add(Operation op)
Add a new operation to this composite operation |
byte[] |
OperationCodec.encode(Operation op)
Transforms the specified Operation into a byte array. |
static void |
Operation.serialize(Operation operation,
java.io.ObjectOutput out)
Serialize an operation. |
Uses of Operation in org.apache.directory.mitosis.service.protocol.message |
---|
Methods in org.apache.directory.mitosis.service.protocol.message that return Operation | |
---|---|
Operation |
LogEntryMessage.getOperation()
|
Constructors in org.apache.directory.mitosis.service.protocol.message with parameters of type Operation | |
---|---|
LogEntryMessage(int sequence,
Operation operation)
|
Uses of Operation in org.apache.directory.mitosis.store |
---|
Methods in org.apache.directory.mitosis.store that return Operation | |
---|---|
Operation |
ReplicationLogIterator.getOperation(Registries registries)
Returns the Operation on the current iterator position. |
Methods in org.apache.directory.mitosis.store with parameters of type Operation | |
---|---|
void |
ReplicationStore.putLog(Operation operation)
Puts the specified operation into this storage. |
Uses of Operation in org.apache.directory.mitosis.store.derby |
---|
Methods in org.apache.directory.mitosis.store.derby with parameters of type Operation | |
---|---|
void |
DerbyReplicationStore.putLog(Operation op)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |