public class AddProperty extends TransientOperation
AddProperty...statusSTATUS_PENDING, STATUS_PERSISTED, STATUS_UNDO| Modifier and Type | Method and Description |
|---|---|
void |
accept(OperationVisitor visitor)
Calls the appropriate
visit method on visitor
based on the type of this operation. |
static Operation |
create(NodeState parentState,
org.apache.jackrabbit.spi.Name propName,
int propertyType,
org.apache.jackrabbit.spi.QPropertyDefinition def,
org.apache.jackrabbit.spi.QValue[] values) |
org.apache.jackrabbit.spi.QPropertyDefinition |
getDefinition() |
org.apache.jackrabbit.spi.NodeId |
getParentId() |
NodeState |
getParentState() |
org.apache.jackrabbit.spi.Name |
getPropertyName() |
int |
getPropertyType() |
org.apache.jackrabbit.spi.QValue[] |
getValues() |
boolean |
isMultiValued() |
void |
persisted()
Informs this Operation that it has been successfully executed.
|
void |
undo()
Revert changes made by this operation.
|
getOptionsaddAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatuspublic void accept(OperationVisitor visitor) throws ValueFormatException, LockException, ConstraintViolationException, AccessDeniedException, ItemExistsException, UnsupportedRepositoryOperationException, VersionException, RepositoryException
Operationvisit method on visitor
based on the type of this operation.public void persisted()
throws RepositoryException
OperationRepositoryExceptionOperation.persisted()public void undo()
throws RepositoryException
Operationundo in interface Operationundo in class AbstractOperationRepositoryExceptionOperation.undo()public org.apache.jackrabbit.spi.NodeId getParentId()
public NodeState getParentState()
public org.apache.jackrabbit.spi.Name getPropertyName()
public int getPropertyType()
public org.apache.jackrabbit.spi.QValue[] getValues()
public boolean isMultiValued()
public org.apache.jackrabbit.spi.QPropertyDefinition getDefinition()
public static Operation create(NodeState parentState, org.apache.jackrabbit.spi.Name propName, int propertyType, org.apache.jackrabbit.spi.QPropertyDefinition def, org.apache.jackrabbit.spi.QValue[] values) throws RepositoryException
parentState - propName - propertyType - def - values - RepositoryExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.