public class SetPropertyValue extends TransientOperation
SetPropertyValue...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(PropertyState propState,
QValue[] qValues,
int valueType) |
PropertyId |
getPropertyId() |
PropertyState |
getPropertyState() |
QValue[] |
getValues() |
int |
getValueType() |
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 javax.jcr.ValueFormatException, javax.jcr.lock.LockException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.AccessDeniedException, javax.jcr.ItemExistsException, javax.jcr.UnsupportedRepositoryOperationException, javax.jcr.version.VersionException, javax.jcr.RepositoryException
Operationvisit method on visitor
based on the type of this operation.visitor - javax.jcr.ValueFormatExceptionjavax.jcr.lock.LockExceptionjavax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.AccessDeniedExceptionjavax.jcr.ItemExistsExceptionjavax.jcr.UnsupportedRepositoryOperationExceptionjavax.jcr.version.VersionExceptionjavax.jcr.RepositoryExceptionOperation.accept(OperationVisitor)public void persisted()
throws javax.jcr.RepositoryException
Operationjavax.jcr.RepositoryExceptionOperation.persisted()public void undo()
throws javax.jcr.RepositoryException
Operationundo in interface Operationundo in class AbstractOperationjavax.jcr.RepositoryExceptionOperation.undo()public PropertyId getPropertyId()
public PropertyState getPropertyState()
public boolean isMultiValued()
public int getValueType()
public QValue[] getValues()
public static Operation create(PropertyState propState, QValue[] qValues, int valueType) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.