Class UnlockContext
- java.lang.Object
-
- org.silverpeas.core.contribution.attachment.model.UnlockContext
-
public class UnlockContext extends Object
- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Constructor Description UnlockContext(String attachmentId, String userId, String lang)
UnlockContext(String attachmentId, String userId, String lang, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOption(UnlockOption option)
boolean
equals(Object obj)
String
getAttachmentId()
String
getComment()
String
getLang()
String
getUserId()
int
hashCode()
boolean
isForce()
boolean
isPrivateVersion()
boolean
isPublicVersion()
boolean
isUpload()
boolean
isWebdav()
void
removeOption(UnlockOption option)
-
-
-
Method Detail
-
addOption
public void addOption(UnlockOption option)
-
removeOption
public void removeOption(UnlockOption option)
-
isPublicVersion
public boolean isPublicVersion()
-
isForce
public boolean isForce()
-
isUpload
public boolean isUpload()
-
isWebdav
public boolean isWebdav()
-
isPrivateVersion
public boolean isPrivateVersion()
-
getAttachmentId
public String getAttachmentId()
-
getUserId
public String getUserId()
-
getLang
public String getLang()
-
getComment
public String getComment()
-
-