public abstract class TransientOperation extends AbstractOperation
TransientOperation
...status
STATUS_PENDING, STATUS_PERSISTED, STATUS_UNDO
Modifier and Type | Method and Description |
---|---|
int |
getOptions()
Return the set of options that should be used to validate the transient
modification.
|
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus, undo
public int getOptions()
CHECK_NONE
if no validation check is required,CHECK_ACCESS
,CHECK_COLLISION
,CHECK_CONSTRAINTS
,CHECK_LOCK
,CHECK_VERSIONING
,CHECK_ALL
as shortcut for all options.ItemStateValidator
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.