| Interface | Description |
|---|---|
| Asset<B extends PropertyBean & AssetProperties> |
An Asset instance is the base instance of objects implementing the Generic Site Resource interface.
|
| AssetProperties |
Super-interface for all Portal Assets.
|
| BasePage<B extends BasePagePropertyBean> |
This is the super interface for all "Page-like entities", such as Page, PageStyle, PageTemplate, etc.
|
| ContentItem<B extends ContentItemPropertyBean> | |
| ContentPresenterTemplate |
Interface that represents the ContentPresenterTemplate asset.
|
| DiscoveredPortal |
Represents a view of a Portal instance within the Portal server that has been discovered
PortalDiscovered objects are normally created by performing a query |
| Layout |
Interface that represents the Layout asset.
|
| ManagedPortalObject<B extends PropertyBean> |
This interface represents an object exposed via the Portal API.
|
| ManagedPortalObject.ValidateOnCreate |
Provides the JavaBean validation group that is used to indicate that a validation constraint should be applied during validation of a
PropertyBean used to create a ManagedPortalObject. |
| ManagedPortalObject.ValidateOnUpdate |
Provides the JavaBean validation group that is used to indicate that a validation constraint should be applied during validation of a
PropertyBean used to update a ManagedPortalObject. |
| ManagedPortalObjectHolder<T extends ManagedPortalObject> |
Provides a
Serializable object which holds a ManagedPortalObject. |
| Member |
Interface that represents a Portal Member object.
|
| NavigationNode |
A NavigationNode instance represents a navigation node running within the portal server.
|
| NavigationNodeBinding |
Implemented by classes that hold references to NavigationNodes.
|
| Page |
A Page instance represents a page running within the portal server.
|
| PageStyle |
Interface that represents the Page Style asset.
|
| PageTemplate |
Interface that represents the Page Template asset.
|
| Portal<B extends PortalPropertyBean> |
Provides the base Portal API type representing portal instances and templates.
|
| PortalDevice |
Portal API type representing a single device within the Portal server.
|
| PortalDeviceAttribute |
Portal API type representing a single device attribute within the Portal server.
|
| PortalDeviceGroup |
Portal API type representing a single device group within the Portal server.
|
| PortalInstance |
Represents a single Portal instance within the Portal server.
|
| PortalObject<B extends PropertyBean> | |
| PortalObjectHolder<T extends PortalObject> |
Provides a
Serializable object which holds a PortalObject. |
| PortalObjectRepository |
This is the entry point to the Portal API.
|
| PortalStatusChecker |
Used to check the status of a Portal
|
| PortalTemplate |
Portal API type representing a Portal template.
|
| ResourceCatalog |
Interface that represents the Resource Catalog asset.
|
| RoleWorkflow |
Workflow settings for a role
|
| Skin |
Interface that represents the Skin asset.
|
| SkinBridge | |
| Subscribable |
Interface for the subscription/unsubscription methods that are common to both
Portal and DiscoveredPortal |
| ValueHolder<T> |
An interface to represent a value of any type that can be loaded lazily.
|
| WorkflowApproval |
Workflow settings for subscription or unsubscription approval
|
| Class | Description |
|---|---|
| AssetPropertyBean |
Asset Properties.
|
| BasePagePropertyBean |
Properties common to all page-like portal objects.
|
| BaseTaskFlowPropertyBean | |
| BusinessObjectPropertyBean | |
| ContentItemPropertyBean | |
| ContentPresenterTemplatePropertyBean |
Represents all the properties that can be set for a ContentPresenterTemplate
|
| DataServicePropertyBean | |
| DiscoveredPortalPropertyBean |
Holds the properties for a discovered portal
|
| DpTaskFlowPropertyBean | |
| LayoutPropertyBean |
Represents all the properties that can be set for a Layout
|
| MemberPropertyBean |
Represents all the properties that can be set for a portal member.
|
| NavigationNodePropertyBean |
PropertyBean implementation corresponding to the
NavigationNode Portal API type. |
| PagePropertyBean | |
| PageStylePropertyBean |
Represents all the properties that can be set for a page style.
|
| PageTemplatePropertyBean |
PageTemplate properties.
|
| PortalDeviceAttributePropertyBean |
PropertyBean implementation corresponding to the
PortalDeviceAttribute Portal API type. |
| PortalDeviceGroupPropertyBean |
PropertyBean implementation corresponding to the
PortalDeviceGroup Portal API type. |
| PortalDevicePropertyBean |
PropertyBean implementation corresponding to the
PortalDevice Portal API type. |
| PortalInstancePropertyBean | |
| PortalPropertyBean |
PropertyBean implementation corresponding to the
Portal Portal API type. |
| PortalTemplateCreationOptions |
Used to specify options for the creation of a portal template
|
| PortalTemplatePropertyBean |
PortalTemplatePropertyBean implementation corresponding to the
PortalTemplate Portal API type. |
| PropertyBean |
This class is the base class for PropertyBean implementations.
|
| PropertyBean.SimpleValueHolder<T> |
A simple implementation of ValueHolder that stores the value it represents as a member variable.
|
| ResourceCatalogPropertyBean |
Represents all the properties that can be set for a resource catalog
|
| RESTDataServicePropertyBean | |
| RoleWorkflowPropertyBean |
Holds the properties for the workflow settings for a role
|
| SkinPropertyBean |
Represents all the properties that can be set for a Skin
|
| SOAPDataServicePropertyBean | |
| SQLDataServicePropertyBean | |
| TaskFlowPropertyBean | |
| VisualizationTemplatePropertyBean | |
| WorkflowApprovalPropertyBean |
Holds the properties for workflow settings for subscription or unsubscription approval
|
| Enum | Description |
|---|---|
| PageViewType |
The type of artifacts used for the page view
|
| PortalSecurityAction |
Defines actions that can be performed on
ManagedPortalObjects. |
| Exception | Description |
|---|---|
| DraftAlreadyExistsException |
Thrown when call create page draft API but a draft already exists
|
| DuplicateNameException |
Thrown when an operation fails due to a duplicate name
|
| FailedToDropRoleException |
* Exception thrown when the drop of a role has failed.
|
| FailedToGrantRoleException |
Exception thrown when a grant for a role failed
|
| FailedToLockPageException |
Thrown when try to lock a page for operation but the lock is not available (another operation is in process)
|
| FailedToRevokeRoleException |
Exception thrown when a grant for a role failed
|
| FailedToSetPermissionsException |
Exception thrown when setting permissions failed
|
| FailedToUnlockPageException |
Thrown when fail to unlock a page (another operation is in process)
|
| InvalidNameException |
Thrown when an operation fails because a syntatically invalid name is used.
|
| MemberException |
Base class for portal membership exceptions
|
| MemberOperationException |
Thrown when an operation fails due to a duplicate name
|
| NoDraftException |
Thrown when call publish page draft API but no draft is available
|
| NullNameException |
Thrown when an operation fails due to a null name or display name
|
| ObjectNotAttachedException |
Indicates that a
ManagePortalObject is not associated with a specific underlying persistence object. |
| OperationException |
Thrown when an operation on a portal object fails.
|
| PageLockedException |
Thrown when try to lock a page for operation but the lock is not available (another operation is in process)
|
| PersistenceResourceNotFoundException |
Indicates that the undrelying persistence resource backing a
ManagePortalObject could not be found. |
| PortalException |
Superclass of checked exceptions thrown by the Portal API.
|
| PortalRuntimeException |
Superclass of runtime (unchecked) exceptions thrown by the Portal API.
|
| RoleAlreadyGrantedException |
Exception thrown when attempting to grant a role for a member of a portal that has already been granted
|
| VersionConflictException |
Exception thrown on an attempt to update a portal object, but the current version ID of the object is not as expected.
|