com.atlassian.confluence.api.model.reference
Interface Collapsed

All Superinterfaces:
NavigationAware

@ExperimentalApi
public interface Collapsed
extends NavigationAware

A marker interface indicating an object is a placeholder for properties in our model that have not been expanded. Trying to access a property that has not been requested will result in an IllegalStateException being thrown, properties are requested by providing them in an Expansion to the service.


Nested Class Summary
static class Collapsed.Exceptions
          Attempting to access a property of a collapsed object should throw an exception, indicating that it was not in the original request.
 
Method Summary
 
Methods inherited from interface com.atlassian.confluence.api.nav.NavigationAware
resolveNavigation
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.