public abstract class PropertyBeans<T extends PropertyBean>
extends oracle.webcenter.jaxrs.framework.model.PaginatedLinked
implements oracle.webcenter.jaxrs.framework.model.LinkedItem<T>
Represents the base class all collection objects for the Portal REST API
Field Summary
Fields inherited from class oracle.webcenter.jaxrs.framework.model.PaginatedLinked
itemsPerPage, startIndex, totalResults
Fields inherited from class oracle.webcenter.jaxrs.framework.model.Linked
links, linkStates, resourceType
Fields inherited from interface oracle.webcenter.jaxrs.framework.model.LinkedItem
ITEM, ITEMS
Fields inherited from interface oracle.webcenter.jaxrs.framework.model.LinkedInterface
getItems in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<T extends PropertyBean>
setItems
public abstract void setItems(java.util.List<T> itemlist)
Specified by:
setItems in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<T extends PropertyBean>
getPortalShortId
public java.lang.String getPortalShortId()
Gets the PortalShortId for the creation of REST related parent links.
This is a transient property and will not change the portal object
associated with this bean in the ManagedPortalObject object or the
Persistence Resource.
Returns:
the short Id
setPortalShortId
public void setPortalShortId(java.lang.String shortId)
Sets the PortalShortId for the creation of REST related parent links.
This is a transient property and will not change the portal object
associated with this bean in the ManagedPortalObject object or the
Persistence Resource.