Uses of Enum Class
org.eclipse.emf.cdo.common.lock.CDOLockChangeInfo.Operation
Packages that use CDOLockChangeInfo.Operation
Package
Description
Common concepts for dealing with durable locks and views.
Common service provider interfaces and useful base implementations for dealing with object locks.
-
Uses of CDOLockChangeInfo.Operation in org.eclipse.emf.cdo.common.lock
Methods in org.eclipse.emf.cdo.common.lock that return CDOLockChangeInfo.OperationModifier and TypeMethodDescriptionCDOLockChangeInfo.getOperation()
Deprecated.static CDOLockChangeInfo.Operation
Returns the enum constant of this class with the specified name.static CDOLockChangeInfo.Operation[]
CDOLockChangeInfo.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.common.lock that return types with arguments of type CDOLockChangeInfo.OperationMethods in org.eclipse.emf.cdo.common.lock with parameters of type CDOLockChangeInfo.OperationModifier and TypeMethodDescriptionstatic CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated.static CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOLockOwner lockOwner, CDOBranch branch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated. -
Uses of CDOLockChangeInfo.Operation in org.eclipse.emf.cdo.spi.common.lock
Methods in org.eclipse.emf.cdo.spi.common.lock that return CDOLockChangeInfo.OperationMethods in org.eclipse.emf.cdo.spi.common.lock that return types with arguments of type CDOLockChangeInfo.OperationModifier and TypeMethodDescriptionfinal Set<CDOLockChangeInfo.Operation>
AbstractCDOLockChangeInfo.getOperations()
CDOLockChangeInfo.getOperations()
.