com.atlassian.confluence.plugins.gadgets.refimpl
Interface SubscribedGadgetFeedIdGenerator

All Known Implementing Classes:
SubscribedGadgetFeedIdGeneratorImpl

public interface SubscribedGadgetFeedIdGenerator

Creates unique IDs to be used when generating new ExternalGadgetSpec objects.


Method Summary
 java.lang.String newSubscribedGadgetFeedId()
          Creates and returns a new globally unique ID for an ExternalGadgetSpec.
 

Method Detail

newSubscribedGadgetFeedId

java.lang.String newSubscribedGadgetFeedId()
Creates and returns a new globally unique ID for an ExternalGadgetSpec.

Returns:
the new unique ID


Copyright © 2003-2013 Atlassian. All Rights Reserved.