com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class DraftResourceIdentifier

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifier
All Implemented Interfaces:
AttachmentContainerResourceIdentifier, ResourceIdentifier

public class DraftResourceIdentifier
extends Object
implements AttachmentContainerResourceIdentifier

Identifies a draft resource.


Constructor Summary
DraftResourceIdentifier(long draftId)
           
 
Method Summary
 long getDraftId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DraftResourceIdentifier

public DraftResourceIdentifier(long draftId)
Method Detail

getDraftId

public long getDraftId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.