Serialized Form
-
Package com.atlassian.gadgets
-
Class com.atlassian.gadgets.GadgetId
class GadgetId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
id
String id
-
-
Exception com.atlassian.gadgets.GadgetNotFoundException
class GadgetNotFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
gadgetId
GadgetId gadgetId
-
-
-
Exception com.atlassian.gadgets.GadgetParsingException
class GadgetParsingException extends RuntimeException implements Serializable -
Exception com.atlassian.gadgets.GadgetSpecUriNotAllowedException
class GadgetSpecUriNotAllowedException extends RuntimeException implements Serializable -
Class com.atlassian.gadgets.GadgetState
class GadgetState extends Object implements Serializable- serialVersionUID:
- 9016360397733397422L
-
Serialization Methods
-
readObject
Reads theGadgetStateobject from theObjectInputStream. Checks that all class invariants are respected.- Parameters:
in- the stream to read the object data from- Throws:
IOException- thrown if there is a problem reading from the streamClassNotFoundException- if the class of a serialized object could not be found
-
-
Serialized Fields
-
-
Package com.atlassian.gadgets.dashboard
-
Class com.atlassian.gadgets.dashboard.DashboardColumns
class DashboardColumns extends Object implements Serializable-
Serialized Fields
-
columns
List<List<DashboardItemState>> columns
-
-
-
Class com.atlassian.gadgets.dashboard.DashboardId
class DashboardId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
id
String id
-
-
Exception com.atlassian.gadgets.dashboard.DashboardNotFoundException
class DashboardNotFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
dashboardId
DashboardId dashboardId
-
-
-
Class com.atlassian.gadgets.dashboard.DashboardState
class DashboardState extends Object implements Serializable- serialVersionUID:
- 4862870053224734927L
-
Serialization Methods
-
readObject
Reads theDashboardStateobject from theObjectInputStream. Checks that all class invariants are respected.- Parameters:
in- stream to read the object data from- Throws:
IOException- thrown if there is a problem reading from the streamClassNotFoundException- if the class of a serialized object could not be found
-
-
Serialized Fields
-
dashboardColumns
DashboardColumns dashboardColumns
-
id
DashboardId id
-
layout
Layout layout
-
title
String title
-
version
long version
-
-
Exception com.atlassian.gadgets.dashboard.PermissionException
class PermissionException extends RuntimeException implements Serializable
-
-
Package com.atlassian.gadgets.feed
-
Exception com.atlassian.gadgets.feed.GadgetFeedHostConnectionException
class GadgetFeedHostConnectionException extends RuntimeException implements Serializable-
Serialized Fields
-
feedUri
URI feedUri
-
-
-
Exception com.atlassian.gadgets.feed.GadgetFeedParsingException
class GadgetFeedParsingException extends RuntimeException implements Serializable-
Serialized Fields
-
feedUri
URI feedUri
-
-
-
Exception com.atlassian.gadgets.feed.NonAtomGadgetSpecFeedException
class NonAtomGadgetSpecFeedException extends RuntimeException implements Serializable-
Serialized Fields
-
feedUri
URI feedUri
-
-
-
-
Package com.atlassian.gadgets.view
-
Exception com.atlassian.gadgets.view.GadgetRenderingException
class GadgetRenderingException extends RuntimeException implements Serializable-
Serialized Fields
-
gadget
GadgetState gadget
-
-
-
Class com.atlassian.gadgets.view.View
class View extends Object implements Serializable -
Class com.atlassian.gadgets.view.ViewType
class ViewType extends Object implements Serializable
-