| Package | Description |
|---|---|
| org.alfresco.repo.webservice.authoring |
| Modifier and Type | Field and Description |
|---|---|
static LockTypeEnum |
LockTypeEnum.read |
static LockTypeEnum |
LockTypeEnum.write |
| Modifier and Type | Method and Description |
|---|---|
static LockTypeEnum |
LockTypeEnum.fromString(String value) |
static LockTypeEnum |
LockTypeEnum.fromValue(String value) |
LockTypeEnum |
LockStatus.getLockType()
Gets the lockType value for this LockStatus.
|
| Modifier and Type | Method and Description |
|---|---|
Reference[] |
AuthoringServiceSoapPort.lock(Predicate items,
boolean lockChildren,
LockTypeEnum lockType)
Locks a content resource.
|
Reference[] |
AuthoringWebService.lock(Predicate items,
boolean lockChildren,
LockTypeEnum lockType) |
void |
LockStatus.setLockType(LockTypeEnum lockType)
Sets the lockType value for this LockStatus.
|
| Constructor and Description |
|---|
LockStatus(Reference node,
LockTypeEnum lockType,
String lockOwner) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.