|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockScope | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.enum | Contains enumeration classes. |
| Uses of LockScope in com.sapportals.wcm.repository |
| Fields in com.sapportals.wcm.repository declared as LockScope | |
protected LockScope |
LockInfo.scope
|
protected LockScope |
LockProperties.m_scope
|
| Methods in com.sapportals.wcm.repository that return LockScope | |
LockScope |
ILockInfo.getScope()
|
LockScope |
LockInfo.getScope()
|
LockScope |
LockProperties.getScope()
|
LockScope |
ILockProperties.getScope()
|
| Methods in com.sapportals.wcm.repository with parameters of type LockScope | |
void |
LockProperties.setScope(LockScope scope)
|
void |
ILockProperties.setScope(LockScope scope)
|
| Constructors in com.sapportals.wcm.repository with parameters of type LockScope | |
LockInfo(LockType type,
LockScope scope,
LockDepth depth,
java.lang.String owner,
int timeout,
java.lang.String lockToken,
java.util.Date created,
XMLMarkup ownerInfoFromClient)
|
|
LockInfo(LockType type,
LockScope scope,
LockDepth depth,
java.lang.String owner,
int timeout,
java.lang.String lockToken,
java.util.Date created)
|
|
LockInfo(LockType type,
LockScope scope,
LockDepth depth,
java.lang.String owner,
int timeout,
java.lang.String lockToken)
|
|
ExtendedLockInfo(LockType type,
LockScope scope,
LockDepth depth,
java.lang.String owner,
int timeout,
java.lang.String lockToken,
java.util.Date created,
XMLMarkup ownerInfoFromClient,
RID requestRID)
|
|
LockProperties(LockType type,
LockScope scope,
LockDepth depth,
int timeout)
|
|
LockProperties(LockType type,
LockScope scope,
LockDepth depth,
int timeout,
XMLMarkup clientSuppliedOwner)
|
|
| Uses of LockScope in com.sapportals.wcm.repository.enum |
| Fields in com.sapportals.wcm.repository.enum declared as LockScope | |
static LockScope |
LockScope.SHARED
|
static LockScope |
LockScope.EXCLUSIVE
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||