public class QuickShareLink extends Object
Constructor and Description |
---|
QuickShareLink() |
QuickShareLink(String sharedId,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllowableOperations() |
ContentInfo |
getContent() |
Date |
getExpiresAt() |
String |
getId() |
Date |
getModifiedAt() |
UserInfo |
getModifiedByUser() |
String |
getName() |
String |
getNodeId() |
PathInfo |
getPath() |
UserInfo |
getSharedByUser() |
void |
setAllowableOperations(List<String> allowableOperations) |
void |
setContent(ContentInfo content) |
void |
setExpiresAt(Date expiresAt) |
void |
setId(String sharedId) |
void |
setModifiedAt(Date modifiedAt) |
void |
setModifiedByUser(UserInfo modifiedByUser) |
void |
setName(String name) |
void |
setNodeId(String nodeId) |
void |
setPath(PathInfo pathInfo) |
void |
setSharedByUser(UserInfo sharedByUser) |
String |
toString() |
public String getId()
public void setId(String sharedId)
public Date getExpiresAt()
public void setExpiresAt(Date expiresAt)
public String getNodeId()
public void setNodeId(String nodeId)
public ContentInfo getContent()
public void setContent(ContentInfo content)
public String getName()
public void setName(String name)
public PathInfo getPath()
public void setPath(PathInfo pathInfo)
public Date getModifiedAt()
public void setModifiedAt(Date modifiedAt)
public UserInfo getModifiedByUser()
public void setModifiedByUser(UserInfo modifiedByUser)
public UserInfo getSharedByUser()
public void setSharedByUser(UserInfo sharedByUser)
Copyright © 2005–2017 Alfresco Software. All rights reserved.