public class LockInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LockInfo.LockType2
Lock Type enum that maps to the current values in
LockType . |
Constructor and Description |
---|
LockInfo() |
Modifier and Type | Method and Description |
---|---|
Lifetime |
getLifetime() |
LockType |
getMappedType() |
Integer |
getTimeToExpire() |
LockInfo.LockType2 |
getType() |
void |
setLifetime(String lifetimeStr) |
void |
setTimeToExpire(Integer timeToExpire) |
void |
setType(String type) |
String |
toString() |
public void setTimeToExpire(Integer timeToExpire)
public Integer getTimeToExpire()
public LockType getMappedType()
public LockInfo.LockType2 getType()
public void setType(String type)
public Lifetime getLifetime()
public void setLifetime(String lifetimeStr)
Copyright © 2005–2017 Alfresco Software. All rights reserved.