com.silverpeas.sharing.security
Class ShareableAttachment

java.lang.Object
  extended by com.silverpeas.sharing.security.ShareableResource<SimpleDocument>
      extended by com.silverpeas.sharing.security.ShareableAttachment

public class ShareableAttachment
extends ShareableResource<SimpleDocument>

Attachement being accessed through some shared object.


Field Summary
 
Fields inherited from class com.silverpeas.sharing.security.ShareableResource
accessedObject, token
 
Constructor Summary
ShareableAttachment(String token, SimpleDocument accessedObject)
           
 
Method Summary
 String getName()
           
 String getURL()
           
 
Methods inherited from class com.silverpeas.sharing.security.ShareableResource
getAccessedObject, getToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareableAttachment

public ShareableAttachment(String token,
                           SimpleDocument accessedObject)
Method Detail

getName

public String getName()
Specified by:
getName in class ShareableResource<SimpleDocument>

getURL

public String getURL()
Specified by:
getURL in class ShareableResource<SimpleDocument>


Copyright © 2016 Silverpeas. All Rights Reserved.